summaryrefslogtreecommitdiff
path: root/noncore/settings/netsystemtime/settime.h
authortille <tille>2002-11-16 16:43:02 (UTC)
committer tille <tille>2002-11-16 16:43:02 (UTC)
commit0633fb26123857509c9eb0e0a013b654667ca9ce (patch) (side-by-side diff)
tree9187213cc22830c65dcba1923be9a8355c673b5a /noncore/settings/netsystemtime/settime.h
parent88435a3192f09453e035a7f1cf73bbc8c24245c9 (diff)
downloadopie-0633fb26123857509c9eb0e0a013b654667ca9ce.zip
opie-0633fb26123857509c9eb0e0a013b654667ca9ce.tar.gz
opie-0633fb26123857509c9eb0e0a013b654667ca9ce.tar.bz2
usability:
made it a dialog that saves when exiting clock now running
Diffstat (limited to 'noncore/settings/netsystemtime/settime.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/netsystemtime/settime.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/noncore/settings/netsystemtime/settime.h b/noncore/settings/netsystemtime/settime.h
index 778cb9c..3c3a162 100644
--- a/noncore/settings/netsystemtime/settime.h
+++ b/noncore/settings/netsystemtime/settime.h
@@ -43,2 +43,3 @@ public:
QTime time() const;
+ void setTime( QDateTime );
@@ -49,2 +50,3 @@ public slots:
protected slots:
+ void slotClockTick();
void hourChanged( int value );
@@ -58,2 +60,4 @@ protected:
bool use12hourTime;
+ QDateTime _time;
+ QTimer *clock;
QComboBox *ampm;
@@ -76,3 +80,3 @@ protected slots:
void formatChanged(int);
- void updateSystem(int i=0);
+ void updateSystem();
@@ -90,3 +94,3 @@ protected:
QPushButton *ButtonSetTime;
- QLabel *TextLabelMainPredTime;
+ // QLabel *TextLabelMainPredTime;