diff options
Diffstat (limited to 'src/maxmin.ui.h')
-rw-r--r-- | src/maxmin.ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/maxmin.ui.h b/src/maxmin.ui.h index 35d0d00..f335770 100644 --- a/src/maxmin.ui.h +++ b/src/maxmin.ui.h @@ -101,7 +101,7 @@ void MaxMin::timedBandwidthList_contextMenuRequested( TQListViewItem *, const TQ TQPopupMenu *menu = new TQPopupMenu( timedBandwidthList ); menu->clear(); - menu->insertItem( "Delete Entry", this,SLOT(slotDeleteEntry()) ); + menu->insertItem( "Delete Entry", this,TQ_SLOT(slotDeleteEntry()) ); menu->popup( point ); } |