diff options
Diffstat (limited to 'kcontrol')
| -rw-r--r-- | kcontrol/kcontrol/main.cpp | 5 | ||||
| -rw-r--r-- | kcontrol/kcontrol/version.h | 2 | ||||
| -rw-r--r-- | kcontrol/tdefontinst/lib/FcEngine.h | 1 |
3 files changed, 2 insertions, 6 deletions
diff --git a/kcontrol/kcontrol/main.cpp b/kcontrol/kcontrol/main.cpp index ec824396b..7baecd8c3 100644 --- a/kcontrol/kcontrol/main.cpp +++ b/kcontrol/kcontrol/main.cpp @@ -39,6 +39,7 @@ #include <tdeaboutdata.h> #include <tdeglobalsettings.h> #include <tdeconfig.h> +#include "tdeversion.h" #include <kdebug.h> #include "main.h" @@ -47,8 +48,6 @@ #include "global.h" #include "moduleIface.h" -#include "version.h" - KControlApp::KControlApp() : TDEUniqueApplication() , toplevel(0) @@ -102,7 +101,7 @@ extern "C" TDE_EXPORT int kdemain(int argc, char *argv[]) { TDELocale::setMainCatalogue("kcontrol"); TDEAboutData aboutKControl( "kcontrol", I18N_NOOP("Trinity Control Center"), - KCONTROL_VERSION, I18N_NOOP("The Trinity Control Center"), TDEAboutData::License_GPL, + TDE_VERSION_STRING, I18N_NOOP("The Trinity Control Center"), TDEAboutData::License_GPL, I18N_NOOP("(c) 1998-2024, The Trinity Control Center Developers")); TQCString argv_0 = argv[0]; diff --git a/kcontrol/kcontrol/version.h b/kcontrol/kcontrol/version.h deleted file mode 100644 index 8612f8240..000000000 --- a/kcontrol/kcontrol/version.h +++ /dev/null @@ -1,2 +0,0 @@ -#include <tdeapplication.h> -#define KCONTROL_VERSION TDE_VERSION_STRING diff --git a/kcontrol/tdefontinst/lib/FcEngine.h b/kcontrol/tdefontinst/lib/FcEngine.h index 5db48b0c3..bddae137b 100644 --- a/kcontrol/tdefontinst/lib/FcEngine.h +++ b/kcontrol/tdefontinst/lib/FcEngine.h @@ -9,7 +9,6 @@ #include <tqvaluevector.h> #include <tqfont.h> #include <kurl.h> -#include <tdeversion.h> #include <fontconfig/fontconfig.h> #if (FC_VERSION<20200) |
