Rename KLocale to enhance compatibility with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 97a16e1e42
commit fa83271d8c

@ -121,7 +121,7 @@ static KCmdLineOptions options[] = {
int main(int argc, char **argv)
{
KLocale::setMainCatalogue("kiosktool");
TDELocale::setMainCatalogue("kiosktool");
TDEAboutData about("kiosktool-tdedirs", "kiosktool-tdedirs", "1.0", description, TDEAboutData::License_GPL, "(C) 2004 Waldo Bastian");
TDECmdLineArgs::init( argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions(options);

Loading…
Cancel
Save