summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-23 11:58:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-23 18:12:45 +0900
commit8f6827c723f4bb5a1b901b8351245c727bf3842c (patch)
tree92344aab5b3489c98e7b9a020c7b8402a63f9b1c /buildtools/autotools
parentb0b2752e0b49fc73a95d97913fcd96bdad218c68 (diff)
downloadtdevelop-r14.1.x.tar.gz
tdevelop-r14.1.x.zip
Remove use of TDE_VERSIONr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 44a617440d6967f63e5284e92f4edc6e27c7ce45)
Diffstat (limited to 'buildtools/autotools')
-rw-r--r--buildtools/autotools/addicondlg.cpp1
-rw-r--r--buildtools/autotools/addprefixdlg.cpp1
-rw-r--r--buildtools/autotools/addtranslationdlg.cpp1
-rw-r--r--buildtools/autotools/autoprojectpart.cpp1
4 files changed, 0 insertions, 4 deletions
diff --git a/buildtools/autotools/addicondlg.cpp b/buildtools/autotools/addicondlg.cpp
index 1a32de18..0494b6c1 100644
--- a/buildtools/autotools/addicondlg.cpp
+++ b/buildtools/autotools/addicondlg.cpp
@@ -19,7 +19,6 @@
#include <kprocess.h>
#include <kstandarddirs.h>
#include <kicontheme.h>
-#include <tdeversion.h> // fix me!
#include "autolistviewitems.h"
diff --git a/buildtools/autotools/addprefixdlg.cpp b/buildtools/autotools/addprefixdlg.cpp
index f7e13956..22c0eac1 100644
--- a/buildtools/autotools/addprefixdlg.cpp
+++ b/buildtools/autotools/addprefixdlg.cpp
@@ -18,7 +18,6 @@
#include <tdefiledialog.h>
#include <tdelocale.h>
#include <kstdguiitem.h>
-#include <tdeversion.h>
AddPrefixDialog::AddPrefixDialog( const TQString& nameEdit, const TQString& pathEdit,
TQWidget *parent, const char *name)
diff --git a/buildtools/autotools/addtranslationdlg.cpp b/buildtools/autotools/addtranslationdlg.cpp
index d745de2a..fc2be1d3 100644
--- a/buildtools/autotools/addtranslationdlg.cpp
+++ b/buildtools/autotools/addtranslationdlg.cpp
@@ -25,7 +25,6 @@
#include <tdelocale.h>
#include <tdemessagebox.h>
#include <kstdguiitem.h>
-#include <tdeversion.h>
#include "misc.h"
#include "autoprojectpart.h"
diff --git a/buildtools/autotools/autoprojectpart.cpp b/buildtools/autotools/autoprojectpart.cpp
index 8646fc8c..d1bf651c 100644
--- a/buildtools/autotools/autoprojectpart.cpp
+++ b/buildtools/autotools/autoprojectpart.cpp
@@ -41,7 +41,6 @@
#include <kstandarddirs.h>
#include <tdemessagebox.h>
#include <tdeparts/part.h>
-#include <tdeversion.h>
#include <kprocess.h>
#include <domutil.h>