diff options
Diffstat (limited to 'src/querypage.cpp')
-rw-r--r-- | src/querypage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/querypage.cpp b/src/querypage.cpp index 06a77b5..f5d90c0 100644 --- a/src/querypage.cpp +++ b/src/querypage.cpp @@ -56,8 +56,8 @@ QueryPage::QueryPage(TQWidget* pParent, const char * szName) : m_pView = new QueryView(this); m_pDriver = new QueryViewDriver(m_pView, this); - connect(m_pView, SIGNAL(lineRequested(const TQString&, uint)), this, - SIGNAL(lineRequested(const TQString&, uint))); + connect(m_pView, TQ_SIGNAL(lineRequested(const TQString&, uint)), this, + TQ_SIGNAL(lineRequested(const TQString&, uint))); // Set colours and font applyPrefs(); |