diff options
author | Michele Calgaro <[email protected]> | 2024-01-07 19:46:37 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-01-07 19:46:37 +0900 |
commit | 13a90d07994f44f6eedc8d43b8d745341eb31497 (patch) | |
tree | b0c2269b13b181ce971a080a7086480ac169bf0b /src/kchmviewwindow_qtextbrowser.cpp | |
parent | 50e174961141962046c59391fd648ed004cb3a08 (diff) | |
download | kchmviewer-13a90d07994f44f6eedc8d43b8d745341eb31497.tar.gz kchmviewer-13a90d07994f44f6eedc8d43b8d745341eb31497.zip |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/kchmviewwindow_qtextbrowser.cpp')
-rw-r--r-- | src/kchmviewwindow_qtextbrowser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kchmviewwindow_qtextbrowser.cpp b/src/kchmviewwindow_qtextbrowser.cpp index 41db166..d3f1f72 100644 --- a/src/kchmviewwindow_qtextbrowser.cpp +++ b/src/kchmviewwindow_qtextbrowser.cpp @@ -47,7 +47,7 @@ KCHMViewWindow_QTextBrowser::KCHMViewWindow_QTextBrowser( TQTabWidget * parent ) invalidate(); setTextFormat ( TQt::RichText ); - connect( this, TQT_SIGNAL( linkClicked (const TQString &) ), this, TQT_SLOT( slotLinkClicked(const TQString &) ) ); + connect( this, TQ_SIGNAL( linkClicked (const TQString &) ), this, TQ_SLOT( slotLinkClicked(const TQString &) ) ); } |