summaryrefslogtreecommitdiffstats
path: root/src/sequencer/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:32 -0600
commit8c78497ddbb61e72239a7ef5e0e56804455ea712 (patch)
treeee428c01565d35c47230317144b47a0e4ee479c4 /src/sequencer/main.cpp
parent6e7786bdc3a10933c8becf83de4fee4bf5e466c7 (diff)
downloadrosegarden-8c78497ddbb61e72239a7ef5e0e56804455ea712.tar.gz
rosegarden-8c78497ddbb61e72239a7ef5e0e56804455ea712.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'src/sequencer/main.cpp')
-rw-r--r--src/sequencer/main.cpp8
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()) {