From 6715f2542ef39e3df7b0050aa483b4e4973ac693 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 21 Mar 2026 14:57:34 +0900 Subject: Remove use of TDE_VERSION Signed-off-by: Michele Calgaro --- khelpcenter/application.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'khelpcenter/application.cpp') 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 #include @@ -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") ); -- cgit v1.2.3