summaryrefslogtreecommitdiffstats
path: root/src/running.ui.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-28 21:16:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-28 21:38:27 +0900
commita3180d7d508dc046a75a887d43a7e6b2d5f02468 (patch)
tree6fc3295d8f5cf222b37b0721ed00b1a1f514cc96 /src/running.ui.h
parentfe71db0569f2ab1aa559a031aa9ad54003371aea (diff)
downloadtork-a3180d7d508dc046a75a887d43a7e6b2d5f02468.tar.gz
tork-a3180d7d508dc046a75a887d43a7e6b2d5f02468.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/running.ui.h')
-rw-r--r--src/running.ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/running.ui.h b/src/running.ui.h
index 90fb45b..024dd31 100644
--- a/src/running.ui.h
+++ b/src/running.ui.h
@@ -78,7 +78,7 @@ void Running::SOCKSBindAddressMany_contextMenuRequested( TQListViewItem *, const
TQPopupMenu *menu = new TQPopupMenu( SOCKSBindAddressMany );
menu->clear();
- menu->insertItem( "Delete Entry", this,SLOT(slotDeleteEntry()) );
+ menu->insertItem( "Delete Entry", this,TQ_SLOT(slotDeleteEntry()) );
menu->popup( point );
}
@@ -103,7 +103,7 @@ void Running::SOCKSPolicy_contextMenuRequested( TQListViewItem *, const TQPoint
TQPopupMenu *menu = new TQPopupMenu( SOCKSPolicy );
menu->clear();
- menu->insertItem( "Delete Entry", this,SLOT(slotDeletePolicyEntry()) );
+ menu->insertItem( "Delete Entry", this,TQ_SLOT(slotDeletePolicyEntry()) );
menu->popup( point );
}