diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:20:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:20:08 -0600 |
commit | ef5399ae5a952065c7a0679d4a875d154c972945 (patch) | |
tree | fcb55d81ad3cadbd3005f3d91bd92a49570a0905 /buildtools | |
parent | 56af19378809499e458b6cba44b6988077268773 (diff) | |
download | tdevelop-ef5399ae5a952065c7a0679d4a875d154c972945.tar.gz tdevelop-ef5399ae5a952065c7a0679d4a875d154c972945.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/autotools/autoprojectpart.cpp | 2 | ||||
-rw-r--r-- | buildtools/autotools/autosubprojectview.cpp | 2 | ||||
-rw-r--r-- | buildtools/autotools/autotoolsaction.cpp | 2 | ||||
-rw-r--r-- | buildtools/custommakefiles/customprojectpart.cpp | 2 | ||||
-rw-r--r-- | buildtools/lib/parsers/qmake/tests/runner.cpp | 2 | ||||
-rw-r--r-- | buildtools/lib/widgets/addfilesdialog.cpp | 2 | ||||
-rw-r--r-- | buildtools/qmake/trollprojectpart.cpp | 2 | ||||
-rw-r--r-- | buildtools/qmake/trollprojectwidget.cpp | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/buildtools/autotools/autoprojectpart.cpp b/buildtools/autotools/autoprojectpart.cpp index c9701385..1606873e 100644 --- a/buildtools/autotools/autoprojectpart.cpp +++ b/buildtools/autotools/autoprojectpart.cpp @@ -31,7 +31,7 @@ #include <tqgroupbox.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <tdeaction.h> #include <kdebug.h> diff --git a/buildtools/autotools/autosubprojectview.cpp b/buildtools/autotools/autosubprojectview.cpp index 1226d972..0015f688 100644 --- a/buildtools/autotools/autosubprojectview.cpp +++ b/buildtools/autotools/autosubprojectview.cpp @@ -27,7 +27,7 @@ #include <klocale.h> #include <tdepopupmenu.h> #include <kmessagebox.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kprocess.h> #include <ksqueezedtextlabel.h> #include <kdialogbase.h> diff --git a/buildtools/autotools/autotoolsaction.cpp b/buildtools/autotools/autotoolsaction.cpp index 81039078..cf1e37d6 100644 --- a/buildtools/autotools/autotoolsaction.cpp +++ b/buildtools/autotools/autotoolsaction.cpp @@ -16,7 +16,7 @@ #include <tqtoolbutton.h> #include <tqtooltip.h> #include <tqwhatsthis.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kdebug.h> #include <kiconloader.h> diff --git a/buildtools/custommakefiles/customprojectpart.cpp b/buildtools/custommakefiles/customprojectpart.cpp index 1f63b870..889e68b3 100644 --- a/buildtools/custommakefiles/customprojectpart.cpp +++ b/buildtools/custommakefiles/customprojectpart.cpp @@ -14,7 +14,7 @@ #include "customprojectpart.h" #include <tqapplication.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tqdir.h> #include <tqfileinfo.h> #include <tqpopupmenu.h> diff --git a/buildtools/lib/parsers/qmake/tests/runner.cpp b/buildtools/lib/parsers/qmake/tests/runner.cpp index 1ddcac63..2b7028e7 100644 --- a/buildtools/lib/parsers/qmake/tests/runner.cpp +++ b/buildtools/lib/parsers/qmake/tests/runner.cpp @@ -27,7 +27,7 @@ #include <tqstring.h> #include <kdebug.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <kurl.h> static const TDECmdLineOptions options[] = diff --git a/buildtools/lib/widgets/addfilesdialog.cpp b/buildtools/lib/widgets/addfilesdialog.cpp index 2a83c5d1..b3f31ce9 100644 --- a/buildtools/lib/widgets/addfilesdialog.cpp +++ b/buildtools/lib/widgets/addfilesdialog.cpp @@ -17,7 +17,7 @@ Boston, MA 02110-1301, USA. */ #include <klocale.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tqcombobox.h> diff --git a/buildtools/qmake/trollprojectpart.cpp b/buildtools/qmake/trollprojectpart.cpp index 6a84b9fc..50e12595 100644 --- a/buildtools/qmake/trollprojectpart.cpp +++ b/buildtools/qmake/trollprojectpart.cpp @@ -32,7 +32,7 @@ #include <tdeparts/part.h> #include <kprocess.h> #include <tdeconfig.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kurlrequesterdlg.h> #include <kurlrequester.h> #include <kurlcompletion.h> diff --git a/buildtools/qmake/trollprojectwidget.cpp b/buildtools/qmake/trollprojectwidget.cpp index 19b74609..0e0ca572 100644 --- a/buildtools/qmake/trollprojectwidget.cpp +++ b/buildtools/qmake/trollprojectwidget.cpp @@ -77,7 +77,7 @@ #include "scope.h" #include "createscopedlg.h" #include "disablesubprojectdlg.h" -#include <kapplication.h> +#include <tdeapplication.h> TrollProjectWidget::TrollProjectWidget( TrollProjectPart *part ) : TQVBox( 0, "troll project widget" ), m_shownSubproject( 0 ), m_rootSubproject( 0 ), |