summaryrefslogtreecommitdiffstats
path: root/korn/dockeditem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korn/dockeditem.cpp')
-rw-r--r--korn/dockeditem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/dockeditem.cpp b/korn/dockeditem.cpp
index 474ffb28..7e2b53a8 100644
--- a/korn/dockeditem.cpp
+++ b/korn/dockeditem.cpp
@@ -40,7 +40,7 @@ DockedItem::DockedItem( TQWidget * parent, const char * name )
: BoxContainerItem( TQT_TQOBJECT(parent), name ),
_systemtray( new SystemTray( parent, "System tray" ) )
{
- this->fillKPopupMenu( _systemtray->contextMenu(), _systemtray->actionCollection() );
+ this->fillTDEPopupMenu( _systemtray->contextMenu(), _systemtray->actionCollection() );
connect( _systemtray, TQT_SIGNAL( quitSelected() ), kapp, TQT_SLOT( quit() ) );
connect( _systemtray, TQT_SIGNAL( mouseButtonPressed( TQt::ButtonState ) ),