summaryrefslogtreecommitdiffstats
path: root/src/kchmcontentswindow.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-07 19:46:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-07 19:46:37 +0900
commit13a90d07994f44f6eedc8d43b8d745341eb31497 (patch)
treeb0c2269b13b181ce971a080a7086480ac169bf0b /src/kchmcontentswindow.cpp
parent50e174961141962046c59391fd648ed004cb3a08 (diff)
downloadkchmviewer-13a90d07994f44f6eedc8d43b8d745341eb31497.tar.gz
kchmviewer-13a90d07994f44f6eedc8d43b8d745341eb31497.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kchmcontentswindow.cpp')
-rw-r--r--src/kchmcontentswindow.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kchmcontentswindow.cpp b/src/kchmcontentswindow.cpp
index 200df61..eeaef20 100644
--- a/src/kchmcontentswindow.cpp
+++ b/src/kchmcontentswindow.cpp
@@ -42,11 +42,11 @@ KCHMContentsWindow::KCHMContentsWindow(TQWidget *parent, const char *name)
header()->hide();
setShowToolTips( false );
- connect( this, TQT_SIGNAL( onItem ( TQListViewItem * ) ), this, TQT_SLOT( slotOnItem( TQListViewItem * ) ) );
+ connect( this, TQ_SIGNAL( onItem ( TQListViewItem * ) ), this, TQ_SLOT( slotOnItem( TQListViewItem * ) ) );
connect( this,
- TQT_SIGNAL( contextMenuRequested( TQListViewItem *, const TQPoint& , int ) ),
+ TQ_SIGNAL( contextMenuRequested( TQListViewItem *, const TQPoint& , int ) ),
this,
- TQT_SLOT( slotContextMenuRequested ( TQListViewItem *, const TQPoint &, int ) ) );
+ TQ_SLOT( slotContextMenuRequested ( TQListViewItem *, const TQPoint &, int ) ) );
new KCHMListItemTooltip( this );