summaryrefslogtreecommitdiffstats
path: root/kspy/propsview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kspy/propsview.cpp')
-rw-r--r--kspy/propsview.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kspy/propsview.cpp b/kspy/propsview.cpp
index 8d099a94..1ac94759 100644
--- a/kspy/propsview.cpp
+++ b/kspy/propsview.cpp
@@ -26,11 +26,11 @@
#include "propsview.h"
-class KSpyItem : KListViewItem
+class KSpyItem : TDEListViewItem
{
public:
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)
+ : TDEListViewItem(parent, label1, label2, label3, label4, label5, label6)
{
}
protected:
@@ -43,12 +43,12 @@ protected:
TQColor(text(1)), TQColor(text(1)) );
TQListViewItem::paintCell(p, color_cg, column, width, alignment);
} else {
- KListViewItem::paintCell(p, cg, column, width, alignment);
+ TDEListViewItem::paintCell(p, cg, column, width, alignment);
}
}
};
-PropsView::PropsView(TQWidget *parent, const char *name ) : KListView(parent,name)
+PropsView::PropsView(TQWidget *parent, const char *name ) : TDEListView(parent,name)
{
addColumn( i18n( "Name" ) );
addColumn( i18n( "Value" ) );