diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-21 14:57:34 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-22 16:24:21 +0900 |
| commit | 6715f2542ef39e3df7b0050aa483b4e4973ac693 (patch) | |
| tree | c70b62d08bb73e452140b6139e7dca5ba9a8104c /khelpcenter/application.cpp | |
| parent | 003669bceac787b1b01d576283757de2b85b3649 (diff) | |
| download | tdebase-6715f2542ef39e3df7b0050aa483b4e4973ac693.tar.gz tdebase-6715f2542ef39e3df7b0050aa483b4e4973ac693.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'khelpcenter/application.cpp')
| -rw-r--r-- | khelpcenter/application.cpp | 5 |
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") ); |
