diff options
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 ); |