diff options
Diffstat (limited to 'src/gui/itemselector.h')
-rw-r--r-- | src/gui/itemselector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/itemselector.h b/src/gui/itemselector.h index 2b327bf..72df34f 100644 --- a/src/gui/itemselector.h +++ b/src/gui/itemselector.h @@ -24,7 +24,7 @@ namespace KateMDI { class ToolView; } @short Contains info about item for ItemSelector @author David Saxton */ -class ILVItem : public TQObject, public KListViewItem +class ILVItem : public TQObject, public TDEListViewItem { public: ILVItem( TQListView *parent, const TQString &id ); @@ -55,7 +55,7 @@ class ILVItem : public TQObject, public KListViewItem @short Allows selection of generic items for dragging / clicking @author David Saxton */ -class ItemSelector : public KListView +class ItemSelector : public TDEListView { Q_OBJECT |