summaryrefslogtreecommitdiff
path: root/noncore/settings/netsystemtime/ntpbase.h
authortille <tille>2002-10-31 17:50:26 (UTC)
committer tille <tille>2002-10-31 17:50:26 (UTC)
commit9c511809c55d48db528e6ef97ec9969fa5517381 (patch) (unidiff)
tree84f51a9b842aac6487cfd7b5ea78d3e17e1591a8 /noncore/settings/netsystemtime/ntpbase.h
parentd955226c2197578f69c510282a4e9ad1ea8fe771 (diff)
downloadopie-9c511809c55d48db528e6ef97ec9969fa5517381.zip
opie-9c511809c55d48db528e6ef97ec9969fa5517381.tar.gz
opie-9c511809c55d48db528e6ef97ec9969fa5517381.tar.bz2
replacement for systemtime now
Diffstat (limited to 'noncore/settings/netsystemtime/ntpbase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/netsystemtime/ntpbase.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/noncore/settings/netsystemtime/ntpbase.h b/noncore/settings/netsystemtime/ntpbase.h
index a669601..a443495 100644
--- a/noncore/settings/netsystemtime/ntpbase.h
+++ b/noncore/settings/netsystemtime/ntpbase.h
@@ -34,10 +34,10 @@ public:
34 34
35 QTabWidget* TabWidgetMain; 35 QTabWidget* TabWidgetMain;
36 QWidget* tabMain; 36 QWidget* tabMain;
37 QFrame* FrameSystemTime; 37 QWidget* FrameSystemTime;
38 QWidget* tabNtp; 38 QWidget* tabNtp;
39 QPushButton* runNtp; 39 QPushButton* runNtp;
40 QFrame* FrameNtp; 40 QWidget* FrameNtp;
41 QLabel* TextLabel1; 41 QLabel* TextLabel1;
42 QLabel* TextLabelStartTime; 42 QLabel* TextLabelStartTime;
43 QLabel* TextLabel3; 43 QLabel* TextLabel3;
@@ -56,7 +56,7 @@ public:
56 QPushButton* PushButtonSetPredTime; 56 QPushButton* PushButtonSetPredTime;
57 QPushButton* PushButtonPredict; 57 QPushButton* PushButtonPredict;
58 QWidget* TabSettings; 58 QWidget* TabSettings;
59 QFrame* FrameSettings; 59 QWidget* FrameSettings;
60 QLabel* TextLabel7_2; 60 QLabel* TextLabel7_2;
61 QLabel* TextLabel2_2; 61 QLabel* TextLabel2_2;
62 QLabel* TextLabel1_3; 62 QLabel* TextLabel1_3;
@@ -72,7 +72,7 @@ public:
72 QLabel* TextLabel3_3; 72 QLabel* TextLabel3_3;
73 QSpinBox* SpinBoxMinLookupDelay; 73 QSpinBox* SpinBoxMinLookupDelay;
74 QWidget* tabManualSetTime; 74 QWidget* tabManualSetTime;
75 QFrame* FrameSetTime; 75 QWidget* FrameSetTime;
76 QPushButton* PushButtonSetManualTime; 76 QPushButton* PushButtonSetManualTime;
77 77
78protected: 78protected: