summaryrefslogtreecommitdiffstats
path: root/part/kxe_viewelement.h
diff options
context:
space:
mode:
Diffstat (limited to 'part/kxe_viewelement.h')
-rw-r--r--part/kxe_viewelement.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/part/kxe_viewelement.h b/part/kxe_viewelement.h
index f838079..219c4fa 100644
--- a/part/kxe_viewelement.h
+++ b/part/kxe_viewelement.h
@@ -25,7 +25,7 @@
// forward declarations
class KXE_ViewAttributes;
class KTextEdit;
-class KConfig;
+class TDEConfig;
class KXESyntaxHighlighter;
@@ -41,7 +41,7 @@ class KXE_ViewElement : public TQSplitter
public:
- KXE_ViewElement( TQWidget * pParent, KConfig *pConfig, const char * pszName = 0 );
+ KXE_ViewElement( TQWidget * pParent, TDEConfig *pConfig, const char * pszName = 0 );
~KXE_ViewElement();
/** Returns a pointer to the currently selected attribute or a null pointer. */
@@ -68,7 +68,7 @@ class KXE_ViewElement : public TQSplitter
KTextEdit * m_pViewPlainXML;
/** configuration used to store splitter sizes */
- KConfig *m_pConfig;
+ TDEConfig *m_pConfig;
/** Syntax highlighter for m_pViewPlainXML */
KXESyntaxHighlighter *m_pSyntaxHighlighter;