summaryrefslogtreecommitdiffstats
path: root/microbe
diff options
context:
space:
mode:
Diffstat (limited to 'microbe')
-rw-r--r--microbe/main.cpp6
1 files changed, 3 insertions, 3 deletions
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 )
{