diff options
Diffstat (limited to 'src/gvcore/documentloadingimpl.h')
-rw-r--r-- | src/gvcore/documentloadingimpl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gvcore/documentloadingimpl.h b/src/gvcore/documentloadingimpl.h index 83543a9..a5bba3f 100644 --- a/src/gvcore/documentloadingimpl.h +++ b/src/gvcore/documentloadingimpl.h @@ -33,6 +33,7 @@ class DocumentLoadingImplPrivate; class DocumentLoadingImpl : public DocumentImpl { Q_OBJECT + TQ_OBJECT public: DocumentLoadingImpl(Document* document); ~DocumentLoadingImpl(); @@ -46,7 +47,7 @@ private: private slots: void slotURLKindDetermined(); void sizeLoaded(int, int); - void imageChanged(const QRect&); + void imageChanged(const TQRect&); void imageLoaded( bool ok ); }; |