summaryrefslogtreecommitdiffstats
path: root/src/notedrag.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:35:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-24 20:32:23 +0900
commit0cb23300070f6984b4f976f1c92984399a8aaa10 (patch)
tree63f2bcf00415116ba1d3a137509e71a451d3c7aa /src/notedrag.h
parent7c310957e67e961743ac0e72ea12205b504cd7d9 (diff)
downloadbasket-0cb23300070f6984b4f976f1c92984399a8aaa10.tar.gz
basket-0cb23300070f6984b4f976f1c92984399a8aaa10.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit af97112a1a1c815e48080046e495510f41507206)
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) {}