diff options
Diffstat (limited to 'src/treewidget.cpp')
-rw-r--r-- | src/treewidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/treewidget.cpp b/src/treewidget.cpp index db0a26b..cae5edb 100644 --- a/src/treewidget.cpp +++ b/src/treewidget.cpp @@ -43,8 +43,8 @@ TreeWidget::TreeWidget(TQWidget* pParent, const char* szName) : m_pDriver = new QueryViewDriver(this, this); // Query a tree item when it is expanded for the first time - connect(this, SIGNAL(expanded(TQListViewItem*)), this, - SLOT(slotQueryItem(TQListViewItem*))); + connect(this, TQ_SIGNAL(expanded(TQListViewItem*)), this, + TQ_SLOT(slotQueryItem(TQListViewItem*))); } /** |