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 --- kcontrol/randr/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kcontrol/randr') diff --git a/kcontrol/randr/main.cpp b/kcontrol/randr/main.cpp index b48232d2c..39903351b 100644 --- a/kcontrol/randr/main.cpp +++ b/kcontrol/randr/main.cpp @@ -42,8 +42,8 @@ int main(int argc, char **argv) aboutData.setProductName("krandr/krandrtray"); KGlobal::locale()->setMainCatalogue("krandr"); - KCmdLineArgs::init(argc,argv,&aboutData); - KCmdLineArgs::addCmdLineOptions(options); + TDECmdLineArgs::init(argc,argv,&aboutData); + TDECmdLineArgs::addCmdLineOptions(options); KApplication::addCmdLineOptions(); KRandRApp app; -- cgit v1.2.1