summaryrefslogtreecommitdiffstats
path: root/kenolaba/kenolaba.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kenolaba/kenolaba.cpp')
-rw-r--r--kenolaba/kenolaba.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kenolaba/kenolaba.cpp b/kenolaba/kenolaba.cpp
index 754726c2..6f05ffb8 100644
--- a/kenolaba/kenolaba.cpp
+++ b/kenolaba/kenolaba.cpp
@@ -25,7 +25,7 @@ static KCmdLineOptions options[] =
KCmdLineLastOption
};
-AbTop *create(KCmdLineArgs *args)
+AbTop *create(TDECmdLineArgs *args)
{
AbTop* top = new AbTop;
if (args->isSet("port"))
@@ -43,14 +43,14 @@ int main(int argc, char *argv[])
"(c) 1997-2000, Josef Weidendorfer");
aboutData.addAuthor("Josef Weidendorfer",0, "Josef.Weidendorfer@gmx.de");
aboutData.addAuthor("Robert Williams");
- KCmdLineArgs::init( argc, argv, &aboutData );
- KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
+ TDECmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
KApplication app;
KGlobal::locale()->insertCatalogue("libtdegames");
/* command line handling */
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
/* session management */
if ( app.isRestored() ) {