Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4

pull/2/head
Timothy Pearson 12 years ago
parent 06d04d584a
commit fefb2ade54

@ -213,10 +213,10 @@ int main(int argc, char **argv)
else else
{ {
KCmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::init(argc, argv, &about);
KCmdLineArgs::addCmdLineOptions( options ); TDECmdLineArgs::addCmdLineOptions( options );
Kvkbd::addCmdLineOptions(); Kvkbd::addCmdLineOptions();
//KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); //TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
findAloneWindow(); findAloneWindow();
Kvkbd a; Kvkbd a;

Loading…
Cancel
Save