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 --- kate/app/kwritemain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kate') diff --git a/kate/app/kwritemain.cpp b/kate/app/kwritemain.cpp index e9854c081..e5c0689e5 100644 --- a/kate/app/kwritemain.cpp +++ b/kate/app/kwritemain.cpp @@ -540,7 +540,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) { Kate::Document::setFileChangedDialogsActivated (true); - KLocale::setMainCatalogue("kate"); //lukas: set this to have the kwritepart translated using kate message catalog + TDELocale::setMainCatalogue("kate"); //lukas: set this to have the kwritepart translated using kate message catalog // here we go, construct the KWrite version // TQString kWriteVersion = TQString ("%1.%2.%3").arg(KDE::versionMajor() + 1).arg(KDE::versionMinor()).arg(KDE::versionRelease()); -- cgit v1.2.1