summaryrefslogtreecommitdiffstats
path: root/src/common/nokde
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/nokde')
-rw-r--r--src/common/nokde/nokde_kcmdlineargs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/nokde/nokde_kcmdlineargs.cpp b/src/common/nokde/nokde_kcmdlineargs.cpp
index e73de61..2191049 100644
--- a/src/common/nokde/nokde_kcmdlineargs.cpp
+++ b/src/common/nokde/nokde_kcmdlineargs.cpp
@@ -619,7 +619,7 @@ KCmdLineArgs::parseAllArgs()
(::qstrcmp(option, "v") == 0))
{
printQ( TQString("TQt: %1\n").tqarg(qVersion()));
-// printQ( TQString("KDE: %1\n").tqarg(KDE_VERSION_STRING));
+// printQ( TQString("KDE: %1\n").tqarg(TDE_VERSION_STRING));
printQ( TQString("%1: %2\n").
arg(about->programName()).tqarg(about->version()));
exit(0);