summaryrefslogtreecommitdiffstats
path: root/src/common/global/about.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/global/about.cpp')
-rw-r--r--src/common/global/about.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/global/about.cpp b/src/common/global/about.cpp
index e0567dc..5f1942f 100644
--- a/src/common/global/about.cpp
+++ b/src/common/global/about.cpp
@@ -48,7 +48,7 @@ void Piklab::init(TDEAboutData *about, int argc, char **argv, bool gui, const TD
# if defined(Q_OS_WIN)
printf("%s \"win32\": version %s\n", about->appName(), VERSION);
# else
- printf("%s \"qt-only\": version %s (rev. %s)\n", about->appName(), VERSION, SVN_REVISION);
+ printf("%s \"tqt-only\": version %s (rev. %s)\n", about->appName(), VERSION, SVN_REVISION);
# endif
Q_UNUSED(gui);
Q_ASSERT( !gui );