summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/topgroup.h
authorpaule <paule>2007-01-28 06:42:33 (UTC)
committer paule <paule>2007-01-28 06:42:33 (UTC)
commit8cf13e6845fa0159fb7f864bf5d3c5c0a62188ff (patch) (unidiff)
tree905cad7f0c3996aaf389242785be67bd6662efda /noncore/tools/remote/topgroup.h
parentb17ca0982b26c0f18ccd3113906206f8fb49df2a (diff)
downloadopie-8cf13e6845fa0159fb7f864bf5d3c5c0a62188ff.zip
opie-8cf13e6845fa0159fb7f864bf5d3c5c0a62188ff.tar.gz
opie-8cf13e6845fa0159fb7f864bf5d3c5c0a62188ff.tar.bz2
Correctly select first remote upon loading configuration
Diffstat (limited to 'noncore/tools/remote/topgroup.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/tools/remote/topgroup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/tools/remote/topgroup.h b/noncore/tools/remote/topgroup.h
index 215292d..091ac14 100644
--- a/noncore/tools/remote/topgroup.h
+++ b/noncore/tools/remote/topgroup.h
@@ -17,15 +17,16 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17#include <qpe/config.h> 17#include <qpe/config.h>
18#include <qwidget.h> 18#include <qwidget.h>
19#include <qpushbutton.h> 19#include <qpushbutton.h>
20#include <qcombobox.h> 20#include <qcombobox.h>
21#include <qlabel.h> 21#include <qlabel.h>
22#include <qlayout.h> 22#include <qlayout.h>
23 23
24class TopGroup : public QWidget 24class TopGroup : public QWidget
25{ 25{
26public: 26public:
27 TopGroup(QWidget *parent=0, const char *name=0); 27 TopGroup(QWidget *parent=0, const char *name=0);
28 void updateRemotes(Config *cfg); 28 void updateRemotes(Config *cfg);
29 QString getRemotesText();
29private: 30private:
30 QComboBox *remotes; 31 QComboBox *remotes;
31}; 32};