diff options
Diffstat (limited to 'korn/hvitem.cpp')
-rw-r--r-- | korn/hvitem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/hvitem.cpp b/korn/hvitem.cpp index fa4190d3e..bf621445f 100644 --- a/korn/hvitem.cpp +++ b/korn/hvitem.cpp @@ -30,9 +30,9 @@ #include <tqcursor.h> #include <tqtooltip.h> -HVItem::HVItem( TQWidget *tqparent, const char *name ) +HVItem::HVItem( TQWidget *parent, const char *name ) : BoxContainerItem( 0, name ), - _label( new Label( tqparent, "label" ) ), + _label( new Label( parent, "label" ) ), _popup( new KPopupMenu( _label, "popupmenu" ) ), _actions( new KActionCollection( _popup, "actions" ) ) { |