summaryrefslogtreecommitdiffstats
path: root/ark/filelistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'ark/filelistview.h')
-rw-r--r--ark/filelistview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ark/filelistview.h b/ark/filelistview.h
index e2546e5..7605e01 100644
--- a/ark/filelistview.h
+++ b/ark/filelistview.h
@@ -76,7 +76,7 @@ class FileListView: public KListView
Q_OBJECT
TQ_OBJECT
public:
- FileListView( TQWidget *tqparent = 0, const char* name = 0 );
+ FileListView( TQWidget *parent = 0, const char* name = 0 );
FileLVI *currentItem() {return ((FileLVI *) KListView::currentItem());}
@@ -153,7 +153,7 @@ class FileListView: public KListView
private:
FileLVI* findParent( const TQString& fullname );
- TQStringList tqchildrenOf( FileLVI* tqparent );
+ TQStringList tqchildrenOf( FileLVI* parent );
TQMap<int, columnName> m_columnMap;
bool m_pressed;