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");