summaryrefslogtreecommitdiffstats
path: root/klinkstatus/src/ui/treeview.h
diff options
context:
space:
mode:
Diffstat (limited to 'klinkstatus/src/ui/treeview.h')
-rw-r--r--klinkstatus/src/ui/treeview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/klinkstatus/src/ui/treeview.h b/klinkstatus/src/ui/treeview.h
index ccb84bb1..dc3e62e8 100644
--- a/klinkstatus/src/ui/treeview.h
+++ b/klinkstatus/src/ui/treeview.h
@@ -75,7 +75,7 @@ private:
double columnsWidth() const;
private:
- int current_column_; // aptqparently it's impossible to know what is the current column
+ int current_column_; // apparently it's impossible to know what is the current column
bool tree_display_;
};
@@ -93,7 +93,7 @@ public:
TreeViewItem(TreeView* tqparent, TQListViewItem* after,
LinktqStatus const* linkstatus);
- TreeViewItem(TreeView* root, TQListViewItem* tqparent_item, TQListViewItem* after,
+ TreeViewItem(TreeView* root, TQListViewItem* parent_item, TQListViewItem* after,
LinktqStatus const* linkstatus);
virtual ~TreeViewItem();