|
|
|
@ -980,7 +980,7 @@ void KNetworkConf::setReadOnlySlot(bool state)
|
|
|
|
|
void KNetworkConf::showInterfaceContextMenuSlot(KListView* lv, TQListViewItem* lvi, const TQPoint& pt)
|
|
|
|
|
{
|
|
|
|
|
KPopupMenu *context = new KPopupMenu( this );
|
|
|
|
|
Q_CHECK_PTR( context );
|
|
|
|
|
TQ_CHECK_PTR( context );
|
|
|
|
|
context->insertItem( "&Enable Interface", this, TQT_SLOT(enableInterfaceSlot()));
|
|
|
|
|
context->insertItem( "&Disable Interface", this, TQT_SLOT(disableInterfaceSlot()));
|
|
|
|
|
TQListViewItem *item = klvCardList->currentItem();
|
|
|
|
|