summaryrefslogtreecommitdiffstats
path: root/src/gui/application/RosegardenGUIApp.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/gui/application/RosegardenGUIApp.h
parent8c78497ddbb61e72239a7ef5e0e56804455ea712 (diff)
downloadrosegarden-106687cbe8e9775a66f4a97f1499084de4f4593b.tar.gz
rosegarden-106687cbe8e9775a66f4a97f1499084de4f4593b.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/gui/application/RosegardenGUIApp.h')
-rw-r--r--src/gui/application/RosegardenGUIApp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/application/RosegardenGUIApp.h b/src/gui/application/RosegardenGUIApp.h
index 2c2d57c..23933ea 100644
--- a/src/gui/application/RosegardenGUIApp.h
+++ b/src/gui/application/RosegardenGUIApp.h
@@ -100,7 +100,7 @@ class AudioManagerDialog;
* RosegardenGUIApp reimplements the methods that KTMainWindow provides for main window handling and supports
* full session management as well as keyboard accelerator configuration by using KAccel.
* @see KTMainWindow
- * @see KApplication
+ * @see TDEApplication
* @see KConfig
* @see KAccel
*
@@ -440,7 +440,7 @@ protected:
/**
* saves the window properties for each open window during session
* end to the session config file, including saving the currently
- * opened file by a temporary filename provided by KApplication.
+ * opened file by a temporary filename provided by TDEApplication.
*
* @see KTMainWindow#saveProperties
*/