summaryrefslogtreecommitdiffstats
path: root/ksayit/src/Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksayit/src/Types.h')
-rw-r--r--ksayit/src/Types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksayit/src/Types.h b/ksayit/src/Types.h
index ec4475a..ff9ca65 100644
--- a/ksayit/src/Types.h
+++ b/ksayit/src/Types.h
@@ -51,12 +51,12 @@ namespace KSayItGlobal {
This abstract class is the interface to access the items of the TreeView.
@author Robert Vogl
*/
-class ListViewInterface : public KListViewItem
+class ListViewInterface : public TDEListViewItem
{
public:
ListViewInterface(ListViewInterface *parent=0, TQString label=TQString());
ListViewInterface(ListViewInterface *parent=0, ListViewInterface *after=0, TQString label=TQString());
- ListViewInterface(KListView *lv=0, TQString label=TQString());
+ ListViewInterface(TDEListView *lv=0, TQString label=TQString());
// ~ListViewItemInterface();