diff options
Diffstat (limited to 'src/sequencer/main.cpp')
-rw-r--r-- | src/sequencer/main.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sequencer/main.cpp b/src/sequencer/main.cpp index dd97510..c931bae 100644 --- a/src/sequencer/main.cpp +++ b/src/sequencer/main.cpp @@ -87,13 +87,13 @@ int main(int argc, char *argv[]) VERSION, description, KAboutData::License_GPL, "(c) 2000-2008, Guillaume Laurent, Chris Cannam, Richard Bown"); aboutData.addAuthor("Guillaume Laurent, Chris Cannam, Richard Bown", 0, "glaurent@telegraph-road.org, cannam@all-day-breakfast.com, bownie@bownie.com"); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); // Add our own options. + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. // Parse cmd line args // - /*KCmdLineArgs *args =*/ - KCmdLineArgs::parsedArgs(); + /*TDECmdLineArgs *args =*/ + TDECmdLineArgs::parsedArgs(); KApplication app; if (app.isRestored()) { |