Remove use of TDE_VERSION

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6715f2542e)
r14.1.x
Michele Calgaro 6 days ago
parent 6ea8b4315d
commit 2a5cb33ec4
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -29,7 +29,6 @@
#include "../interfaces/application.h"
#include <tdeversion.h>
#include <tdecmdlineargs.h>
#include <dcopclient.h>
#include <tdeconfig.h>

@ -34,7 +34,6 @@
#include <tdeio/netaccess.h>
#include <tdeversion.h>
#include <dcopclient.h>
#include <kurldrag.h>
#include <kencodingfiledialog.h>

@ -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()
: KUniqueApplication()
, 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];

@ -1,2 +0,0 @@
#include <tdeapplication.h>
#define KCONTROL_VERSION TDE_VERSION_STRING

@ -9,7 +9,6 @@
#include <tqvaluevector.h>
#include <tqfont.h>
#include <kurl.h>
#include <tdeversion.h>
#include <fontconfig/fontconfig.h>
#if (FC_VERSION<20200)

@ -26,6 +26,7 @@
#include <kprocess.h>
#include <tdemessagebox.h>
#include <tdelocale.h>
#include <tdeversion.h>
#include <kdebug.h>
#include <kdesktopsettings.h>

@ -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") );

@ -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") );

@ -1,6 +0,0 @@
#ifndef __version_h__
#define __version_h__
#define HELPCENTER_VERSION TDE_VERSION_STRING
#endif

@ -22,7 +22,6 @@
#include <kglobalaccel.h>
#include <kdebug.h>
#include <tdeapplication.h>
#include <tdeversion.h>
#include <tqtimer.h>
#include <kkeynative.h>

@ -22,6 +22,7 @@
#include <tdeio/job.h>
#include <tdecmdlineargs.h>
#include <tdelocale.h>
#include <tdeversion.h>
#include <kdirnotify_stub.h>
#include <kdebug.h>

@ -30,7 +30,6 @@ DEALINGS IN THE SOFTWARE.
#include <tqobject.h>
#include <tqiconset.h>
#include <netwm_def.h>
#include <tdeversion.h>
class KDecorationOptionsPrivate;
class KDecorationBridge;

Loading…
Cancel
Save