summaryrefslogtreecommitdiffstats
path: root/src/historypage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/historypage.cpp')
-rw-r--r--src/historypage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/historypage.cpp b/src/historypage.cpp
index 81a3e87..8d5bc4a 100644
--- a/src/historypage.cpp
+++ b/src/historypage.cpp
@@ -42,8 +42,8 @@ HistoryPage::HistoryPage(TQWidget* pParent, const char* szName) :
{
m_pView = new HistoryView(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();