diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:09:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:09:56 -0600 |
commit | 5ca50f0ef6000d132b45fc6a50cf3062245bd070 (patch) | |
tree | 99c6b7de89d289e0a80ec21f7525dc514bc759d1 /ksayit/src/docbookclasses.h | |
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.h')
-rw-r--r-- | ksayit/src/docbookclasses.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksayit/src/docbookclasses.h b/ksayit/src/docbookclasses.h index f19f9f0..89d104e 100644 --- a/ksayit/src/docbookclasses.h +++ b/ksayit/src/docbookclasses.h @@ -45,7 +45,7 @@ public: * \param label The label is shown in column 0 of the TreeView and is also * used as bookmark title. */ - RobDocument(KListView *lv=0, TQString label=TQString()); + RobDocument(TDEListView *lv=0, TQString label=TQString()); ~RobDocument(); bool setValue( unsigned int index, TQVariant data ); |