summaryrefslogtreecommitdiffstats
path: root/tde-i18n-ca/docs
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:23:59 +0900
commit6fd26e813877361aed526a18da8c0e1f16eb7f00 (patch)
tree070cde1e96dfdee6e1f965c2933e64aaddae8995 /tde-i18n-ca/docs
parent1a8c65b3505aa46656ebe7902b74128f112f277c (diff)
downloadtde-i18n-6fd26e813877361aed526a18da8c0e1f16eb7f00.tar.gz
tde-i18n-6fd26e813877361aed526a18da8c0e1f16eb7f00.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tde-i18n-ca/docs')
-rw-r--r--tde-i18n-ca/docs/tdebase/ksplashml/index.docbook6
1 files changed, 3 insertions, 3 deletions
diff --git a/tde-i18n-ca/docs/tdebase/ksplashml/index.docbook b/tde-i18n-ca/docs/tdebase/ksplashml/index.docbook
index b74832250b7..d5846b42568 100644
--- a/tde-i18n-ca/docs/tdebase/ksplashml/index.docbook
+++ b/tde-i18n-ca/docs/tdebase/ksplashml/index.docbook
@@ -623,7 +623,7 @@ class RotWidget;
class Cfg2k: public ThemeEngineConfig
{
- Q_OBJECT
+ TQ_OBJECT
public:
Cfg2k( TDEConfig * );
};
@@ -631,7 +631,7 @@ public:
class ObjKsTheme;
class Theme2k: public ThemeEngine
{
- Q_OBJECT
+ TQ_OBJECT
public:
Theme2k( QWidget *, const char *, const QStringList&amp; );
@@ -942,7 +942,7 @@ void Theme2k::readSettings()
*/
class RotWidget: public QWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
RotWidget( QWidget *, const QColor&amp;, const QColor&amp;, int );
~RotWidget();