diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:14:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:14:08 -0600 |
commit | 98f4a055baf6eb7ea5c3d69d6a3f2162b491e253 (patch) | |
tree | f56598fd630d341dd40899da38b7fd4b3931770a /nsplugins/viewer/viewer.cpp | |
parent | 93943a849d1abc2003ceefe294dc419b9927f7d0 (diff) | |
download | tdebase-98f4a055baf6eb7ea5c3d69d6a3f2162b491e253.tar.gz tdebase-98f4a055baf6eb7ea5c3d69d6a3f2162b491e253.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'nsplugins/viewer/viewer.cpp')
-rw-r--r-- | nsplugins/viewer/viewer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nsplugins/viewer/viewer.cpp b/nsplugins/viewer/viewer.cpp index 9e73c5542..838bfaa31 100644 --- a/nsplugins/viewer/viewer.cpp +++ b/nsplugins/viewer/viewer.cpp @@ -240,13 +240,13 @@ int main(int argc, char** argv) _notifiers[2].setAutoDelete( TRUE ); kdDebug(1430) << "4 - KXtApplication app" << endl; - KLocale::setMainCatalogue("nsplugin"); + TDELocale::setMainCatalogue("nsplugin"); KXtApplication app(dpy, argc, argv, "nspluginviewer"); #else kdDebug(1430) << "3 - create QXtEventLoop" << endl; QXtEventLoop integrator( "nspluginviewer" ); parseCommandLine(argc, argv); - KLocale::setMainCatalogue("nsplugin"); + TDELocale::setMainCatalogue("nsplugin"); kdDebug(1430) << "4 - create TDEApplication" << endl; TDEApplication app( argc, argv, "nspluginviewer" ); |