diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:07:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:07:53 -0600 |
commit | 3ad898c43c0716bc30f5513a7b0ff6d92cc5e54c (patch) | |
tree | 804ae6b389ec089efe4ccb423763b03f9bf53439 /src/gvimagepart/gvimagepart.cpp | |
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/gvimagepart.cpp')
-rw-r--r-- | src/gvimagepart/gvimagepart.cpp | 2 |
1 files changed, 1 insertions, 1 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> |