Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 lat temu
rodzic 3111a1906f
commit 2b8b39e544

@ -76,8 +76,8 @@ int main(int argc, char *argv[])
I18N_NOOP( "for showing that all the work involved with such a project\n"
"is really appreciated out there.\n" ) );
KCmdLineArgs::init( argc, argv, &aboutData );
KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
TDECmdLineArgs::init( argc, argv, &aboutData );
TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
KApplication app;
@ -90,7 +90,7 @@ int main(int argc, char *argv[])
KDirStatApp *kdirstat = new KDirStatApp();
kdirstat->show();
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
if ( args->count() )
{

Ładowanie…
Anuluj
Zapisz