summaryrefslogtreecommitdiffstats
path: root/korn/hvitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korn/hvitem.cpp')
-rw-r--r--korn/hvitem.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/korn/hvitem.cpp b/korn/hvitem.cpp
index d2453b64..fef3dbef 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 );