diff options
Diffstat (limited to 'doc/ksplashml/index.docbook')
-rw-r--r-- | doc/ksplashml/index.docbook | 6 |
1 files changed, 3 insertions, 3 deletions
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(); |