diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:13:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:13:55 -0600 |
commit | 5e6e2fd8352a86fb70f804472a6346868483623a (patch) | |
tree | dfc010a4f5fb5624b094cdb01295591c8879debf /src/gui/application/RosegardenGUIApp.h | |
parent | 59ff04ffaf48f18383b39ea6da17b8e18b6b50c3 (diff) | |
download | rosegarden-5e6e2fd8352a86fb70f804472a6346868483623a.tar.gz rosegarden-5e6e2fd8352a86fb70f804472a6346868483623a.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/gui/application/RosegardenGUIApp.h')
-rw-r--r-- | src/gui/application/RosegardenGUIApp.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/application/RosegardenGUIApp.h b/src/gui/application/RosegardenGUIApp.h index 4e5cc34..88a0d3d 100644 --- a/src/gui/application/RosegardenGUIApp.h +++ b/src/gui/application/RosegardenGUIApp.h @@ -53,7 +53,7 @@ class KTempFile; class KToggleAction; class KRecentFilesAction; class TDEProcess; -class KConfig; +class TDEConfig; class KAction; @@ -101,7 +101,7 @@ class AudioManagerDialog; * full session management as well as keyboard accelerator configuration by using KAccel. * @see KTMainWindow * @see TDEApplication - * @see KConfig + * @see TDEConfig * @see KAccel * * @author Source Framework Automatically Generated by KDevelop, (c) The KDevelop Team. @@ -444,7 +444,7 @@ protected: * * @see KTMainWindow#saveProperties */ - virtual void saveGlobalProperties(KConfig *_cfg); + virtual void saveGlobalProperties(TDEConfig *_cfg); /** * reads the session config file and restores the application's @@ -453,7 +453,7 @@ protected: * * @see KTMainWindow#readProperties */ - virtual void readGlobalProperties(KConfig *_cfg); + virtual void readGlobalProperties(TDEConfig *_cfg); /** * Create a new audio file for the sequencer and return the |