From 2178da111f72dc574457d5242d120b4d10ea5edd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:50:05 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kworldwatch/cities.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kworldwatch/cities.cpp') 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); } -- cgit v1.2.1