From d6c24d70fffccecf73e9a8b87432ca798fdd7eb8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:49:18 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit f5f3eb33f587085077453d74aadffa2d2377a73d) --- src/gvcore/fileoperation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gvcore/fileoperation.h') diff --git a/src/gvcore/fileoperation.h b/src/gvcore/fileoperation.h index 87d2fa3..550dafb 100644 --- a/src/gvcore/fileoperation.h +++ b/src/gvcore/fileoperation.h @@ -52,7 +52,7 @@ LIBGWENVIEW_EXPORT void rename(const KURL&,TQWidget* parent,TQObject* receiver=0 * @internal */ class DropMenuContext : public TQObject { -Q_OBJECT +TQ_OBJECT public: DropMenuContext(TQObject* parent, const KURL::List& src, const KURL& dst, bool* wasMoved) -- cgit v1.2.1