From fd5d099065a748cac49e20a13481f85666c53c71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:12 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- korn/dockeditem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'korn/dockeditem.cpp') diff --git a/korn/dockeditem.cpp b/korn/dockeditem.cpp index 474ffb289..7e2b53a89 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 ) ), -- cgit v1.2.1