From 68a4fdfd2c2b70a7c22c4c6d6c916e604a0efac2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:28 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kpresenter/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpresenter') diff --git a/kpresenter/main.cpp b/kpresenter/main.cpp index 91517ebd..96716370 100644 --- a/kpresenter/main.cpp +++ b/kpresenter/main.cpp @@ -34,8 +34,8 @@ static const KCmdLineOptions options[]= extern "C" KPRESENTER_EXPORT int kdemain( int argc, char **argv ) { - KCmdLineArgs::init( argc, argv, newKPresenterAboutData() ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init( argc, argv, newKPresenterAboutData() ); + TDECmdLineArgs::addCmdLineOptions( options ); KoApplication app; -- cgit v1.2.1