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:42 +0900 |
| commit | 2a5cb33ec4e67e62a314cc7950c121d14689cb6f (patch) | |
| tree | e3dcfd4396302643288e7ae953b4a1a1faaf5216 /khelpcenter/application.cpp | |
| parent | 6ea8b4315dc18a26b956d33de2b57d2f67faf1c1 (diff) | |
| download | tdebase-r14.1.x.tar.gz tdebase-r14.1.x.zip | |
Remove use of TDE_VERSIONr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6715f2542ef39e3df7b0050aa483b4e4973ac693)
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 628b844a5..8e65b7984 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") ); |
