summaryrefslogtreecommitdiffstats
path: root/src/notedrag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/notedrag.h')
-rw-r--r--src/notedrag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/notedrag.h b/src/notedrag.h
index 58cc1d5..8c1356b 100644
--- a/src/notedrag.h
+++ b/src/notedrag.h
@@ -80,7 +80,7 @@ class NoteDrag
*/
class ExtendedTextDrag : public TQTextDrag
{
- Q_OBJECT
+ TQ_OBJECT
public:
static bool decode(const TQMimeSource *e, TQString &str);
@@ -92,7 +92,7 @@ class ExtendedTextDrag : public TQTextDrag
#include <kurldrag.h>
class KURLDrag2 : public KURLDrag
{
- Q_OBJECT
+ TQ_OBJECT
public:
KURLDrag2(const KURL::List &urls) : KURLDrag(urls) {}