summaryrefslogtreecommitdiffstats
path: root/src/commandline.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-21 14:25:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-21 14:25:02 +0900
commita162a4515bdc59f7b9cbedf216d433c67e508b06 (patch)
treed6201bcb6a1147c3fdc678efeb1e4c44629e7679 /src/commandline.cpp
parentff23b63144c6f8d27fbefb9c098155c769719d58 (diff)
downloadtdesvn-a162a4515bdc59f7b9cbedf216d433c67e508b06.tar.gz
tdesvn-a162a4515bdc59f7b9cbedf216d433c67e508b06.zip
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/commandline.cpp')
-rw-r--r--src/commandline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commandline.cpp b/src/commandline.cpp
index 1095590..5068ef3 100644
--- a/src/commandline.cpp
+++ b/src/commandline.cpp
@@ -80,5 +80,5 @@ int CommandLine::exec()
void CommandLineData::displayHelp()
{
- kapp->invokeHelp("tdesvn-commandline","tdesvn");
+ tdeApp->invokeHelp("tdesvn-commandline","tdesvn");
}