summaryrefslogtreecommitdiffstats
path: root/src/app/treeview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/treeview.cpp')
-rw-r--r--src/app/treeview.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/app/treeview.cpp b/src/app/treeview.cpp
index a15642d..77a44f8 100644
--- a/src/app/treeview.cpp
+++ b/src/app/treeview.cpp
@@ -134,8 +134,8 @@ TreeView::TreeView(TQWidget* parent)
setDropHighlighter(true);
setAcceptDrops(true);
- connect(d->mAutoOpenTimer, TQT_SIGNAL(timeout()),
- this, TQT_SLOT(autoOpenDropTarget()));
+ connect(d->mAutoOpenTimer, TQ_SIGNAL(timeout()),
+ this, TQ_SLOT(autoOpenDropTarget()));
}
@@ -206,8 +206,8 @@ void TreeView::createBranch(const KURL& url) {
d->mBranch->setChildRecurse(false);
d->mBranch->root()->setOpen(true);
- connect(d->mBranch, TQT_SIGNAL(populateFinished(KFileTreeViewItem*) ),
- this, TQT_SLOT(slotTreeViewPopulateFinished(KFileTreeViewItem*)) );
+ connect(d->mBranch, TQ_SIGNAL(populateFinished(KFileTreeViewItem*) ),
+ this, TQ_SLOT(slotTreeViewPopulateFinished(KFileTreeViewItem*)) );
}