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 --- example/main.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example') diff --git a/example/main.cc b/example/main.cc index e12a1242d..2aae1f4b6 100644 --- a/example/main.cc +++ b/example/main.cc @@ -34,8 +34,8 @@ static const KCmdLineOptions options[]= extern "C" EXAMPLE_EXPORT int kdemain( int argc, char **argv ) { - KCmdLineArgs::init( argc, argv, newExampleAboutData() ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init( argc, argv, newExampleAboutData() ); + TDECmdLineArgs::addCmdLineOptions( options ); KoApplication app; if (!app.start()) // parses command line args, create initial docs and shells -- cgit v1.2.3