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 11:58:53 +0900 |
| commit | 44a617440d6967f63e5284e92f4edc6e27c7ce45 (patch) | |
| tree | c66c4b90110a41b43af45420684615d52cade013 /buildtools | |
| parent | f49e06a6384d84c7dc70f9fb6d1fe444e8973267 (diff) | |
| download | tdevelop-44a617440d6967f63e5284e92f4edc6e27c7ce45.tar.gz tdevelop-44a617440d6967f63e5284e92f4edc6e27c7ce45.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 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> diff --git a/buildtools/custommakefiles/customprojectpart.cpp b/buildtools/custommakefiles/customprojectpart.cpp index 3afa0ff6..6b800e32 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 <tdeprocess.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 c0bd71f3..f09f31dd 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 <tdeprocess.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 58aa9d17..378eef27 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 bc5c850c..f9f01319 100644 --- a/buildtools/qmake/trollprojectwidget.cpp +++ b/buildtools/qmake/trollprojectwidget.cpp @@ -52,7 +52,6 @@ #include <tdeparts/part.h> #include <tdeaction.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" |
