diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:19:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:19:13 -0600 |
commit | e9654e1a22ff355962fd97168f051336b814f4aa (patch) | |
tree | 582143becafd97ee1028fc88fa7a73a43f2d0680 /src/gvimagepart/gvimagepart.cpp | |
parent | f7fb2eae5da8b6f314574c0258756bfc0dd3c9b9 (diff) | |
download | gwenview-e9654e1a22ff355962fd97168f051336b814f4aa.tar.gz gwenview-e9654e1a22ff355962fd97168f051336b814f4aa.zip |
Rename KGlobal, KProcess, and KClipboard 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 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); |