summaryrefslogtreecommitdiffstats
path: root/konversation/src/viewtree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/viewtree.cpp')
-rw-r--r--konversation/src/viewtree.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/konversation/src/viewtree.cpp b/konversation/src/viewtree.cpp
index bb036a4..ac42347 100644
--- a/konversation/src/viewtree.cpp
+++ b/konversation/src/viewtree.cpp
@@ -94,10 +94,10 @@ ViewTree::ViewTree(TQWidget *parent)
m_middleClickItem = 0;
- connect(m_enableCloseButtonTimer, TQT_SIGNAL(timeout()), TQT_SLOT(enableCloseButton()));
- connect(this, TQT_SIGNAL(selectionChanged(TQListViewItem*)), TQT_SLOT(announceSelection(TQListViewItem*)));
- connect(this, TQT_SIGNAL(aboutToMove()), TQT_SLOT(slotAboutToMoveView()));
- connect(this, TQT_SIGNAL(moved()), TQT_SLOT(slotMovedView()));
+ connect(m_enableCloseButtonTimer, TQ_SIGNAL(timeout()), TQ_SLOT(enableCloseButton()));
+ connect(this, TQ_SIGNAL(selectionChanged(TQListViewItem*)), TQ_SLOT(announceSelection(TQListViewItem*)));
+ connect(this, TQ_SIGNAL(aboutToMove()), TQ_SLOT(slotAboutToMoveView()));
+ connect(this, TQ_SIGNAL(moved()), TQ_SLOT(slotMovedView()));
}
ViewTree::~ViewTree()