summaryrefslogtreecommitdiffstats
path: root/src/gvimagepart
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:19:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:19:13 -0600
commite9654e1a22ff355962fd97168f051336b814f4aa (patch)
tree582143becafd97ee1028fc88fa7a73a43f2d0680 /src/gvimagepart
parentf7fb2eae5da8b6f314574c0258756bfc0dd3c9b9 (diff)
downloadgwenview-e9654e1a22ff355962fd97168f051336b814f4aa.tar.gz
gwenview-e9654e1a22ff355962fd97168f051336b814f4aa.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/gvimagepart')
-rw-r--r--src/gvimagepart/gvimagepart.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gvimagepart/gvimagepart.cpp b/src/gvimagepart/gvimagepart.cpp
index 64453b8..68b75eb 100644
--- a/src/gvimagepart/gvimagepart.cpp
+++ b/src/gvimagepart/gvimagepart.cpp
@@ -82,8 +82,8 @@ GVImagePart::GVImagePart(TQWidget* parentWidget, const char* /*widgetName*/, TQO
, mLastDirection( DirectionUnknown ) {
GVImageFactory::instance()->iconLoader()->addAppDir( "gwenview");
setInstance( GVImageFactory::instance() );
- KGlobal::locale()->insertCatalogue("gwenview");
- KGlobal::locale()->setActiveCatalogue("gwenview");
+ TDEGlobal::locale()->insertCatalogue("gwenview");
+ TDEGlobal::locale()->setActiveCatalogue("gwenview");
mBrowserExtension = new GVImagePartBrowserExtension(this);