summaryrefslogtreecommitdiff
path: root/noncore/settings/netsystemtime/settime.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/netsystemtime/settime.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/netsystemtime/settime.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/noncore/settings/netsystemtime/settime.h b/noncore/settings/netsystemtime/settime.h
index 729bf4b..60423e7 100644
--- a/noncore/settings/netsystemtime/settime.h
+++ b/noncore/settings/netsystemtime/settime.h
@@ -35,3 +35,2 @@ class DateBookMonth;
class QComboBox;
-//class QPEDialogListener;
@@ -71,4 +70,6 @@ public:
SetDateTime( QWidget *parent=0, const char *name=0, WFlags f=0 );
+ ~SetDateTime();
protected slots:
+ void commitTime();
void tzChange( const QString &tz );
@@ -77,6 +78,3 @@ protected slots:
protected:
- void commitTime();
void setTime(QDateTime dt);
- virtual void accept();
- virtual void done(int);
@@ -89,4 +87,4 @@ protected:
QComboBox *clockAppletCombo;
-
-// QPEDialogListener *dl;
+ QPushButton *ButtonSetTime;
+ QLabel *TextLabelMainPredTime;