summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tdesvnd/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdesvnd/main.cpp b/src/tdesvnd/main.cpp
index f4891af..0f97859 100644
--- a/src/tdesvnd/main.cpp
+++ b/src/tdesvnd/main.cpp
@@ -40,7 +40,7 @@ static KCmdLineOptions options[] =
int main (int argc, char *argv[])
{
- KLocale::setMainCatalogue("tdesvn");
+ TDELocale::setMainCatalogue("tdesvn");
TDEAboutData aboutdata("tdesvnd", I18N_NOOP("TDE"),
version, description,
TDEAboutData::License_GPL, "(C) %{YEAR}, Rajko Albrecht");