From 9ea931fb1bda0802797c1d38fd903b5451b91a5a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:58 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kworldwatch/main.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kworldwatch/main.h') diff --git a/kworldwatch/main.h b/kworldwatch/main.h index 65fb849..8ebc367 100644 --- a/kworldwatch/main.h +++ b/kworldwatch/main.h @@ -46,14 +46,14 @@ public: WorldWideWatch(bool restore=false, TQWidget *parent=0, const char *name=0); - void save(KConfig *config); - void load(KConfig *load); + void save(TDEConfig *config); + void load(TDEConfig *load); protected: - void readProperties(KConfig *sc) { load(sc); }; - void saveProperties(KConfig *sc) { save(sc); }; + void readProperties(TDEConfig *sc) { load(sc); }; + void saveProperties(TDEConfig *sc) { save(sc); }; private slots: -- cgit v1.2.1