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 /tdm/kfrontend/tdmshutdown.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 'tdm/kfrontend/tdmshutdown.h')
-rw-r--r-- | tdm/kfrontend/tdmshutdown.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tdm/kfrontend/tdmshutdown.h b/tdm/kfrontend/tdmshutdown.h index 6a2ee3a70..603511267 100644 --- a/tdm/kfrontend/tdmshutdown.h +++ b/tdm/kfrontend/tdmshutdown.h @@ -46,7 +46,7 @@ class TQLineEdit; enum { Authed = TQDialog::Accepted + 1, Schedule }; class TDMShutdownBase : public FDialog, public KGVerifyHandler { - Q_OBJECT + TQ_OBJECT typedef FDialog inherited; public: @@ -94,7 +94,7 @@ class TDMShutdownBase : public FDialog, public KGVerifyHandler { class TDMShutdown : public TDMShutdownBase { - Q_OBJECT + TQ_OBJECT typedef TDMShutdownBase inherited; public: @@ -124,7 +124,7 @@ class TDMShutdown : public TDMShutdownBase { }; class TDMRadioButton : public TQRadioButton { - Q_OBJECT + TQ_OBJECT typedef TQRadioButton inherited; public: @@ -139,7 +139,7 @@ class TDMRadioButton : public TQRadioButton { }; class TDMDelayedPushButton : public KPushButton { - Q_OBJECT + TQ_OBJECT typedef KPushButton inherited; public: @@ -157,7 +157,7 @@ class TDMDelayedPushButton : public KPushButton { }; class TDMSlimShutdown : public FDialog { - Q_OBJECT + TQ_OBJECT typedef FDialog inherited; public: @@ -178,7 +178,7 @@ class TDMSlimShutdown : public FDialog { }; class TDMConfShutdown : public TDMShutdownBase { - Q_OBJECT + TQ_OBJECT typedef TDMShutdownBase inherited; public: @@ -187,7 +187,7 @@ class TDMConfShutdown : public TDMShutdownBase { }; class TDMCancelShutdown : public TDMShutdownBase { - Q_OBJECT + TQ_OBJECT typedef TDMShutdownBase inherited; public: @@ -197,7 +197,7 @@ class TDMCancelShutdown : public TDMShutdownBase { class KSMPushButton : public KPushButton { - Q_OBJECT + TQ_OBJECT public: @@ -215,7 +215,7 @@ private: class FlatButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: |