Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent f9e1308675
commit 299a14479b

@ -43,8 +43,8 @@ int main(int argc, char *argv[])
"http://ksquirrel.sourceforge.net", "http://ksquirrel.sourceforge.net",
"ksquirrel.iv@gmail.com"); "ksquirrel.iv@gmail.com");
KCmdLineArgs::init(argc, argv, &aboutData); TDECmdLineArgs::init(argc, argv, &aboutData);
KCmdLineArgs::addCmdLineOptions(options); TDECmdLineArgs::addCmdLineOptions(options);
KApplication app; KApplication app;

@ -84,9 +84,9 @@ int main(int argc, char *argv[])
aboutData.addCredit(I18N_NOOP("GameDev forum at"), 0, 0, "http://gamedev.ru"); aboutData.addCredit(I18N_NOOP("GameDev forum at"), 0, 0, "http://gamedev.ru");
// parse command line // parse command line
KCmdLineArgs::init(argc, argv, &aboutData); TDECmdLineArgs::init(argc, argv, &aboutData);
KCmdLineArgs::addCmdLineOptions(options); TDECmdLineArgs::addCmdLineOptions(options);
KCmdLineArgs *sq_args = KCmdLineArgs::parsedArgs(); TDECmdLineArgs *sq_args = TDECmdLineArgs::parsedArgs();
//create high level options //create high level options
high = new SQ_HLOptions; high = new SQ_HLOptions;

Loading…
Cancel
Save