summaryrefslogtreecommitdiffstats
path: root/kpdf/ui/toc.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpdf/ui/toc.h')
-rw-r--r--kpdf/ui/toc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpdf/ui/toc.h b/kpdf/ui/toc.h
index 6159bfd9..eef7dbb4 100644
--- a/kpdf/ui/toc.h
+++ b/kpdf/ui/toc.h
@@ -17,7 +17,7 @@
class KPDFDocument;
-class TOC : public KListView, public DocumentObserver
+class TOC : public TDEListView, public DocumentObserver
{
Q_OBJECT
@@ -36,7 +36,7 @@ Q_OBJECT
void slotExecuted(TQListViewItem *i);
private:
- void addChildren( const TQDomNode & parentNode, KListViewItem * parentItem = 0 );
+ void addChildren( const TQDomNode & parentNode, TDEListViewItem * parentItem = 0 );
DocumentViewport getViewport( const TQDomElement &e ) const;
KPDFDocument *m_document;
};