diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:10:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:10:32 -0600 |
commit | 3fe437def8063926892bddf2dcc733861308836d (patch) | |
tree | 021d66ad023a32bc8ea0074a1ab3d01316aff8b0 /karbon/dialogs | |
parent | 5b8ab149469c8e186ee8b05d90c0103ae722dd85 (diff) | |
download | koffice-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.h | 8 |
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; |