diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:05:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 22:03:09 +0900 |
commit | 5c10665b7217cbb2cf80505d31cf30817a1a0405 (patch) | |
tree | 1237455ded704ba1dca93b8f05dd428c5f8b51c0 /doc | |
parent | 0f7f84513c01a056a8f1a7bb05f0ea0a777cfc0d (diff) | |
download | tdebase-5c10665b7217cbb2cf80505d31cf30817a1a0405.tar.gz tdebase-5c10665b7217cbb2cf80505d31cf30817a1a0405.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 814bf5fc4f403c13b0d8274c7f13fbef183c5c84)
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(); |