From d41050ea3f6904e5156d35f664346b816b9e4d12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:43 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kpager/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpager') diff --git a/kpager/main.cpp b/kpager/main.cpp index 9f2282b59..685e1375b 100644 --- a/kpager/main.cpp +++ b/kpager/main.cpp @@ -77,8 +77,8 @@ int main(int argc, char **argv) aboutdata->addAuthor("Matthias Ettrich", I18N_NOOP("Developer"),"ettrich@kde.org", ""); - KCmdLineArgs::init(argc, argv, aboutdata); - KCmdLineArgs::addCmdLineOptions(pagerOpts); + TDECmdLineArgs::init(argc, argv, aboutdata); + TDECmdLineArgs::addCmdLineOptions(pagerOpts); KUniqueApplication::addCmdLineOptions(); if (!KUniqueApplication::start()) @@ -89,7 +89,7 @@ int main(int argc, char **argv) KApplication * app = new KPagerApplication; - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); KPagerMainWindow *kpager = new KPagerMainWindow(0,"KPager"); kpager->setPlainCaption( i18n("Desktop Pager") ); -- cgit v1.2.3