From 106687cbe8e9775a66f4a97f1499084de4f4593b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:00:54 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- src/sequencer/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sequencer') 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"; -- cgit v1.2.1