summaryrefslogtreecommitdiffstats
path: root/cervisia/addrepositorydlg.cpp
diff options
context:
space:
mode:
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");