summaryrefslogtreecommitdiffstats
path: root/libksirtet/base
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-20 18:26:21 +0900
committerMichele Calgaro <[email protected]>2025-01-27 11:03:54 +0900
commitbd4ee3ccc15d0776614a8435850a2eb1faf5a71f (patch)
treec2ce8973a25d1e56e92a5a0b179693ed1f4f42ad /libksirtet/base
parent3191f81874fcfdd0466f6f42beb89da6245b1a0a (diff)
downloadtdegames-bd4ee3ccc15d0776614a8435850a2eb1faf5a71f.tar.gz
tdegames-bd4ee3ccc15d0776614a8435850a2eb1faf5a71f.zip
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'libksirtet/base')
-rw-r--r--libksirtet/base/factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libksirtet/base/factory.cpp b/libksirtet/base/factory.cpp
index d76da791..b5e09661 100644
--- a/libksirtet/base/factory.cpp
+++ b/libksirtet/base/factory.cpp
@@ -35,7 +35,7 @@ void BaseFactory::init(int argc, char **argv)
BaseFactory::~BaseFactory()
{
- delete kapp;
+ delete tdeApp;
delete _aboutData;
Q_ASSERT(_self);
_self = 0;