summaryrefslogtreecommitdiffstats
path: root/src/stylesheetdialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-28 21:15:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-28 21:15:09 +0900
commit8c94fd2f9bea6e051ac0903362fceb7cd92fde41 (patch)
tree392235ba61cf719f1f1ee92ac70edf3a3a63c49b /src/stylesheetdialog.cpp
parenta289b05ae93436fc9e338c3c7e94b3ed2e3cc9b0 (diff)
downloadknmap-8c94fd2f9bea6e051ac0903362fceb7cd92fde41.tar.gz
knmap-8c94fd2f9bea6e051ac0903362fceb7cd92fde41.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/stylesheetdialog.cpp')
-rw-r--r--src/stylesheetdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stylesheetdialog.cpp b/src/stylesheetdialog.cpp
index 3e3a6cf..58f22ee 100644
--- a/src/stylesheetdialog.cpp
+++ b/src/stylesheetdialog.cpp
@@ -74,8 +74,8 @@ StylesheetDialog::StylesheetDialog( const TQString& currentStylesheetURL,
layout->setRowStretch( 3, 10 );
layout->setRowStretch( 4, 2 );
- connect( urlButton, SIGNAL( clicked( )), SLOT( slotURLButtonClicked( )));
- connect( m_urlListBox, SIGNAL( doubleClicked( TQListBoxItem* )), SLOT( slotURLListBoxDoubleClicked( TQListBoxItem* )));
+ connect( urlButton, TQ_SIGNAL( clicked( )), TQ_SLOT( slotURLButtonClicked( )));
+ connect( m_urlListBox, TQ_SIGNAL( doubleClicked( TQListBoxItem* )), TQ_SLOT( slotURLListBoxDoubleClicked( TQListBoxItem* )));
}
// slotOk