From 9c40420b261ea30555cabc299829028ee345b9e5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:07:57 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- vcs/subversion/svn_copywidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcs/subversion/svn_copywidget.h') diff --git a/vcs/subversion/svn_copywidget.h b/vcs/subversion/svn_copywidget.h index 8dd9826f..1d03fa99 100644 --- a/vcs/subversion/svn_copywidget.h +++ b/vcs/subversion/svn_copywidget.h @@ -11,7 +11,7 @@ class KURL; class SvnCopyDialog : public SvnCopyDialogBase { - Q_OBJECT + TQ_OBJECT public: SvnCopyDialog( const TQString &reqPath, SvnGlobal::SvnInfoHolder *holder, TQWidget *parent ); -- cgit v1.2.1