summaryrefslogtreecommitdiffstats
path: root/arts/gui/kde/klineedit_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'arts/gui/kde/klineedit_impl.h')
-rw-r--r--arts/gui/kde/klineedit_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arts/gui/kde/klineedit_impl.h b/arts/gui/kde/klineedit_impl.h
index 2bd6b693..12ab7532 100644
--- a/arts/gui/kde/klineedit_impl.h
+++ b/arts/gui/kde/klineedit_impl.h
@@ -38,7 +38,7 @@ protected:
public:
KLineEdit_impl( KLineEdit * w = 0 );
- void constructor( Widget p ) { parent( p ); }
+ void constructor( Widget p ) { tqparent( p ); }
std::string caption();
void caption(const std::string& newCaption);
@@ -49,6 +49,7 @@ public:
class KLineEditStringMapper :public TQObject {
Q_OBJECT
+ TQ_OBJECT
KLineEdit_impl *impl;
public:
KLineEditStringMapper(KLineEdit_impl *impl, KLineEdit *ed);