diff options
Diffstat (limited to 'kworldwatch/main.h')
-rw-r--r-- | kworldwatch/main.h | 8 |
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: |