summaryrefslogtreecommitdiffstats
path: root/KMFIPTInterface/kmfiptinterface.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-21 12:05:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-21 12:05:51 +0900
commit4e279a8b16fb2fb649f33a5900de3dc71970354e (patch)
treeef70049f182db4ce98562e02d6c17c821b933472 /KMFIPTInterface/kmfiptinterface.cpp
parentf7f0ef7ddd9b7758b64ba583617c6cd8129a3a0a (diff)
downloadkmyfirewall-4e279a8b16fb2fb649f33a5900de3dc71970354e.tar.gz
kmyfirewall-4e279a8b16fb2fb649f33a5900de3dc71970354e.zip
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'KMFIPTInterface/kmfiptinterface.cpp')
-rw-r--r--KMFIPTInterface/kmfiptinterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/KMFIPTInterface/kmfiptinterface.cpp b/KMFIPTInterface/kmfiptinterface.cpp
index 02c0cea..fce08a1 100644
--- a/KMFIPTInterface/kmfiptinterface.cpp
+++ b/KMFIPTInterface/kmfiptinterface.cpp
@@ -72,7 +72,7 @@ bool KMFIPTInterface::remove(TQString arg)
bool KMFIPTInterface::exit()
{
- kapp->quit();
+ tdeApp->quit();
return 0;
}