summaryrefslogtreecommitdiffstats
path: root/khelpcenter/application.cpp
diff options
context:
space:
mode:
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") );