summaryrefslogtreecommitdiffstats
path: root/src/bookmarksdlg.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-28 16:37:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-28 16:37:45 +0900
commit11f3716a1c82b43f92dc32083101558f3ec47f27 (patch)
tree0e0a6f82ea12db7ed50ba5e068128186493d44e1 /src/bookmarksdlg.cpp
parentd399e3a2c6c365c540fe67bc648bacefe4cca707 (diff)
downloadkscope-11f3716a1c82b43f92dc32083101558f3ec47f27.tar.gz
kscope-11f3716a1c82b43f92dc32083101558f3ec47f27.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/bookmarksdlg.cpp')
-rw-r--r--src/bookmarksdlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bookmarksdlg.cpp b/src/bookmarksdlg.cpp
index f42deb6..12ddd5e 100644
--- a/src/bookmarksdlg.cpp
+++ b/src/bookmarksdlg.cpp
@@ -35,8 +35,8 @@ BookmarksDlg::BookmarksDlg(TQWidget* pParent, const char* szName) :
m_pView->setColumnWidth(0, 0);
// Handle requests for source locations
- connect(m_pView, SIGNAL(lineRequested(const TQString&, uint)), this,
- SLOT(slotLineRequested(const TQString&, uint)));
+ connect(m_pView, TQ_SIGNAL(lineRequested(const TQString&, uint)), this,
+ TQ_SLOT(slotLineRequested(const TQString&, uint)));
}
BookmarksDlg::~BookmarksDlg()