diff options
Diffstat (limited to 'kworldwatch/main.cpp')
-rw-r--r-- | kworldwatch/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kworldwatch/main.cpp b/kworldwatch/main.cpp index 3195d55..78bd401 100644 --- a/kworldwatch/main.cpp +++ b/kworldwatch/main.cpp @@ -70,7 +70,7 @@ WorldWideWatch::WorldWideWatch(bool restore, TQWidget *parent, const char *name) connect(_map, TQ_SIGNAL(saveSettings()), this, TQ_SLOT(doSave())); if (restore) - load(kapp->config()); + load(tdeApp->config()); } @@ -96,14 +96,14 @@ void WorldWideWatch::save(TDEConfig *config) void WorldWideWatch::doSave() { - save(kapp->config()); + save(tdeApp->config()); } void WatchApplication::dumpMap() { // guess some default parameters - TQSize mapSize(kapp->desktop()->size()); + TQSize mapSize(tdeApp->desktop()->size()); TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); |