From dde6781e00e5f0191eb2b36064b429f52c07a6b1 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 20 Jan 2025 18:26:52 +0900 Subject: Use tdeApp Signed-off-by: Michele Calgaro --- kworldwatch/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kworldwatch/main.cpp') 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(); -- cgit v1.2.1