diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:51:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:51:46 -0600 |
commit | 896d42313d38e7e50de5832ab7b43995702dec46 (patch) | |
tree | 33fcbfa91adfd49ff99718ae2221e77156e75147 /src/gvimagepart/gvimagepart.cpp | |
parent | 74e623fc182edd840a296fdde1e1293872e2da32 (diff) | |
download | gwenview-896d42313d38e7e50de5832ab7b43995702dec46.tar.gz gwenview-896d42313d38e7e50de5832ab7b43995702dec46.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gvimagepart/gvimagepart.cpp b/src/gvimagepart/gvimagepart.cpp index e7b7a09..131c14f 100644 --- a/src/gvimagepart/gvimagepart.cpp +++ b/src/gvimagepart/gvimagepart.cpp @@ -25,10 +25,10 @@ Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. #include <kaction.h> #include <kapplication.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> #include <kdirlister.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kiconloader.h> #include <klocale.h> #include <kmessagebox.h> |