summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sidebar/sq_treeviewitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksquirrel/sidebar/sq_treeviewitem.cpp')
-rw-r--r--ksquirrel/sidebar/sq_treeviewitem.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ksquirrel/sidebar/sq_treeviewitem.cpp b/ksquirrel/sidebar/sq_treeviewitem.cpp
index 2339ae9..8d6500f 100644
--- a/ksquirrel/sidebar/sq_treeviewitem.cpp
+++ b/ksquirrel/sidebar/sq_treeviewitem.cpp
@@ -23,13 +23,13 @@
#include "sq_treeviewitem.h"
-SQ_TreeViewItem::SQ_TreeViewItem(KFileTreeViewItem *tqparentItem, KFileItem *fileItem, KFileTreeBranch *tqparentBranch)
- : KFileTreeViewItem(tqparentItem, fileItem, tqparentBranch),
+SQ_TreeViewItem::SQ_TreeViewItem(KFileTreeViewItem *parentItem, KFileItem *fileItem, KFileTreeBranch *parentBranch)
+ : KFileTreeViewItem(parentItem, fileItem, parentBranch),
m_checked(false), count_files(0), count_dirs(0), use_c1(false), use_c2(false)
{}
-SQ_TreeViewItem::SQ_TreeViewItem(KFileTreeView *tqparent, KFileItem *fileItem, KFileTreeBranch *tqparentBranch)
- : KFileTreeViewItem(tqparent, fileItem, tqparentBranch),
+SQ_TreeViewItem::SQ_TreeViewItem(KFileTreeView *tqparent, KFileItem *fileItem, KFileTreeBranch *parentBranch)
+ : KFileTreeViewItem(tqparent, fileItem, parentBranch),
m_checked(false), count_files(0), count_dirs(0), use_c1(false), use_c2(false)
{}