diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:09:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:09:56 -0600 |
commit | 5ca50f0ef6000d132b45fc6a50cf3062245bd070 (patch) | |
tree | 99c6b7de89d289e0a80ec21f7525dc514bc759d1 /ksayit/src/docbookclasses.cpp | |
parent | 722a076e84b860a947f4c68417db82526b03b1a1 (diff) | |
download | tdeaccessibility-5ca50f0ef6000d132b45fc6a50cf3062245bd070.tar.gz tdeaccessibility-5ca50f0ef6000d132b45fc6a50cf3062245bd070.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'ksayit/src/docbookclasses.cpp')
-rw-r--r-- | ksayit/src/docbookclasses.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ksayit/src/docbookclasses.cpp b/ksayit/src/docbookclasses.cpp index afe83a7..3e1f091 100644 --- a/ksayit/src/docbookclasses.cpp +++ b/ksayit/src/docbookclasses.cpp @@ -32,16 +32,16 @@ // Interface ////////////////////////////////////// ListViewInterface::ListViewInterface(ListViewInterface *parent, TQString label) - : KListViewItem( parent, label ) + : TDEListViewItem( parent, label ) { } -ListViewInterface::ListViewInterface(ListViewInterface *parent, ListViewInterface *after, TQString label) : KListViewItem( parent, after, label ) +ListViewInterface::ListViewInterface(ListViewInterface *parent, ListViewInterface *after, TQString label) : TDEListViewItem( parent, after, label ) { } -ListViewInterface::ListViewInterface(KListView *lv, TQString label) - : KListViewItem( lv, label ) +ListViewInterface::ListViewInterface(TDEListView *lv, TQString label) + : TDEListViewItem( lv, label ) { } @@ -52,7 +52,7 @@ ListViewInterface::ListViewInterface(KListView *lv, TQString label) /** * RobDocument */ -RobDocument::RobDocument(KListView *lv, TQString label) +RobDocument::RobDocument(TDEListView *lv, TQString label) : ListViewInterface( lv, label ) { TQPixmap pixmap = TDEGlobal::iconLoader()->loadIcon("contents", KIcon::Small); |