summaryrefslogtreecommitdiffstats
path: root/src/gui/general/PresetHandlerDialog.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 00:13:55 -0600
committerTimothy Pearson <[email protected]>2013-01-25 00:13:55 -0600
commit5e6e2fd8352a86fb70f804472a6346868483623a (patch)
treedfc010a4f5fb5624b094cdb01295591c8879debf /src/gui/general/PresetHandlerDialog.h
parent59ff04ffaf48f18383b39ea6da17b8e18b6b50c3 (diff)
downloadrosegarden-5e6e2fd8352a86fb70f804472a6346868483623a.tar.gz
rosegarden-5e6e2fd8352a86fb70f804472a6346868483623a.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/gui/general/PresetHandlerDialog.h')
-rw-r--r--src/gui/general/PresetHandlerDialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/general/PresetHandlerDialog.h b/src/gui/general/PresetHandlerDialog.h
index 36dad7a..83c617f 100644
--- a/src/gui/general/PresetHandlerDialog.h
+++ b/src/gui/general/PresetHandlerDialog.h
@@ -35,7 +35,7 @@
#include "CategoryElement.h"
class TQWidget;
-class KConfig;
+class TDEConfig;
class KComboBox;
@@ -58,7 +58,7 @@ public:
PresetGroup *m_presets;
CategoriesContainer m_categories;
- KConfig *m_config;
+ TDEConfig *m_config;
bool m_fromNotation;
//-------[ accessor functions ]------------------------