diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-21 12:05:51 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-21 12:05:51 +0900 |
| commit | 4e279a8b16fb2fb649f33a5900de3dc71970354e (patch) | |
| tree | ef70049f182db4ce98562e02d6c17c821b933472 /KMFIPTInterface/kmfiptinterface.cpp | |
| parent | f7f0ef7ddd9b7758b64ba583617c6cd8129a3a0a (diff) | |
| download | kmyfirewall-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.cpp | 2 |
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; } |
