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 11:58:53 +0900
commit44a617440d6967f63e5284e92f4edc6e27c7ce45 (patch)
treec66c4b90110a41b43af45420684615d52cade013 /buildtools/autotools
parentf49e06a6384d84c7dc70f9fb6d1fe444e8973267 (diff)
downloadtdevelop-44a617440d6967f63e5284e92f4edc6e27c7ce45.tar.gz
tdevelop-44a617440d6967f63e5284e92f4edc6e27c7ce45.zip
Remove use of TDE_VERSIONHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 ffd70efc..206ce7df 100644
--- a/buildtools/autotools/addicondlg.cpp
+++ b/buildtools/autotools/addicondlg.cpp
@@ -19,7 +19,6 @@
#include <tdeprocess.h>
#include <tdestandarddirs.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 820d2d35..0fa6dcc8 100644
--- a/buildtools/autotools/autoprojectpart.cpp
+++ b/buildtools/autotools/autoprojectpart.cpp
@@ -41,7 +41,6 @@
#include <tdestandarddirs.h>
#include <tdemessagebox.h>
#include <tdeparts/part.h>
-#include <tdeversion.h>
#include <tdeprocess.h>
#include <domutil.h>