diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:05:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 15:05:42 +0900 |
commit | 814bf5fc4f403c13b0d8274c7f13fbef183c5c84 (patch) | |
tree | 96dc8b35683388ab4d17734791984f05d2e82621 /kcontrol/hwmanager/devicepropsdlg.h | |
parent | 873f0a21c92bc7b737cade48526afddc219aacc3 (diff) | |
download | tdebase-814bf5fc4f403c13b0d8274c7f13fbef183c5c84.tar.gz tdebase-814bf5fc4f403c13b0d8274c7f13fbef183c5c84.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kcontrol/hwmanager/devicepropsdlg.h')
-rw-r--r-- | kcontrol/hwmanager/devicepropsdlg.h | 8 |
1 files changed, 4 insertions, 4 deletions
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<TDESystemHibernationMethod::TDESystemHibernationMethod, int> 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 |