diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:07:53 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:07:53 -0600 |
commit | 3ad898c43c0716bc30f5513a7b0ff6d92cc5e54c (patch) | |
tree | 804ae6b389ec089efe4ccb423763b03f9bf53439 /src/gvimagepart | |
parent | f10950a5b2fef43a5f3a99170682eea55fe9b80b (diff) | |
download | gwenview-3ad898c43c0716bc30f5513a7b0ff6d92cc5e54c.tar.gz gwenview-3ad898c43c0716bc30f5513a7b0ff6d92cc5e54c.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/gvimagepart')
-rw-r--r-- | src/gvimagepart/gvimagepart.cpp | 2 | ||||
-rw-r--r-- | src/gvimagepart/gvimagepart.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/gvimagepart/gvimagepart.cpp b/src/gvimagepart/gvimagepart.cpp index f36796c..e7b7a09 100644 --- a/src/gvimagepart/gvimagepart.cpp +++ b/src/gvimagepart/gvimagepart.cpp @@ -33,7 +33,7 @@ Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. #include <klocale.h> #include <kmessagebox.h> #include <kmimetype.h> -#include <kparts/genericfactory.h> +#include <tdeparts/genericfactory.h> #include <gvcore/cache.h> #include <gvcore/document.h> diff --git a/src/gvimagepart/gvimagepart.h b/src/gvimagepart/gvimagepart.h index 759f9a9..53c02dd 100644 --- a/src/gvimagepart/gvimagepart.h +++ b/src/gvimagepart/gvimagepart.h @@ -19,8 +19,8 @@ Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. #ifndef __gvimagepart_h__ #define __gvimagepart_h__ -#include <kparts/part.h> -#include <kparts/browserextension.h> +#include <tdeparts/part.h> +#include <tdeparts/browserextension.h> #include <ktempfile.h> // Forward declarations |