summaryrefslogtreecommitdiffstats
path: root/ksayit/src/Types.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:09:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:09:56 -0600
commit5ca50f0ef6000d132b45fc6a50cf3062245bd070 (patch)
tree99c6b7de89d289e0a80ec21f7525dc514bc759d1 /ksayit/src/Types.h
parent722a076e84b860a947f4c68417db82526b03b1a1 (diff)
downloadtdeaccessibility-5ca50f0ef6000d132b45fc6a50cf3062245bd070.tar.gz
tdeaccessibility-5ca50f0ef6000d132b45fc6a50cf3062245bd070.zip
Rename a number of classes to enhance compatibility with KDE4
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();