@ -177,10 +177,10 @@ int main(int argc, char *argv[])
I18N_NOOP ( " Splash screen and icon for 3.2 " ) ,
" luci@sh.ground.cz " ) ;
K CmdLineArgs: : init ( argc , argv , & aboutData ) ;
K CmdLineArgs: : addCmdLineOptions ( options ) ; // Add our own options.
TDE CmdLineArgs: : init ( argc , argv , & aboutData ) ;
TDE CmdLineArgs: : addCmdLineOptions ( options ) ; // Add our own options.
// this defeats the purpose of K CmdLineArgs, but there is no other
// this defeats the purpose of TDE CmdLineArgs, but there is no other
// way around, I'm afraid.
const char * uniq = " --unique " ;
bool isUnique = false ;
@ -199,7 +199,7 @@ int main(int argc, char *argv[])
KUniqueApplication : : dcopClient ( ) - > registerAs ( " quanta-foo " ) ;
if ( KUniqueApplication : : dcopClient ( ) - > isApplicationRegistered ( " quanta " ) )
{
KCmdLineArgs * args = K CmdLineArgs: : parsedArgs ( ) ;
TDECmdLineArgs * args = TDE CmdLineArgs: : parsedArgs ( ) ;
for ( int i = 0 ; i < args - > count ( ) ; i + + )
{
TQString s = args - > url ( i ) . url ( ) ;