summaryrefslogtreecommitdiffstats
path: root/karbon/dialogs
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:10:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:10:32 -0600
commit3fe437def8063926892bddf2dcc733861308836d (patch)
tree021d66ad023a32bc8ea0074a1ab3d01316aff8b0 /karbon/dialogs
parent5b8ab149469c8e186ee8b05d90c0103ae722dd85 (diff)
downloadkoffice-3fe437def8063926892bddf2dcc733861308836d.tar.gz
koffice-3fe437def8063926892bddf2dcc733861308836d.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'karbon/dialogs')
-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;