diff options
Diffstat (limited to 'src/gvcore/documentotherloadedimpl.h')
-rw-r--r-- | src/gvcore/documentotherloadedimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/documentotherloadedimpl.h b/src/gvcore/documentotherloadedimpl.h index 8343d05..b3b91b0 100644 --- a/src/gvcore/documentotherloadedimpl.h +++ b/src/gvcore/documentotherloadedimpl.h @@ -32,7 +32,7 @@ class DocumentOtherLoadedImpl : public DocumentImpl { public: DocumentOtherLoadedImpl(Document* document) : DocumentImpl(document) { - setImage(QImage()); + setImage(TQImage()); setImageFormat(0); } |