summaryrefslogtreecommitdiff
path: root/core/settings/citytime/zonemap.h
Side-by-side diff
Diffstat (limited to 'core/settings/citytime/zonemap.h') (more/less context) (show whitespace changes)
-rw-r--r--core/settings/citytime/zonemap.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/core/settings/citytime/zonemap.h b/core/settings/citytime/zonemap.h
index c9c2035..ea0142b 100644
--- a/core/settings/citytime/zonemap.h
+++ b/core/settings/citytime/zonemap.h
@@ -36,3 +36,4 @@ class QTimer;
class QToolButton;
-
+class QListViewItem;
+class QListView;
@@ -65,2 +66,3 @@ public:
void showZones( void ) const;
+ QWidget* selectionWidget( QWidget* parent );
// convert between the pixels on the image and the coordinates in the
@@ -89,2 +91,5 @@ protected:
+private slots:
+ void slotGetCities( QListViewItem * );
+ void slotCitySelected( QListViewItem * );
private:
@@ -106,2 +111,5 @@ private:
+ QListView *cityView;
+ QString selectedCont;
+
//the True width and height of the map...