From 3fe437def8063926892bddf2dcc733861308836d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:10:32 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- karbon/dialogs/vconfiguredlg.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'karbon/dialogs') 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 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; -- cgit v1.2.1