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 /doc | |
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 'doc')
-rw-r--r-- | doc/khelpcenter/license/TDELicenseDlg.h | 2 | ||||
-rw-r--r-- | doc/ksplashml/index.docbook | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/khelpcenter/license/TDELicenseDlg.h b/doc/khelpcenter/license/TDELicenseDlg.h index f0dadf404..40e05a7a4 100644 --- a/doc/khelpcenter/license/TDELicenseDlg.h +++ b/doc/khelpcenter/license/TDELicenseDlg.h @@ -5,7 +5,7 @@ class TDELicenseDlg : public KDialog { - Q_OBJECT + TQ_OBJECT public: TDELicenseDlg(TQWidget *parent = 0, const char *name = 0); diff --git a/doc/ksplashml/index.docbook b/doc/ksplashml/index.docbook index 5f3350c77..f8cc11480 100644 --- a/doc/ksplashml/index.docbook +++ b/doc/ksplashml/index.docbook @@ -822,7 +822,7 @@ class RotWidget; class Cfg2k: public ThemeEngineConfig { - Q_OBJECT + TQ_OBJECT public: Cfg2k( TDEConfig * ); }; @@ -830,7 +830,7 @@ public: class ObjKsTheme; class Theme2k: public ThemeEngine { - Q_OBJECT + TQ_OBJECT public: Theme2k( QWidget *, const char *, const QStringList& ); @@ -1218,7 +1218,7 @@ void Theme2k::readSettings() */ class RotWidget: public QWidget { - Q_OBJECT + TQ_OBJECT public: RotWidget( QWidget *, const QColor&, const QColor&, int ); ~RotWidget(); |