summaryrefslogtreecommitdiffstats
path: root/lib/interfaces/kdevpartcontroller.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/interfaces/kdevpartcontroller.h')
-rw-r--r--lib/interfaces/kdevpartcontroller.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/interfaces/kdevpartcontroller.h b/lib/interfaces/kdevpartcontroller.h
index be7084b9..e2ff8069 100644
--- a/lib/interfaces/kdevpartcontroller.h
+++ b/lib/interfaces/kdevpartcontroller.h
@@ -56,11 +56,12 @@ GUI designers, etc.
class KDevPartController: public KParts::PartManager
{
Q_OBJECT
+ TQ_OBJECT
public:
/**Constructor.
- @param parent The parent object.*/
- KDevPartController(TQWidget *parent);
+ @param tqparent The tqparent object.*/
+ KDevPartController(TQWidget *tqparent);
/**Call this before a call to @ref editDocument to set the encoding of the
document to be opened.