From 227d1ebc07e3926eeb6fca2f48c2567c836c5010 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:31 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- microbe/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'microbe/main.cpp') diff --git a/microbe/main.cpp b/microbe/main.cpp index b294a0b..7e8d003 100644 --- a/microbe/main.cpp +++ b/microbe/main.cpp @@ -51,10 +51,10 @@ int main(int argc, char **argv) KAboutData::License_GPL, "(C) 2004-2005, The KTechlab developers", 0, "http://ktechlab.org", "ktechlab-devel@lists.sourceforge.net" ); about.addAuthor( "Daniel Clarke", 0, "daniel.jc@gmail.com" ); about.addAuthor( "David Saxton", 0, "david@bluehaze.org" ); - KCmdLineArgs::init(argc, argv, &about); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::addCmdLineOptions( options ); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if(args->count() == 2 ) { -- cgit v1.2.3