diff options
Diffstat (limited to 'buildtools/autotools')
-rw-r--r-- | buildtools/autotools/autoprojectpart.cpp | 2 | ||||
-rw-r--r-- | buildtools/autotools/autosubprojectview.cpp | 2 | ||||
-rw-r--r-- | buildtools/autotools/autotoolsaction.cpp | 2 |
3 files changed, 3 insertions, 3 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> |