diff options
Diffstat (limited to 'korn/hvitem.cpp')
-rw-r--r-- | korn/hvitem.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korn/hvitem.cpp b/korn/hvitem.cpp index d2453b64c..fef3dbefa 100644 --- a/korn/hvitem.cpp +++ b/korn/hvitem.cpp @@ -33,11 +33,11 @@ HVItem::HVItem( TQWidget *parent, const char *name ) : BoxContainerItem( 0, name ), _label( new Label( parent, "label" ) ), - _popup( new KPopupMenu( _label, "popupmenu" ) ), - _actions( new KActionCollection( _popup, "actions" ) ) + _popup( new TDEPopupMenu( _label, "popupmenu" ) ), + _actions( new TDEActionCollection( _popup, "actions" ) ) { _popup->insertTitle( kapp->miniIcon(), kapp->caption() ); - this->fillKPopupMenu( _popup, _actions ); + this->fillTDEPopupMenu( _popup, _actions ); _popup->insertSeparator(); KStdAction::quit( TQT_TQOBJECT(kapp), TQT_SLOT( quit() ), _actions )->plug( _popup ); |