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 --- kcontrol/hwmanager/cryptpassworddlg.h | 2 +- kcontrol/hwmanager/deviceiconview.h | 2 +- kcontrol/hwmanager/devicepropsdlg.h | 8 ++++---- kcontrol/hwmanager/hwdevicetray.h | 2 +- kcontrol/hwmanager/hwdevicetray_app.h | 2 +- kcontrol/hwmanager/hwdevicetray_configdialog.h | 2 +- kcontrol/hwmanager/hwmanager.h | 2 +- kcontrol/hwmanager/passworddlg.h | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) (limited to 'kcontrol/hwmanager') diff --git a/kcontrol/hwmanager/cryptpassworddlg.h b/kcontrol/hwmanager/cryptpassworddlg.h index d595c4a73..f155df968 100644 --- a/kcontrol/hwmanager/cryptpassworddlg.h +++ b/kcontrol/hwmanager/cryptpassworddlg.h @@ -35,7 +35,7 @@ class KSSLCertificate; class TDEUI_EXPORT CryptPasswordDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** * Create a dialog that allows a user to enter LUKS passwords or password files diff --git a/kcontrol/hwmanager/deviceiconview.h b/kcontrol/hwmanager/deviceiconview.h index 746fb2253..6460beb0a 100644 --- a/kcontrol/hwmanager/deviceiconview.h +++ b/kcontrol/hwmanager/deviceiconview.h @@ -55,7 +55,7 @@ private: class DeviceIconView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: DeviceIconView(TQWidget * parent = 0, const char * name = 0); diff --git a/kcontrol/hwmanager/devicepropsdlg.h b/kcontrol/hwmanager/devicepropsdlg.h index aabda590f..e961e689f 100644 --- a/kcontrol/hwmanager/devicepropsdlg.h +++ b/kcontrol/hwmanager/devicepropsdlg.h @@ -37,7 +37,7 @@ class PasswordDlg; class TDEUI_EXPORT SensorDisplayLabelsWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: /** * Create a simple sensor name and value display widget @@ -65,7 +65,7 @@ private: class TDEUI_EXPORT SensorBar : public TQProgressBar { - Q_OBJECT + TQ_OBJECT public: SensorBar(TQWidget* parent=0, const char* name=0, WFlags f=0) : TQProgressBar(parent, name, f) {} SensorBar(int totalSteps, TQWidget* parent=0, const char* name=0, WFlags f=0): TQProgressBar(totalSteps, parent, name, f) {} @@ -93,7 +93,7 @@ public: class TDEUI_EXPORT SensorDisplayWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: /** * Simple sensor information display widget @@ -167,7 +167,7 @@ typedef TQMap Hiber class TDEUI_EXPORT DevicePropertiesDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** * Create a dialog that allows a user to view and edit hardware device properties diff --git a/kcontrol/hwmanager/hwdevicetray.h b/kcontrol/hwmanager/hwdevicetray.h index 74d68b95d..4f019ae58 100644 --- a/kcontrol/hwmanager/hwdevicetray.h +++ b/kcontrol/hwmanager/hwdevicetray.h @@ -32,7 +32,7 @@ class TDEStorageDevice; class HwDeviceSystemTray : public KSystemTray { - Q_OBJECT + TQ_OBJECT public: HwDeviceSystemTray(TQWidget* parent = 0, const char *name = 0); diff --git a/kcontrol/hwmanager/hwdevicetray_app.h b/kcontrol/hwmanager/hwdevicetray_app.h index fae4d6cd9..8c4a4ae06 100644 --- a/kcontrol/hwmanager/hwdevicetray_app.h +++ b/kcontrol/hwmanager/hwdevicetray_app.h @@ -27,7 +27,7 @@ class HwDeviceSystemTray; class HwDeviceApp : public KUniqueApplication { - Q_OBJECT + TQ_OBJECT public: HwDeviceApp(); diff --git a/kcontrol/hwmanager/hwdevicetray_configdialog.h b/kcontrol/hwmanager/hwdevicetray_configdialog.h index 657b3ee43..823931757 100644 --- a/kcontrol/hwmanager/hwdevicetray_configdialog.h +++ b/kcontrol/hwmanager/hwdevicetray_configdialog.h @@ -42,7 +42,7 @@ class ConfigDialog; class ConfigDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ConfigDialog(TDEGlobalAccel *accel, bool isApplet ); diff --git a/kcontrol/hwmanager/hwmanager.h b/kcontrol/hwmanager/hwmanager.h index 6d8105d07..020a51f22 100644 --- a/kcontrol/hwmanager/hwmanager.h +++ b/kcontrol/hwmanager/hwmanager.h @@ -41,7 +41,7 @@ class TDEListViewItem; class TDEHWManager : public TDECModule, public DCOPObject { K_DCOP - Q_OBJECT + TQ_OBJECT public: //TDEHWManager(TQWidget *parent = 0L, const char *name = 0L); diff --git a/kcontrol/hwmanager/passworddlg.h b/kcontrol/hwmanager/passworddlg.h index bee1431cc..091b5aa5f 100644 --- a/kcontrol/hwmanager/passworddlg.h +++ b/kcontrol/hwmanager/passworddlg.h @@ -39,7 +39,7 @@ class PasswordDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: PasswordDlg(); -- cgit v1.2.3