summaryrefslogtreecommitdiffstats
path: root/konq-plugins/kuick/kuick_plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konq-plugins/kuick/kuick_plugin.cpp')
-rw-r--r--konq-plugins/kuick/kuick_plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/konq-plugins/kuick/kuick_plugin.cpp b/konq-plugins/kuick/kuick_plugin.cpp
index 772f169..27152e7 100644
--- a/konq-plugins/kuick/kuick_plugin.cpp
+++ b/konq-plugins/kuick/kuick_plugin.cpp
@@ -43,7 +43,7 @@ KTestMenu::KTestMenu( KonqPopupMenu *popupmenu, const char *name, const TQString
meta_copy_mmu = 0L;
meta_move_mmu = 0L;
my_action = new KAction( "kuick_plugin", 0, this, TQT_SLOT( slotPopupMaeh( ) ), actionCollection( ), "Do some funky stuff" );
- addAction( my_action );
+ tqaddAction( my_action );
addSeparator();
//popupmenu->addMerge();
connect( popup, TQT_SIGNAL(aboutToShow() ), this, TQT_SLOT(slotPrepareMenu( ) ) );
@@ -82,7 +82,7 @@ void KTestMenu::slotPrepareMenu( ) { // now it's time to set up the menu...
for(int i= popup->count(); i >=1; i--) {
int id = popup->idAt( i );
TQString text = popup->text( id );
- if( text.contains("kuick_plugin") ) {
+ if( text.tqcontains("kuick_plugin") ) {
popup->removeItem( id );
if (isKDesktop && !kapp->authorize("editable_desktop_icons"))
{