diff options
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(); |