summaryrefslogtreecommitdiffstats
path: root/src/core/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/main.cpp')
-rw-r--r--src/core/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/main.cpp b/src/core/main.cpp
index e8431ce..5c46d52 100644
--- a/src/core/main.cpp
+++ b/src/core/main.cpp
@@ -39,8 +39,8 @@ int main(int argc, char **argv)
about.addCredit( "John Myers", "Rotary Switch" );
about.addCredit( "Ali Akcaagac", "Glib friendliness." );
about.addCredit( "David Leggett", "Website hosting and feedback during early development." );
- KCmdLineArgs::init(argc, argv, &about);
- KCmdLineArgs::addCmdLineOptions(options);
+ TDECmdLineArgs::init(argc, argv, &about);
+ TDECmdLineArgs::addCmdLineOptions(options);
KApplication app;
// register ourselves as a dcop client
@@ -48,7 +48,7 @@ int main(int argc, char **argv)
KTechlab *ktechlab = new KTechlab();
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
for ( int i=0; i < args->count(); ++i )
ktechlab->load( args->url(i) );