summaryrefslogtreecommitdiffstats
path: root/src/gvcore/documentjpegloadedimpl.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:02 -0600
commitb1aba0a7b213682a0681e7939a06874589968645 (patch)
tree05bb9967a49eed1cfbab1d5bc90dca3f565d0f02 /src/gvcore/documentjpegloadedimpl.h
parenta074b0e399c3b44f99b96da06d8e037539e47a36 (diff)
downloadgwenview-b1aba0a7b213682a0681e7939a06874589968645.tar.gz
gwenview-b1aba0a7b213682a0681e7939a06874589968645.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/gvcore/documentjpegloadedimpl.h')
-rw-r--r--src/gvcore/documentjpegloadedimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/documentjpegloadedimpl.h b/src/gvcore/documentjpegloadedimpl.h
index 2b2a83a..d86bcac 100644
--- a/src/gvcore/documentjpegloadedimpl.h
+++ b/src/gvcore/documentjpegloadedimpl.h
@@ -34,7 +34,7 @@ class DocumentJPEGLoadedImplPrivate;
class DocumentJPEGLoadedImpl : public DocumentLoadedImpl {
Q_OBJECT
- TQ_OBJECT
+
public:
DocumentJPEGLoadedImpl(Document* document, const TQByteArray& rawData);
~DocumentJPEGLoadedImpl();