summaryrefslogtreecommitdiffstats
path: root/kword/KWConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWConfig.h')
-rw-r--r--kword/KWConfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kword/KWConfig.h b/kword/KWConfig.h
index ab6d373f..bc864ff8 100644
--- a/kword/KWConfig.h
+++ b/kword/KWConfig.h
@@ -35,7 +35,7 @@ class TQComboBox;
class KIntNumInput;
class KCommand;
class KWDocument;
-class KListView;
+class TDEListView;
class TQVGroupBox;
class TQLabel;
@@ -154,7 +154,7 @@ private slots:
private:
KWView* m_pView;
TDEConfig* config;
- KListView* m_pPathView;
+ TDEListView* m_pPathView;
TQPushButton *m_modifyPath;
};