diff options
Diffstat (limited to 'kspaceduel/main.cpp')
-rw-r--r-- | kspaceduel/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kspaceduel/main.cpp b/kspaceduel/main.cpp index c189c529..d470c7f6 100644 --- a/kspaceduel/main.cpp +++ b/kspaceduel/main.cpp @@ -13,7 +13,7 @@ int main(int argc,char **argv) KSPACEDUEL_VERSION, description, KAboutData::License_GPL, "(c) 1998-2000, Andreas Zehender"); aboutData.addAuthor("Andreas Zehender",0, "az@azweb.de"); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KApplication myapplication; MyTopLevelWidget* top = new MyTopLevelWidget( ); |