From eba47f8f0637f451e21348187591e1f1fd58ac74 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:23:46 +0000 Subject: TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpdf/ui/toc.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kpdf/ui/toc.h') diff --git a/kpdf/ui/toc.h b/kpdf/ui/toc.h index eaa398a5..0f2915fd 100644 --- a/kpdf/ui/toc.h +++ b/kpdf/ui/toc.h @@ -10,7 +10,7 @@ #ifndef _KPDF_TOC_H_ #define _KPDF_TOC_H_ -#include +#include #include #include "core/document.h" #include "core/observer.h" @@ -21,22 +21,22 @@ class TOC : public KListView, public DocumentObserver { Q_OBJECT public: - TOC(QWidget *parent, KPDFDocument *document); + TOC(TQWidget *parent, KPDFDocument *document); ~TOC(); // inherited from DocumentObserver uint observerId() const; - void notifySetup( const QValueVector< KPDFPage * > & pages, bool documentChanged ); + void notifySetup( const TQValueVector< KPDFPage * > & pages, bool documentChanged ); signals: void hasTOC(bool has); private slots: - void slotExecuted(QListViewItem *i); + void slotExecuted(TQListViewItem *i); private: - void addChildren( const QDomNode & parentNode, KListViewItem * parentItem = 0 ); - DocumentViewport getViewport( const QDomElement &e ) const; + void addChildren( const TQDomNode & parentNode, KListViewItem * parentItem = 0 ); + DocumentViewport getViewport( const TQDomElement &e ) const; KPDFDocument *m_document; }; -- cgit v1.2.1