diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-28 21:16:10 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-28 21:38:27 +0900 |
| commit | a3180d7d508dc046a75a887d43a7e6b2d5f02468 (patch) | |
| tree | 6fc3295d8f5cf222b37b0721ed00b1a1f514cc96 /src/usability.ui.h | |
| parent | fe71db0569f2ab1aa559a031aa9ad54003371aea (diff) | |
| download | tork-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/usability.ui.h')
| -rw-r--r-- | src/usability.ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usability.ui.h b/src/usability.ui.h index 97d8d75..453ff7c 100644 --- a/src/usability.ui.h +++ b/src/usability.ui.h @@ -79,7 +79,7 @@ void Usability::TrackHostExits_contextMenuRequested( TQListViewItem *, const TQP TQPopupMenu *menu = new TQPopupMenu( TrackHostExits ); menu->clear(); - menu->insertItem( "Delete Entry", this,SLOT(slotDeleteEntry()) ); + menu->insertItem( "Delete Entry", this,TQ_SLOT(slotDeleteEntry()) ); menu->popup( point ); } |
