summaryrefslogtreecommitdiffstats
path: root/kworldwatch/main.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:58 -0600
commit9ea931fb1bda0802797c1d38fd903b5451b91a5a (patch)
tree52871b68f40404504f789e2abefc24080510e51e /kworldwatch/main.h
parent2178da111f72dc574457d5242d120b4d10ea5edd (diff)
downloadtdetoys-9ea931fb1bda0802797c1d38fd903b5451b91a5a.tar.gz
tdetoys-9ea931fb1bda0802797c1d38fd903b5451b91a5a.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kworldwatch/main.h')
-rw-r--r--kworldwatch/main.h8
1 files changed, 4 insertions, 4 deletions
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: