From 814bf5fc4f403c13b0d8274c7f13fbef183c5c84 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:05:42 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- tdeioslave/media/mounthelper/dialog.h | 2 +- tdeioslave/media/mounthelper/tdeio_media_mounthelper.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeioslave/media/mounthelper') diff --git a/tdeioslave/media/mounthelper/dialog.h b/tdeioslave/media/mounthelper/dialog.h index a80a9c69a..d2b2925a9 100644 --- a/tdeioslave/media/mounthelper/dialog.h +++ b/tdeioslave/media/mounthelper/dialog.h @@ -39,7 +39,7 @@ class Dialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: Dialog(TQString url, TQString iconName); diff --git a/tdeioslave/media/mounthelper/tdeio_media_mounthelper.h b/tdeioslave/media/mounthelper/tdeio_media_mounthelper.h index e1ae0c5c2..3cdf58488 100644 --- a/tdeioslave/media/mounthelper/tdeio_media_mounthelper.h +++ b/tdeioslave/media/mounthelper/tdeio_media_mounthelper.h @@ -33,7 +33,7 @@ class TDEProcess; class MountHelper : public TDEApplication { - Q_OBJECT + TQ_OBJECT public: MountHelper(); -- cgit v1.2.1