From 5ca50f0ef6000d132b45fc6a50cf3062245bd070 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:09:56 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- ksayit/src/Types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksayit/src/Types.h') 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(); -- cgit v1.2.1