summaryrefslogtreecommitdiffstats
path: root/khelpcenter
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter')
-rw-r--r--khelpcenter/application.cpp5
-rw-r--r--khelpcenter/khc_indexbuilder.cpp5
-rw-r--r--khelpcenter/version.h6
3 files changed, 4 insertions, 12 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") );
diff --git a/khelpcenter/khc_indexbuilder.cpp b/khelpcenter/khc_indexbuilder.cpp
index cea3ad289..b63b43174 100644
--- a/khelpcenter/khc_indexbuilder.cpp
+++ b/khelpcenter/khc_indexbuilder.cpp
@@ -21,8 +21,7 @@
#include "khc_indexbuilder.h"
-#include "version.h"
-
+#include "tdeversion.h"
#include <tdeaboutdata.h>
#include <tdelocale.h>
#include <tdecmdlineargs.h>
@@ -172,7 +171,7 @@ int main( int argc, char **argv )
{
TDEAboutData aboutData( "khc_indexbuilder",
I18N_NOOP("KHelpCenter Index Builder"),
- HELPCENTER_VERSION,
+ TDE_VERSION_STRING,
I18N_NOOP("The TDE Help Center"),
TDEAboutData::License_GPL,
I18N_NOOP("(c) 2003, The KHelpCenter developers") );
diff --git a/khelpcenter/version.h b/khelpcenter/version.h
deleted file mode 100644
index f9dd26a8c..000000000
--- a/khelpcenter/version.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef __version_h__
-#define __version_h__
-
-#define HELPCENTER_VERSION TDE_VERSION_STRING
-
-#endif