summaryrefslogtreecommitdiffstats
path: root/kicker/applets/clock/zone.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/applets/clock/zone.h')
-rw-r--r--kicker/applets/clock/zone.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kicker/applets/clock/zone.h b/kicker/applets/clock/zone.h
index db34188bd..caaa112f9 100644
--- a/kicker/applets/clock/zone.h
+++ b/kicker/applets/clock/zone.h
@@ -27,13 +27,13 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <ktimezones.h>
#include <tqstringlist.h>
-class KConfig;
+class TDEConfig;
class KListView;
class Zone {
public:
- Zone(KConfig* conf);
+ Zone(TDEConfig* conf);
~Zone();
void writeSettings();
@@ -54,7 +54,7 @@ public:
protected:
KTimezones m_zoneDb;
TQStringList _remotezonelist;
- KConfig *config;
+ TDEConfig *config;
TQString _defaultTZ;
unsigned int _zoneIndex;
};