summaryrefslogtreecommitdiffstats
path: root/kicker/applets/clock/zone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/applets/clock/zone.cpp')
-rw-r--r--kicker/applets/clock/zone.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/applets/clock/zone.cpp b/kicker/applets/clock/zone.cpp
index c43b76db1..f8c2fc59a 100644
--- a/kicker/applets/clock/zone.cpp
+++ b/kicker/applets/clock/zone.cpp
@@ -91,7 +91,7 @@ int Zone::calc_TZ_offset(const TQString& zone, bool /* reset */)
return 0;
}
-void Zone::readZoneList(KListView *listView )
+void Zone::readZoneList(TDEListView *listView )
{
const KTimezones::ZoneMap zones = m_zoneDb.allZones();
TQMap<TQString, TQListViewItem*> KontinentMap;
@@ -130,7 +130,7 @@ void Zone::readZoneList(KListView *listView )
}
}
-void Zone::getSelectedZonelist(KListView *listView)
+void Zone::getSelectedZonelist(TDEListView *listView)
{
_remotezonelist.clear();