summaryrefslogtreecommitdiffstats
path: root/src/sequencer
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-20 00:00:54 -0600
committerTimothy Pearson <[email protected]>2013-01-20 00:00:54 -0600
commit106687cbe8e9775a66f4a97f1499084de4f4593b (patch)
treebe4fb7fcb8318e55492819bef4a27a8aec7a3972 /src/sequencer
parent8c78497ddbb61e72239a7ef5e0e56804455ea712 (diff)
downloadrosegarden-106687cbe8e9775a66f4a97f1499084de4f4593b.tar.gz
rosegarden-106687cbe8e9775a66f4a97f1499084de4f4593b.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/sequencer')
-rw-r--r--src/sequencer/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sequencer/main.cpp b/src/sequencer/main.cpp
index c931bae..a69c744 100644
--- a/src/sequencer/main.cpp
+++ b/src/sequencer/main.cpp
@@ -94,7 +94,7 @@ int main(int argc, char *argv[])
//
/*TDECmdLineArgs *args =*/
TDECmdLineArgs::parsedArgs();
- KApplication app;
+ TDEApplication app;
if (app.isRestored()) {
SEQUENCER_DEBUG << "RosegardenSequencer - we're being session-restored - that's not supposed to happen\n";