summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/widgets/searchdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/widgets/searchdialog.cpp')
-rw-r--r--kftpgrabber/src/widgets/searchdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kftpgrabber/src/widgets/searchdialog.cpp b/kftpgrabber/src/widgets/searchdialog.cpp
index d0a31c6..c10e6b6 100644
--- a/kftpgrabber/src/widgets/searchdialog.cpp
+++ b/kftpgrabber/src/widgets/searchdialog.cpp
@@ -60,8 +60,8 @@ SearchDialog::SearchDialog(TQWidget *parent, const char *name)
setMainWidget(m_layout);
setInitialSize(TQSize(500,400));
- connect(m_layout->searchServer, SIGNAL(clicked()), this, SLOT(slotSearchServerClicked()));
- connect(m_layout->searchServerName, SIGNAL(siteChanged(KFTPBookmarks::Site*)), this, SLOT(slotSiteChanged(KFTPBookmarks::Site*)));
+ connect(m_layout->searchServer, TQ_SIGNAL(clicked()), this, TQ_SLOT(slotSearchServerClicked()));
+ connect(m_layout->searchServerName, TQ_SIGNAL(siteChanged(KFTPBookmarks::Site*)), this, TQ_SLOT(slotSiteChanged(KFTPBookmarks::Site*)));
}
TQString SearchDialog::replaceCap(TQStringList cap, const TQString &text)