summaryrefslogtreecommitdiffstats
path: root/KMFIPTInterface/kmfiptinterface.cpp
diff options
context:
space:
mode:
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;
}