diff --git a/systemsettings/main.cpp b/systemsettings/main.cpp index 0b8e010..6be69b3 100644 --- a/systemsettings/main.cpp +++ b/systemsettings/main.cpp @@ -43,12 +43,12 @@ int main( int argc, char *argv[] ) KAboutData::License_LGPL, "(c) 2005, Benjamin C. Meyer", 0, 0); aboutData.addAuthor("Benjamin C. Meyer", I18N_NOOP("Author & Maintainer"), "ben+systempreferences@meyerhome.net"); - KCmdLineArgs::init(argc, argv, &aboutData); + TDECmdLineArgs::init(argc, argv, &aboutData); // Tell which options are supported - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::addCmdLineOptions( options ); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); // Launch KApplication application(argc, argv);