summaryrefslogtreecommitdiffstats
path: root/kspy/navviewitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kspy/navviewitem.cpp')
-rw-r--r--kspy/navviewitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kspy/navviewitem.cpp b/kspy/navviewitem.cpp
index 641332ac..a3e04599 100644
--- a/kspy/navviewitem.cpp
+++ b/kspy/navviewitem.cpp
@@ -21,14 +21,14 @@
#include "navviewitem.h"
NavViewItem::NavViewItem(NavView *parent, TQObject *obj )
- : KListViewItem(parent, obj->name(), obj->className() )
+ : TDEListViewItem(parent, obj->name(), obj->className() )
{
data = obj;
setExpandable( true );
}
NavViewItem::NavViewItem(NavViewItem *parent, TQObject *obj )
- : KListViewItem(parent, obj->name(), obj->className() )
+ : TDEListViewItem(parent, obj->name(), obj->className() )
{
data = obj;
setExpandable( true );