summaryrefslogtreecommitdiffstats
path: root/karbon/dialogs/vconfiguredlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/dialogs/vconfiguredlg.h')
-rw-r--r--karbon/dialogs/vconfiguredlg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/karbon/dialogs/vconfiguredlg.h b/karbon/dialogs/vconfiguredlg.h
index 80c2114b..8203c3f8 100644
--- a/karbon/dialogs/vconfiguredlg.h
+++ b/karbon/dialogs/vconfiguredlg.h
@@ -24,7 +24,7 @@
#include <kdialogbase.h>
class KarbonView;
-class KConfig;
+class TDEConfig;
class KIntNumInput;
class KColorButton;
class KoUnitDoubleSpinBox;
@@ -47,7 +47,7 @@ public slots:
private:
KarbonView* m_view;
- KConfig* m_config;
+ TDEConfig* m_config;
KIntNumInput* m_recentFiles;
int m_oldRecentFiles;
@@ -81,7 +81,7 @@ public slots:
private:
KarbonView* m_view;
- KConfig* m_config;
+ TDEConfig* m_config;
KIntNumInput* m_undoRedo;
int m_oldUndoRedo;
@@ -105,7 +105,7 @@ public slots:
private:
KarbonView* m_view;
- KConfig* m_config;
+ TDEConfig* m_config;
KIntNumInput* m_autoSave;
int m_oldAutoSave;