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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/interfaces/kdevpartcontroller.h b/lib/interfaces/kdevpartcontroller.h
index e2ff8069..37abf603 100644
--- a/lib/interfaces/kdevpartcontroller.h
+++ b/lib/interfaces/kdevpartcontroller.h
@@ -60,8 +60,8 @@ class KDevPartController: public KParts::PartManager
public:
/**Constructor.
- @param tqparent The tqparent object.*/
- KDevPartController(TQWidget *tqparent);
+ @param parent The parent object.*/
+ KDevPartController(TQWidget *parent);
/**Call this before a call to @ref editDocument to set the encoding of the
document to be opened.