diff options
Diffstat (limited to 'src/searchresultsdlg.cpp')
-rw-r--r-- | src/searchresultsdlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/searchresultsdlg.cpp b/src/searchresultsdlg.cpp index c6183d6..d6e6196 100644 --- a/src/searchresultsdlg.cpp +++ b/src/searchresultsdlg.cpp @@ -64,8 +64,8 @@ SearchResultsDlg::SearchResultsDlg(TQWidget* pParent, const char* szName) : // Terminate the dialogue when either the "OK" or "Cancel" buttons are // clicked - connect(m_pOKButton, SIGNAL(clicked()), this, SLOT(accept())); - connect(m_pCancelButton, SIGNAL(clicked()), this, SLOT(reject())); + connect(m_pOKButton, TQ_SIGNAL(clicked()), this, TQ_SLOT(accept())); + connect(m_pCancelButton, TQ_SIGNAL(clicked()), this, TQ_SLOT(reject())); } /** |