summaryrefslogtreecommitdiffstats
path: root/part/kxe_viewelement.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-03-26 12:41:49 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-03-26 14:15:13 +0100
commitea0a6815c10291d1ae30029f5183e3eaaf838fda (patch)
treee522c735ad703edee863c5d490f519f9cf713120 /part/kxe_viewelement.h
parent38dca4b75c471ddf950e2f9f03801c550d7d26fd (diff)
downloadkxmleditor-ea0a6815c10291d1ae30029f5183e3eaaf838fda.tar.gz
kxmleditor-ea0a6815c10291d1ae30029f5183e3eaaf838fda.zip
Initial TDE conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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;