From 55cd4e5c5697a37d6845e2f056a16c512799023c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:36:09 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 8eb500c4e81229a9853e2f9bac4f39450083f3d7) --- tdeio/tdefile/kpropertiesdialog.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'tdeio/tdefile/kpropertiesdialog.h') diff --git a/tdeio/tdefile/kpropertiesdialog.h b/tdeio/tdefile/kpropertiesdialog.h index 2ff0c576d..cc1f75b86 100644 --- a/tdeio/tdefile/kpropertiesdialog.h +++ b/tdeio/tdefile/kpropertiesdialog.h @@ -69,7 +69,7 @@ namespace TDEIO { class Job; } */ class TDEIO_EXPORT KPropertiesDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -436,7 +436,7 @@ private: */ class TDEIO_EXPORT KPropsDlgPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** * Constructor @@ -494,7 +494,7 @@ private: */ class TDEIO_EXPORT KFilePropsPlugin : public KPropsDlgPlugin { - Q_OBJECT + TQ_OBJECT public: /** * Constructor @@ -570,7 +570,7 @@ private: */ class TDEIO_EXPORT KFilePermissionsPropsPlugin : public KPropsDlgPlugin { - Q_OBJECT + TQ_OBJECT public: enum PermissionsMode { PermissionsOnlyFiles = 0, @@ -656,7 +656,7 @@ private: */ class TDEIO_EXPORT KURLPropsPlugin : public KPropsDlgPlugin { - Q_OBJECT + TQ_OBJECT public: /** * Constructor @@ -691,7 +691,7 @@ private: */ class TDEIO_EXPORT KBindingPropsPlugin : public KPropsDlgPlugin { - Q_OBJECT + TQ_OBJECT public: /** * Constructor @@ -721,7 +721,7 @@ private: */ class TDEIO_EXPORT KDevicePropsPlugin : public KPropsDlgPlugin { - Q_OBJECT + TQ_OBJECT public: KDevicePropsPlugin( KPropertiesDialog *_props ); virtual ~KDevicePropsPlugin(); @@ -774,7 +774,7 @@ class KPropertiesDesktopBase; */ class TDEIO_EXPORT KDesktopPropsPlugin : public KPropsDlgPlugin { - Q_OBJECT + TQ_OBJECT public: /** * Constructor @@ -825,7 +825,7 @@ private: /// Remove in KDE4 class TDEIO_EXPORT_DEPRECATED KExecPropsPlugin : public KPropsDlgPlugin { - Q_OBJECT + TQ_OBJECT public: /** * Constructor @@ -881,7 +881,7 @@ private: /// Remove in KDE4 class TDEIO_EXPORT_DEPRECATED TDEApplicationPropsPlugin : public KPropsDlgPlugin { - Q_OBJECT + TQ_OBJECT public: /** * Constructor -- cgit v1.2.1