diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-23 11:58:53 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-23 18:12:45 +0900 |
| commit | 8f6827c723f4bb5a1b901b8351245c727bf3842c (patch) | |
| tree | 92344aab5b3489c98e7b9a020c7b8402a63f9b1c /buildtools | |
| parent | b0b2752e0b49fc73a95d97913fcd96bdad218c68 (diff) | |
| download | tdevelop-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')
| -rw-r--r-- | buildtools/autotools/addicondlg.cpp | 1 | ||||
| -rw-r--r-- | buildtools/autotools/addprefixdlg.cpp | 1 | ||||
| -rw-r--r-- | buildtools/autotools/addtranslationdlg.cpp | 1 | ||||
| -rw-r--r-- | buildtools/autotools/autoprojectpart.cpp | 1 | ||||
| -rw-r--r-- | buildtools/custommakefiles/customprojectpart.cpp | 1 | ||||
| -rw-r--r-- | buildtools/lib/widgets/addenvvardlg.cpp | 1 | ||||
| -rw-r--r-- | buildtools/lib/widgets/addfilesdialog.h | 1 | ||||
| -rw-r--r-- | buildtools/pascal/pascalproject_part.cpp | 1 | ||||
| -rw-r--r-- | buildtools/qmake/projectconfigurationdlg.h | 2 | ||||
| -rw-r--r-- | buildtools/qmake/trollprojectpart.cpp | 1 | ||||
| -rw-r--r-- | buildtools/qmake/trollprojectwidget.cpp | 1 | ||||
| -rw-r--r-- | buildtools/qmake/trollprojectwidget.h | 1 | ||||
| -rw-r--r-- | buildtools/script/scriptnewfiledlg.cpp | 1 |
13 files changed, 0 insertions, 14 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> diff --git a/buildtools/custommakefiles/customprojectpart.cpp b/buildtools/custommakefiles/customprojectpart.cpp index c3a06731..3bedc05c 100644 --- a/buildtools/custommakefiles/customprojectpart.cpp +++ b/buildtools/custommakefiles/customprojectpart.cpp @@ -38,7 +38,6 @@ #include <tdemessagebox.h> #include <tdeparts/part.h> #include <tdepopupmenu.h> -#include <tdeversion.h> #include <kprocess.h> #include "domutil.h" diff --git a/buildtools/lib/widgets/addenvvardlg.cpp b/buildtools/lib/widgets/addenvvardlg.cpp index 9e7c08b6..f810aa65 100644 --- a/buildtools/lib/widgets/addenvvardlg.cpp +++ b/buildtools/lib/widgets/addenvvardlg.cpp @@ -23,7 +23,6 @@ #include <kbuttonbox.h> #include <tdelocale.h> #include <kstdguiitem.h> -#include <tdeversion.h> #include "addenvvardlg.h" diff --git a/buildtools/lib/widgets/addfilesdialog.h b/buildtools/lib/widgets/addfilesdialog.h index e2b8b5cd..f52ca3d6 100644 --- a/buildtools/lib/widgets/addfilesdialog.h +++ b/buildtools/lib/widgets/addfilesdialog.h @@ -19,7 +19,6 @@ #ifndef ADDFILESDIALOG_H #define ADDFILESDIALOG_H -#include <tdeversion.h> #include <tdefiledialog.h> class TQComboBox; diff --git a/buildtools/pascal/pascalproject_part.cpp b/buildtools/pascal/pascalproject_part.cpp index 63f5e42d..fd2f6c79 100644 --- a/buildtools/pascal/pascalproject_part.cpp +++ b/buildtools/pascal/pascalproject_part.cpp @@ -28,7 +28,6 @@ #include <klibloader.h> #include <kservice.h> #include <tdeconfig.h> -#include <tdeversion.h> #include <kprocess.h> #include "domutil.h" diff --git a/buildtools/qmake/projectconfigurationdlg.h b/buildtools/qmake/projectconfigurationdlg.h index bcf38005..fe19187f 100644 --- a/buildtools/qmake/projectconfigurationdlg.h +++ b/buildtools/qmake/projectconfigurationdlg.h @@ -19,8 +19,6 @@ #define PROJECTCONFIGURATIONDLG_H #include "projectconfigurationdlgbase.h" -//#include "trollprojectwidget.h" -#include <tdeversion.h> #include <tqlistview.h> #include <tdelistview.h> #include <tqmap.h> diff --git a/buildtools/qmake/trollprojectpart.cpp b/buildtools/qmake/trollprojectpart.cpp index de9b7f6e..ebd78efc 100644 --- a/buildtools/qmake/trollprojectpart.cpp +++ b/buildtools/qmake/trollprojectpart.cpp @@ -18,7 +18,6 @@ #include <tqdir.h> #include <tqfileinfo.h> #include <tqwhatsthis.h> -#include <tdeversion.h> #include <kdebug.h> #include <kdialogbase.h> #include <kiconloader.h> diff --git a/buildtools/qmake/trollprojectwidget.cpp b/buildtools/qmake/trollprojectwidget.cpp index 14e24a63..3ff3e8f0 100644 --- a/buildtools/qmake/trollprojectwidget.cpp +++ b/buildtools/qmake/trollprojectwidget.cpp @@ -53,7 +53,6 @@ #include <tdeaction.h> #include <kprocess.h> #include <kinputdialog.h> -#include <tdeversion.h> #include <kdirwatch.h> #include <kurlrequesterdlg.h> #include <kurlrequester.h> diff --git a/buildtools/qmake/trollprojectwidget.h b/buildtools/qmake/trollprojectwidget.h index 7821d075..216c803e 100644 --- a/buildtools/qmake/trollprojectwidget.h +++ b/buildtools/qmake/trollprojectwidget.h @@ -28,7 +28,6 @@ #include <tqtoolbutton.h> #include <kiconloader.h> #include <tdelocale.h> -#include <tdeversion.h> #include <tqbutton.h> #include <tqfileinfo.h> #include <tqptrlist.h> diff --git a/buildtools/script/scriptnewfiledlg.cpp b/buildtools/script/scriptnewfiledlg.cpp index 001565b2..857b79e9 100644 --- a/buildtools/script/scriptnewfiledlg.cpp +++ b/buildtools/script/scriptnewfiledlg.cpp @@ -23,7 +23,6 @@ #include <tdelocale.h> #include <tdemessagebox.h> #include <kstdguiitem.h> -#include <tdeversion.h> #include "scriptprojectpart.h" #include "filetemplate.h" |
