diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:10:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:10:32 -0600 |
commit | 3fe437def8063926892bddf2dcc733861308836d (patch) | |
tree | 021d66ad023a32bc8ea0074a1ab3d01316aff8b0 /kpresenter/KPrConfig.h | |
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 'kpresenter/KPrConfig.h')
-rw-r--r-- | kpresenter/KPrConfig.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kpresenter/KPrConfig.h b/kpresenter/KPrConfig.h index 65a55dfc..2616298a 100644 --- a/kpresenter/KPrConfig.h +++ b/kpresenter/KPrConfig.h @@ -28,7 +28,7 @@ class KPrView; class KPrDocument; class KIntNumInput; class KColorButton; -class KConfig; +class TDEConfig; class TQCheckBox; class KLineEdit; class KDoubleNumInput; @@ -56,7 +56,7 @@ public: void slotDefault(); private: KPrView* m_pView; - KConfig* config; + TDEConfig* config; int oldNbRecentFiles; KDoubleNumInput* indent; KIntNumInput* recentFiles; @@ -75,7 +75,7 @@ protected: KPrView* m_pView; KColorButton* bgColor; KColorButton* gridColor; - KConfig* config; + TDEConfig* config; TQColor oldBgColor; TQColor oldGridColor; } ; @@ -91,7 +91,7 @@ public: private: KPrView* m_pView; KSpell2::ConfigWidget *m_spellConfigWidget; - KConfig* config; + TDEConfig* config; }; class KPrConfigureMiscPage : public TQWidget @@ -104,7 +104,7 @@ public: void slotDefault(); private: KPrView* m_pView; - KConfig* config; + TDEConfig* config; KIntNumInput* m_undoRedoLimit; int m_oldNbRedo; bool m_printNotes; @@ -131,7 +131,7 @@ private: bool m_oldBackupFile; TQString m_oldLanguage; KPrView* m_pView; - KConfig* config; + TDEConfig* config; TQFont *font; TQLabel *fontName; KIntNumInput* autoSave; @@ -158,7 +158,7 @@ public slots: private: KPrView* m_pView; - KConfig* config; + TDEConfig* config; KPrPenStyleWidget *m_confPenDia; KPrBrushProperty *m_brushProperty; @@ -180,7 +180,7 @@ private slots: void slotSelectionChanged(TQListViewItem *); private: KPrView* m_pView; - KConfig* config; + TDEConfig* config; KListView* m_pPathView; TQPushButton *m_modifyPath; }; @@ -196,7 +196,7 @@ public: private slots: void screenReaderOptionChanged(); private: - KConfig* config; + TDEConfig* config; TQCheckBox* m_cbSpeakPointerWidget; TQCheckBox* m_cbSpeakFocusWidget; TQVGroupBox* m_gbScreenReaderOptions; |