diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:13:55 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:13:55 -0600 |
commit | 5e6e2fd8352a86fb70f804472a6346868483623a (patch) | |
tree | dfc010a4f5fb5624b094cdb01295591c8879debf /src/gui/general/EditViewBase.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/general/EditViewBase.h')
-rw-r--r-- | src/gui/general/EditViewBase.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/general/EditViewBase.h b/src/gui/general/EditViewBase.h index 293e7cc..a5da4ad 100644 --- a/src/gui/general/EditViewBase.h +++ b/src/gui/general/EditViewBase.h @@ -40,7 +40,7 @@ class TQFrame; class TQCloseEvent; class TQAccel; class KToggleAction; -class KConfig; +class TDEConfig; class KCommand; namespace Rosegarden { class EditViewTimeSigNotifier; } @@ -361,7 +361,7 @@ protected: int m_viewNumber; std::string m_viewLocalPropertyPrefix; - KConfig* m_config; + TDEConfig* m_config; RosegardenGUIDoc* m_doc; std::vector<Segment *> m_segments; |