summaryrefslogtreecommitdiff
path: root/core/settings/citytime/citytime.h
Unidiff
Diffstat (limited to 'core/settings/citytime/citytime.h') (more/less context) (show whitespace changes)
-rw-r--r--core/settings/citytime/citytime.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/settings/citytime/citytime.h b/core/settings/citytime/citytime.h
index 5a2c4d8..63e3102 100644
--- a/core/settings/citytime/citytime.h
+++ b/core/settings/citytime/citytime.h
@@ -47,20 +47,22 @@ protected:
47 void mousePressEvent( QMouseEvent* event ); 47 void mousePressEvent( QMouseEvent* event );
48 48
49private: 49private:
50 void showTime( void ); // get and show the time for various places... 50 void showTime( void ); // get and show the time for various places...
51 void readInTimes( void ); // a method to get information from the config 51 void readInTimes( void ); // a method to get information from the config
52 QString strRealTz; // save the TZ var 52 QString strRealTz; // save the TZ var
53 QString nameRealTz; // and what it is called 53 QString nameRealTz; // and what it is called
54 QString strHome; // the home variable... 54 QString strHome; // the home variable...
55 bool bAdded; // a flag to indicate things have been added... 55 bool bAdded; // a flag to indicate things have been added...
56 bool bWhichClock; 56 bool bWhichClock;
57 int timerId; 57 int timerId;
58 58
59
60 QWidget* selWidget;
59 // a spot to hold the time zone for each city 61 // a spot to hold the time zone for each city
60 QString strCityTz[CITIES]; 62 QString strCityTz[CITIES];
61 QList<QToolButton> listCities; 63 QList<QToolButton> listCities;
62 QList<QLabel> listTimes; 64 QList<QLabel> listTimes;
63 bool changed; 65 bool changed;
64}; 66};
65 67
66#endif 68#endif