diff options
author | Timothy Pearson <[email protected]> | 2013-01-20 00:00:54 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-20 00:00:54 -0600 |
commit | 106687cbe8e9775a66f4a97f1499084de4f4593b (patch) | |
tree | be4fb7fcb8318e55492819bef4a27a8aec7a3972 /src/sequencer | |
parent | 8c78497ddbb61e72239a7ef5e0e56804455ea712 (diff) | |
download | rosegarden-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.cpp | 2 |
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"; |