summaryrefslogtreecommitdiff
path: root/noncore/settings/netsystemtime/mainwindow.h
authormickeyl <mickeyl>2003-10-29 17:22:08 (UTC)
committer mickeyl <mickeyl>2003-10-29 17:22:08 (UTC)
commit35615947e11575a61456c8483e7f6d67fe59d5ed (patch) (unidiff)
tree89f834a50b5070767ca0f9c8a90d044f075a9131 /noncore/settings/netsystemtime/mainwindow.h
parent80fc44ae81d88c4cee5ea160818881acb2422a62 (diff)
downloadopie-35615947e11575a61456c8483e7f6d67fe59d5ed.zip
opie-35615947e11575a61456c8483e7f6d67fe59d5ed.tar.gz
opie-35615947e11575a61456c8483e7f6d67fe59d5ed.tar.bz2
merge noncore/settings/* except networksettings for which tille volunteered (thanks)
Diffstat (limited to 'noncore/settings/netsystemtime/mainwindow.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/netsystemtime/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/settings/netsystemtime/mainwindow.h b/noncore/settings/netsystemtime/mainwindow.h
index fa94335..1cdbc1a 100644
--- a/noncore/settings/netsystemtime/mainwindow.h
+++ b/noncore/settings/netsystemtime/mainwindow.h
@@ -39,26 +39,27 @@ class PredictTabWidget;
39 39
40class OProcess; 40class OProcess;
41class OTabWidget; 41class OTabWidget;
42class QDateTime; 42class QDateTime;
43class QSocket; 43class QSocket;
44class QTimer; 44class QTimer;
45 45
46class MainWindow : public QDialog 46class MainWindow : public QDialog
47{ 47{
48 Q_OBJECT 48 Q_OBJECT
49 49
50public: 50public:
51 MainWindow(); 51 MainWindow( QWidget *parent = 0, const char *name = 0, bool modal = FALSE,WFlags f = 0);
52 ~MainWindow(); 52 ~MainWindow();
53 static QString appName() { return QString::fromLatin1("systemtime"); }
53 54
54protected: 55protected:
55 void accept(); 56 void accept();
56 void reject(); 57 void reject();
57 58
58private: 59private:
59 OTabWidget *mainWidget; 60 OTabWidget *mainWidget;
60 61
61 TimeTabWidget *timeTab; 62 TimeTabWidget *timeTab;
62 FormatTabWidget *formatTab; 63 FormatTabWidget *formatTab;
63 SettingsTabWidget *settingsTab; 64 SettingsTabWidget *settingsTab;
64 NTPTabWidget *ntpTab; 65 NTPTabWidget *ntpTab;