summaryrefslogtreecommitdiffstats
path: root/src/document/RosegardenGUIDoc.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:00:54 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:00:54 -0600
commit106687cbe8e9775a66f4a97f1499084de4f4593b (patch)
treebe4fb7fcb8318e55492819bef4a27a8aec7a3972 /src/document/RosegardenGUIDoc.h
parent8c78497ddbb61e72239a7ef5e0e56804455ea712 (diff)
downloadrosegarden-106687cbe8e9775a66f4a97f1499084de4f4593b.tar.gz
rosegarden-106687cbe8e9775a66f4a97f1499084de4f4593b.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/document/RosegardenGUIDoc.h')
-rw-r--r--src/document/RosegardenGUIDoc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document/RosegardenGUIDoc.h b/src/document/RosegardenGUIDoc.h
index 32ce73d..c6e13cd 100644
--- a/src/document/RosegardenGUIDoc.h
+++ b/src/document/RosegardenGUIDoc.h
@@ -77,7 +77,7 @@ static const int MERGE_KEEP_NEW_TIMINGS = (1 << 3);
* The RosegardenGUIDoc class provides a document object that can be
* used in conjunction with the classes RosegardenGUIApp and
* RosegardenGUIView to create a document-view model for standard KDE
- * applications based on KApplication and KTMainWindow. Thereby, the
+ * applications based on TDEApplication and KTMainWindow. Thereby, the
* document object is created by the RosegardenGUIApp instance and
* contains the document structure with the according methods for
* manipulation of the document data by RosegardenGUIView