summaryrefslogtreecommitdiffstats
path: root/khelpcenter/application.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-21 14:57:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-22 16:24:21 +0900
commit6715f2542ef39e3df7b0050aa483b4e4973ac693 (patch)
treec70b62d08bb73e452140b6139e7dca5ba9a8104c /khelpcenter/application.cpp
parent003669bceac787b1b01d576283757de2b85b3649 (diff)
downloadtdebase-6715f2542ef39e3df7b0050aa483b4e4973ac693.tar.gz
tdebase-6715f2542ef39e3df7b0050aa483b4e4973ac693.zip
Remove use of TDE_VERSIONHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'khelpcenter/application.cpp')
-rw-r--r--khelpcenter/application.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/khelpcenter/application.cpp b/khelpcenter/application.cpp
index 196df322c..7f95c53dc 100644
--- a/khelpcenter/application.cpp
+++ b/khelpcenter/application.cpp
@@ -20,8 +20,7 @@
#include "application.h"
#include "mainwindow.h"
-#include "version.h"
-
+#include "tdeversion.h"
#include <tdecmdlineargs.h>
#include <tdeaboutdata.h>
@@ -61,7 +60,7 @@ static TDECmdLineOptions options[] =
extern "C" int TDE_EXPORT kdemain( int argc, char **argv )
{
TDEAboutData aboutData( "khelpcenter", I18N_NOOP("Trinity Help Center"),
- HELPCENTER_VERSION,
+ TDE_VERSION_STRING,
I18N_NOOP("The Trinity Help Center"),
TDEAboutData::License_GPL,
I18N_NOOP("(c) 1999-2003, The KHelpCenter developers") );