summaryrefslogtreecommitdiffstats
path: root/kword/KWConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWConfig.h')
-rw-r--r--kword/KWConfig.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kword/KWConfig.h b/kword/KWConfig.h
index 7a57b7f6..ab6d373f 100644
--- a/kword/KWConfig.h
+++ b/kword/KWConfig.h
@@ -30,7 +30,7 @@ class KWView;
class TQCheckBox;
class KIntNumInput;
class KoUnitDoubleSpinBox;
-class KConfig;
+class TDEConfig;
class TQComboBox;
class KIntNumInput;
class KCommand;
@@ -53,7 +53,7 @@ public:
void slotDefault();
private:
KWView* m_pView;
- KConfig* config;
+ TDEConfig* config;
KSpell2::ConfigWidget *m_spellConfigWidget;
};
@@ -72,7 +72,7 @@ signals:
void unitChanged( int );
private:
KWView* m_pView;
- KConfig* config;
+ TDEConfig* config;
TQComboBox *m_unitCombo;
KoUnitDoubleSpinBox* gridX,*gridY;
KoUnitDoubleSpinBox* indent;
@@ -93,7 +93,7 @@ public:
void setUnit( KoUnit::Unit unit );
private:
KWView* m_pView;
- KConfig* config;
+ TDEConfig* config;
KIntNumInput* m_undoRedoLimit;
int m_oldNbRedo;
bool m_oldFormattingEndParag, m_oldFormattingSpace, m_oldFormattingTabs, m_oldFormattingBreak;
@@ -116,7 +116,7 @@ public slots:
void selectNewDefaultFont();
private:
KWView* m_pView;
- KConfig* config;
+ TDEConfig* config;
TQFont *font;
TQLabel *fontName;
TQLabel *tabStop;
@@ -153,7 +153,7 @@ private slots:
void slotSelectionChanged(TQListViewItem *);
private:
KWView* m_pView;
- KConfig* config;
+ TDEConfig* config;
KListView* m_pPathView;
TQPushButton *m_modifyPath;
};
@@ -169,7 +169,7 @@ public:
private slots:
void screenReaderOptionChanged();
private:
- KConfig* config;
+ TDEConfig* config;
TQCheckBox* m_cbSpeakPointerWidget;
TQCheckBox* m_cbSpeakFocusWidget;
TQVGroupBox* m_gbScreenReaderOptions;