summaryrefslogtreecommitdiffstats
path: root/quanta/treeviews/filestreeview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/treeviews/filestreeview.cpp')
-rw-r--r--quanta/treeviews/filestreeview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/treeviews/filestreeview.cpp b/quanta/treeviews/filestreeview.cpp
index 4008d408..bebac21d 100644
--- a/quanta/treeviews/filestreeview.cpp
+++ b/quanta/treeviews/filestreeview.cpp
@@ -40,8 +40,8 @@
//FilesTreeView implementation
-FilesTreeView::FilesTreeView(KConfig *config, TQWidget *tqparent, const char *name)
- : BaseTreeView(tqparent, name)
+FilesTreeView::FilesTreeView(KConfig *config, TQWidget *parent, const char *name)
+ : BaseTreeView(parent, name)
{
setAcceptDrops(true);
setDragEnabled(true);