summaryrefslogtreecommitdiffstats
path: root/cervisia/addrepositorydlg.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-14 13:10:18 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-14 13:34:26 +0900
commitb0c86264e0cd10a0d3a47de3b05be453d9417bcd (patch)
tree7ae4535306d69dc4b55f68eae0a65298330ee610 /cervisia/addrepositorydlg.cpp
parentd859a5c1f439fe432dedde763e40b2dad9875354 (diff)
downloadtdesdk-b0c86264e0cd10a0d3a47de3b05be453d9417bcd.tar.gz
tdesdk-b0c86264e0cd10a0d3a47de3b05be453d9417bcd.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'cervisia/addrepositorydlg.cpp')
-rw-r--r--cervisia/addrepositorydlg.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/cervisia/addrepositorydlg.cpp b/cervisia/addrepositorydlg.cpp
index 576b43f4..a31c497f 100644
--- a/cervisia/addrepositorydlg.cpp
+++ b/cervisia/addrepositorydlg.cpp
@@ -81,10 +81,10 @@ AddRepositoryDialog::AddRepositoryDialog(TDEConfig& cfg, const TQString& repo,
"server"), mainWidget);
layout->addWidget(m_retrieveCvsignoreFile);
- connect( repo_edit, TQT_SIGNAL(textChanged(const TQString&)),
- this, TQT_SLOT(repoChanged()) );
- connect( m_useDifferentCompression, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(compressionToggled(bool)) );
+ connect( repo_edit, TQ_SIGNAL(textChanged(const TQString&)),
+ this, TQ_SLOT(repoChanged()) );
+ connect( m_useDifferentCompression, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(compressionToggled(bool)) );
repoChanged();
TQSize size = configDialogSize(partConfig, "AddRepositoryDialog");