diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:00:54 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:00:54 -0600 |
commit | 106687cbe8e9775a66f4a97f1499084de4f4593b (patch) | |
tree | be4fb7fcb8318e55492819bef4a27a8aec7a3972 /src/gui | |
parent | 8c78497ddbb61e72239a7ef5e0e56804455ea712 (diff) | |
download | rosegarden-106687cbe8e9775a66f4a97f1499084de4f4593b.tar.gz rosegarden-106687cbe8e9775a66f4a97f1499084de4f4593b.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/application/RosegardenGUIApp.h | 4 | ||||
-rw-r--r-- | src/gui/application/main.cpp | 2 |
2 files changed, 3 insertions, 3 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 */ diff --git a/src/gui/application/main.cpp b/src/gui/application/main.cpp index 2d58cd7..bb1c4c2 100644 --- a/src/gui/application/main.cpp +++ b/src/gui/application/main.cpp @@ -520,7 +520,7 @@ int main(int argc, char *argv[]) config->setGroup("MainView"); int windowWidth = 0, windowHeight = 0; - TQDesktopWidget *desktop = KApplication::desktop(); + TQDesktopWidget *desktop = TDEApplication::desktop(); if (desktop) { TQRect totalRect(desktop->screenGeometry()); TQRect desktopRect = KGlobalSettings::desktopGeometry(TQPoint(0, 0)); |