From 0e5bdd6a8bd27439624c8b4e9a3cf748ddc3e37a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:33 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index d7fb677..e04e414 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -52,8 +52,8 @@ int main(int argc, char* argv[]) { aboutData.addCredit("Valentin Lavrinenko", I18N_NOOP("Author of rtf2html library"), 0, 0); - KCmdLineArgs::init(argc, argv, &aboutData); - KCmdLineArgs::addCmdLineOptions(options); + TDECmdLineArgs::init(argc, argv, &aboutData); + TDECmdLineArgs::addCmdLineOptions(options); KApplication app; @@ -64,7 +64,7 @@ int main(int argc, char* argv[]) { tellico->show(); tellico->slotShowTipOfDay(false); - KCmdLineArgs* args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs(); if(args->count() > 0) { if(args->isSet("bibtex")) { tellico->importFile(Tellico::Import::Bibtex, args->url(0), Tellico::Import::Replace); -- cgit v1.2.1