summaryrefslogtreecommitdiffstats
path: root/kworldwatch/cities.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kworldwatch/cities.cpp')
-rw-r--r--kworldwatch/cities.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kworldwatch/cities.cpp b/kworldwatch/cities.cpp
index 6626beb..a88c3a6 100644
--- a/kworldwatch/cities.cpp
+++ b/kworldwatch/cities.cpp
@@ -51,7 +51,7 @@ CityList::~CityList()
void CityList::readCityLists()
{
- TQStringList lists = KGlobal::dirs()->findAllResources("data", "kworldclock/*.tab");
+ TQStringList lists = TDEGlobal::dirs()->findAllResources("data", "kworldclock/*.tab");
for (TQStringList::Iterator it = lists.begin(); it != lists.end(); ++it)
readCityList(*it);
}