diff options
Diffstat (limited to 'kpdf/core/observer.h')
-rw-r--r-- | kpdf/core/observer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpdf/core/observer.h b/kpdf/core/observer.h index 28f07bf5..ea0ce6c1 100644 --- a/kpdf/core/observer.h +++ b/kpdf/core/observer.h @@ -11,8 +11,8 @@ #ifndef _KPDF_DOCUMENTOBSERVER_H_ #define _KPDF_DOCUMENTOBSERVER_H_ -#include <qvaluevector.h> -#include <qrect.h> +#include <tqvaluevector.h> +#include <tqrect.h> /** IDs for observers. Globally defined here. **/ #define PRESENTATION_ID 1 @@ -46,7 +46,7 @@ class DocumentObserver // commands from the Document to all observers enum ChangedFlags { Pixmap = 1, Bookmark = 2, Highlights = 4 }; - virtual void notifySetup( const QValueVector< KPDFPage * > & /*pages*/, bool /*documentChanged*/ ) {}; + virtual void notifySetup( const TQValueVector< KPDFPage * > & /*pages*/, bool /*documentChanged*/ ) {}; virtual void notifyViewportChanged( bool /*smoothMove*/ ) {}; virtual void notifyPageChanged( int /*pageNumber*/, int /*changedFlags*/ ) {}; virtual void notifyContentsCleared( int /*changedFlags*/ ) {}; |