diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:20:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:20:08 -0600 |
commit | ef5399ae5a952065c7a0679d4a875d154c972945 (patch) | |
tree | fcb55d81ad3cadbd3005f3d91bd92a49570a0905 /buildtools/qmake | |
parent | 56af19378809499e458b6cba44b6988077268773 (diff) | |
download | tdevelop-ef5399ae5a952065c7a0679d4a875d154c972945.tar.gz tdevelop-ef5399ae5a952065c7a0679d4a875d154c972945.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'buildtools/qmake')
-rw-r--r-- | buildtools/qmake/trollprojectpart.cpp | 2 | ||||
-rw-r--r-- | buildtools/qmake/trollprojectwidget.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
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 ), |