summaryrefslogtreecommitdiffstats
path: root/tde-i18n-it/docs/tdebase/ksplashml/index.docbook
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:04:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-21 17:27:01 +0900
commit227b589a070643b639a99bf9e390b184d95be1a9 (patch)
treed2460c40c879497b52c2ed7d562338257e3f393e /tde-i18n-it/docs/tdebase/ksplashml/index.docbook
parent69b2dd3e304abe9bab1cbbf0464da6818053872e (diff)
downloadtde-i18n-227b589a070643b639a99bf9e390b184d95be1a9.tar.gz
tde-i18n-227b589a070643b639a99bf9e390b184d95be1a9.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6fd26e813877361aed526a18da8c0e1f16eb7f00)
Diffstat (limited to 'tde-i18n-it/docs/tdebase/ksplashml/index.docbook')
-rw-r--r--tde-i18n-it/docs/tdebase/ksplashml/index.docbook6
1 files changed, 3 insertions, 3 deletions
diff --git a/tde-i18n-it/docs/tdebase/ksplashml/index.docbook b/tde-i18n-it/docs/tdebase/ksplashml/index.docbook
index 761075304c1..4269eb97ac5 100644
--- a/tde-i18n-it/docs/tdebase/ksplashml/index.docbook
+++ b/tde-i18n-it/docs/tdebase/ksplashml/index.docbook
@@ -619,7 +619,7 @@ class RotWidget;
class Cfg2k: public ThemeEngineConfig
{
- Q_OBJECT
+ TQ_OBJECT
public:
Cfg2k( TDEConfig * );
};
@@ -627,7 +627,7 @@ public:
class ObjKsTheme;
class Theme2k: public ThemeEngine
{
- Q_OBJECT
+ TQ_OBJECT
public:
Theme2k( QWidget *, const char *, const QStringList&amp; );
@@ -931,7 +931,7 @@ void Theme2k::readSettings()
*/
class RotWidget: public QWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
RotWidget( QWidget *, const QColor&amp;, const QColor&amp;, int );
~RotWidget();