X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fselectremotedlg.h;h=5eda71e5c41ee0752a899b30ce46a2a197c63225;hb=ca7fd11526798b36a1b75cc279e022353659daaf;hp=5cf42c319986c6e8a26cc064647757ec81b9a6a8;hpb=0a01fd912bff0e58e989dc0d8e55ba7bd3773970;p=irwi diff --git a/src/selectremotedlg.h b/src/selectremotedlg.h index 5cf42c3..5eda71e 100644 --- a/src/selectremotedlg.h +++ b/src/selectremotedlg.h @@ -6,6 +6,7 @@ #include #include "remotedb.h" +#include "remotedbmgr.h" class QHBoxLayout; class QListWidget; @@ -33,12 +34,14 @@ private slots: void downloadRemote(); private: + QLabel *remoteNameLabel; QHBoxLayout *layout; QListWidget *alphabetList; QListWidget *mfgList; QListWidget *modelList; QPushButton *downloadBtn; - QLabel *remoteNameLabel; + RemoteDBMgr remoteDbMgr; + RemoteDB *remoteDb; void setBusy(bool busy = true); };