summaryrefslogtreecommitdiffstats
path: root/kspy/propsview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kspy/propsview.cpp')
-rw-r--r--kspy/propsview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kspy/propsview.cpp b/kspy/propsview.cpp
index 8ae92ea7..93747c28 100644
--- a/kspy/propsview.cpp
+++ b/kspy/propsview.cpp
@@ -29,8 +29,8 @@
class KSpyItem : KListViewItem
{
public:
- KSpyItem( TQListView * tqparent, TQString label1, TQString label2 = TQString(), TQString label3 = TQString(), TQString label4 = TQString(), TQString label5 = TQString(), TQString label6 = TQString() )
- : KListViewItem(tqparent, label1, label2, label3, label4, label5, label6)
+ KSpyItem( TQListView * parent, TQString label1, TQString label2 = TQString(), TQString label3 = TQString(), TQString label4 = TQString(), TQString label5 = TQString(), TQString label6 = TQString() )
+ : KListViewItem(parent, label1, label2, label3, label4, label5, label6)
{
}
protected:
@@ -48,7 +48,7 @@ protected:
}
};
-PropsView::PropsView(TQWidget *tqparent, const char *name ) : KListView(tqparent,name)
+PropsView::PropsView(TQWidget *parent, const char *name ) : KListView(parent,name)
{
addColumn( i18n( "Name" ) );
addColumn( i18n( "Value" ) );