summaryrefslogtreecommitdiffstats
path: root/khelpcenter/glossary.h
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/glossary.h')
-rw-r--r--khelpcenter/glossary.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/khelpcenter/glossary.h b/khelpcenter/glossary.h
index 37594811c..cb79e25b4 100644
--- a/khelpcenter/glossary.h
+++ b/khelpcenter/glossary.h
@@ -26,7 +26,7 @@
#include <tqdom.h>
#include <tqstringlist.h>
-class KConfig;
+class TDEConfig;
class TDEProcess;
class EntryItem;
@@ -129,7 +129,7 @@ class Glossary : public KListView
void buildGlossaryTree();
TQDomElement childElement( const TQDomElement &e, const TQString &name );
- KConfig *m_config;
+ TDEConfig *m_config;
TQListViewItem *m_byTopicItem;
TQListViewItem *m_alphabItem;
TQString m_sourceFile;