From 33e86e1999d891dd2bc7ac2f66bbc1fb6d3bc5b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 15:58:45 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/notedrag.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/notedrag.h') diff --git a/src/notedrag.h b/src/notedrag.h index 804d05d..86e4947 100644 --- a/src/notedrag.h +++ b/src/notedrag.h @@ -81,7 +81,7 @@ class NoteDrag class ExtendedTextDrag : public TQTextDrag { Q_OBJECT - TQ_OBJECT + public: static bool decode(const TQMimeSource *e, TQString &str); static bool decode(const TQMimeSource *e, TQString &str, TQCString &subtype); @@ -93,7 +93,7 @@ class ExtendedTextDrag : public TQTextDrag class KURLDrag2 : public KURLDrag { Q_OBJECT - TQ_OBJECT + public: KURLDrag2(const KURL::List &urls) : KURLDrag(urls) {} TQByteArray encodedData2(const char *mime) const -- cgit v1.2.1