From 98f4a055baf6eb7ea5c3d69d6a3f2162b491e253 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 08:14:08 -0600 Subject: Rename KLocale to enhance compatibility with KDE4 --- nsplugins/viewer/viewer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nsplugins/viewer') 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" ); -- cgit v1.2.1