diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:18:13 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:18:13 -0600 |
commit | 2fb700f92bb787fab0845a63a541cd5640daa449 (patch) | |
tree | c6f769db55585dd47a9fd415a40ee8b86926f683 /buildtools/qmake | |
parent | fd1d1e1064eb09ddbbd67d3597c39856f5c0bc76 (diff) | |
download | tdevelop-2fb700f92bb787fab0845a63a541cd5640daa449.tar.gz tdevelop-2fb700f92bb787fab0845a63a541cd5640daa449.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
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 7086ae1e..58c4ba22 100644 --- a/buildtools/qmake/trollprojectpart.cpp +++ b/buildtools/qmake/trollprojectpart.cpp @@ -29,7 +29,7 @@ #include <tqmessagebox.h> #include <kdevgenericfactory.h> #include <kaction.h> -#include <kparts/part.h> +#include <tdeparts/part.h> #include <kprocess.h> #include <kconfig.h> #include <kapplication.h> diff --git a/buildtools/qmake/trollprojectwidget.cpp b/buildtools/qmake/trollprojectwidget.cpp index 86a485f6..5b1f528b 100644 --- a/buildtools/qmake/trollprojectwidget.cpp +++ b/buildtools/qmake/trollprojectwidget.cpp @@ -49,7 +49,7 @@ #include <kurl.h> #include <tqmessagebox.h> #include <iostream> -#include <kparts/part.h> +#include <tdeparts/part.h> #include <kaction.h> #include <kprocess.h> #include <kinputdialog.h> |