summaryrefslogtreecommitdiffstats
path: root/twin-styles
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:05:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:05:30 +0900
commitf33c16dc173533b82f99322175cb04f62923fe5b (patch)
tree278d2c24f4aef498b0b9ab5736497fb01726e41e /twin-styles
parentb5334a67375cb9fb2a7a5c08c926c3564f87133b (diff)
downloadtdeartwork-f33c16dc173533b82f99322175cb04f62923fe5b.tar.gz
tdeartwork-f33c16dc173533b82f99322175cb04f62923fe5b.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'twin-styles')
-rw-r--r--twin-styles/cde/cdeclient.h2
-rw-r--r--twin-styles/cde/config/config.h2
-rw-r--r--twin-styles/glow/config/glowconfigdialog.h2
-rw-r--r--twin-styles/glow/glowbutton.h2
-rw-r--r--twin-styles/glow/glowclient.h2
-rw-r--r--twin-styles/icewm/config/config.h2
-rw-r--r--twin-styles/icewm/icewm.h2
-rw-r--r--twin-styles/kde1/kde1client.h6
-rw-r--r--twin-styles/kstep/nextclient.h2
-rw-r--r--twin-styles/openlook/OpenLook.h2
-rw-r--r--twin-styles/riscos/AboveButton.h2
-rw-r--r--twin-styles/riscos/Button.h2
-rw-r--r--twin-styles/riscos/CloseButton.h2
-rw-r--r--twin-styles/riscos/HelpButton.h2
-rw-r--r--twin-styles/riscos/IconifyButton.h2
-rw-r--r--twin-styles/riscos/LowerButton.h2
-rw-r--r--twin-styles/riscos/Manager.h4
-rw-r--r--twin-styles/riscos/MaximiseButton.h2
-rw-r--r--twin-styles/riscos/StickyButton.h2
-rw-r--r--twin-styles/smooth-blend/client/config/smoothblendconfig.h2
-rw-r--r--twin-styles/smooth-blend/client/smoothblend.h4
-rw-r--r--twin-styles/system/systemclient.h4
22 files changed, 27 insertions, 27 deletions
diff --git a/twin-styles/cde/cdeclient.h b/twin-styles/cde/cdeclient.h
index 09b31214..5b1deb73 100644
--- a/twin-styles/cde/cdeclient.h
+++ b/twin-styles/cde/cdeclient.h
@@ -57,7 +57,7 @@ private:
class CdeClient : public KDecoration
{
- Q_OBJECT
+ TQ_OBJECT
public:
CdeClient(KDecorationBridge *b, KDecorationFactory *f);
diff --git a/twin-styles/cde/config/config.h b/twin-styles/cde/config/config.h
index 16a62134..c5d1915d 100644
--- a/twin-styles/cde/config/config.h
+++ b/twin-styles/cde/config/config.h
@@ -17,7 +17,7 @@ class TQRadioButton;
class CdeConfig: public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/twin-styles/glow/config/glowconfigdialog.h b/twin-styles/glow/config/glowconfigdialog.h
index f86dfbc6..aa51112c 100644
--- a/twin-styles/glow/config/glowconfigdialog.h
+++ b/twin-styles/glow/config/glowconfigdialog.h
@@ -31,7 +31,7 @@ class KColorButton;
class GlowConfigDialog : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/twin-styles/glow/glowbutton.h b/twin-styles/glow/glowbutton.h
index f5696650..9bd56de6 100644
--- a/twin-styles/glow/glowbutton.h
+++ b/twin-styles/glow/glowbutton.h
@@ -46,7 +46,7 @@ private:
class GlowButton : public TQButton
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/twin-styles/glow/glowclient.h b/twin-styles/glow/glowclient.h
index 9d4f4c4d..25a07d95 100644
--- a/twin-styles/glow/glowclient.h
+++ b/twin-styles/glow/glowclient.h
@@ -143,7 +143,7 @@ private:
class GlowClient : public KDecoration
{
- Q_OBJECT
+ TQ_OBJECT
public:
GlowClient( KDecorationBridge* b, KDecorationFactory* f );
diff --git a/twin-styles/icewm/config/config.h b/twin-styles/icewm/config/config.h
index 6f106ecb..8e7b6a11 100644
--- a/twin-styles/icewm/config/config.h
+++ b/twin-styles/icewm/config/config.h
@@ -39,7 +39,7 @@ class TQVBox;
class IceWMConfig: public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/twin-styles/icewm/icewm.h b/twin-styles/icewm/icewm.h
index 92213f0a..debfbfb1 100644
--- a/twin-styles/icewm/icewm.h
+++ b/twin-styles/icewm/icewm.h
@@ -124,7 +124,7 @@ class IceWMButton : public TQButton
class IceWMClient : public KDecoration
{
- Q_OBJECT
+ TQ_OBJECT
public:
IceWMClient( KDecorationBridge* bridge, KDecorationFactory* factory );
diff --git a/twin-styles/kde1/kde1client.h b/twin-styles/kde1/kde1client.h
index 124ee543..56eb2ac5 100644
--- a/twin-styles/kde1/kde1client.h
+++ b/twin-styles/kde1/kde1client.h
@@ -27,7 +27,7 @@ enum ButtonType {
class StdClient : public KDecoration
{
- Q_OBJECT
+ TQ_OBJECT
public:
StdClient( KDecorationBridge* b, KDecorationFactory* f );
@@ -66,7 +66,7 @@ private:
class StdToolClient : public KDecoration
{
- Q_OBJECT
+ TQ_OBJECT
public:
StdToolClient( KDecorationBridge* b, KDecorationFactory* f );
@@ -104,7 +104,7 @@ private:
*/
class ThreeButtonButton: public TQToolButton
{
- Q_OBJECT
+ TQ_OBJECT
public:
ThreeButtonButton ( TQWidget *parent = 0, const char* name = 0 )
diff --git a/twin-styles/kstep/nextclient.h b/twin-styles/kstep/nextclient.h
index dd1d19ad..e7660cc9 100644
--- a/twin-styles/kstep/nextclient.h
+++ b/twin-styles/kstep/nextclient.h
@@ -41,7 +41,7 @@ protected:
class NextClient : public KDecoration
{
- Q_OBJECT
+ TQ_OBJECT
public:
NextClient(KDecorationBridge *b, KDecorationFactory *f);
diff --git a/twin-styles/openlook/OpenLook.h b/twin-styles/openlook/OpenLook.h
index c518d3f2..ac92f8b2 100644
--- a/twin-styles/openlook/OpenLook.h
+++ b/twin-styles/openlook/OpenLook.h
@@ -39,7 +39,7 @@ namespace OpenLook
class OpenLook : public KDecoration
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/twin-styles/riscos/AboveButton.h b/twin-styles/riscos/AboveButton.h
index 970c769a..4f543a51 100644
--- a/twin-styles/riscos/AboveButton.h
+++ b/twin-styles/riscos/AboveButton.h
@@ -30,7 +30,7 @@ namespace RiscOS
class AboveButton : public Button
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/twin-styles/riscos/Button.h b/twin-styles/riscos/Button.h
index a1e25a7b..5d20e9a6 100644
--- a/twin-styles/riscos/Button.h
+++ b/twin-styles/riscos/Button.h
@@ -33,7 +33,7 @@ namespace RiscOS
class Button : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/twin-styles/riscos/CloseButton.h b/twin-styles/riscos/CloseButton.h
index ad3ebbf0..bde79677 100644
--- a/twin-styles/riscos/CloseButton.h
+++ b/twin-styles/riscos/CloseButton.h
@@ -30,7 +30,7 @@ namespace RiscOS
class CloseButton : public Button
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/twin-styles/riscos/HelpButton.h b/twin-styles/riscos/HelpButton.h
index 4a94eb4e..5b5e9637 100644
--- a/twin-styles/riscos/HelpButton.h
+++ b/twin-styles/riscos/HelpButton.h
@@ -30,7 +30,7 @@ namespace RiscOS
class HelpButton : public Button
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/twin-styles/riscos/IconifyButton.h b/twin-styles/riscos/IconifyButton.h
index 41347d4a..fd0a7531 100644
--- a/twin-styles/riscos/IconifyButton.h
+++ b/twin-styles/riscos/IconifyButton.h
@@ -30,7 +30,7 @@ namespace RiscOS
class IconifyButton : public Button
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/twin-styles/riscos/LowerButton.h b/twin-styles/riscos/LowerButton.h
index 16ad4503..25c96757 100644
--- a/twin-styles/riscos/LowerButton.h
+++ b/twin-styles/riscos/LowerButton.h
@@ -30,7 +30,7 @@ namespace RiscOS
class LowerButton : public Button
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/twin-styles/riscos/Manager.h b/twin-styles/riscos/Manager.h
index 37200d98..1982fc29 100644
--- a/twin-styles/riscos/Manager.h
+++ b/twin-styles/riscos/Manager.h
@@ -44,7 +44,7 @@ class Button;
class Manager : public KDecoration
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -107,7 +107,7 @@ class Manager : public KDecoration
class Factory : public TQObject, public KDecorationFactory
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/twin-styles/riscos/MaximiseButton.h b/twin-styles/riscos/MaximiseButton.h
index 4b471e5a..c3de2fce 100644
--- a/twin-styles/riscos/MaximiseButton.h
+++ b/twin-styles/riscos/MaximiseButton.h
@@ -30,7 +30,7 @@ namespace RiscOS
class MaximiseButton : public Button
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/twin-styles/riscos/StickyButton.h b/twin-styles/riscos/StickyButton.h
index a44cc7c9..1375d056 100644
--- a/twin-styles/riscos/StickyButton.h
+++ b/twin-styles/riscos/StickyButton.h
@@ -30,7 +30,7 @@ namespace RiscOS
class StickyButton : public Button
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/twin-styles/smooth-blend/client/config/smoothblendconfig.h b/twin-styles/smooth-blend/client/config/smoothblendconfig.h
index 73931d61..43a69abf 100644
--- a/twin-styles/smooth-blend/client/config/smoothblendconfig.h
+++ b/twin-styles/smooth-blend/client/config/smoothblendconfig.h
@@ -31,7 +31,7 @@ class TDEConfig;
class ConfigDialog;
class smoothblendConfig : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
smoothblendConfig(TDEConfig* config, TQWidget* parent);
diff --git a/twin-styles/smooth-blend/client/smoothblend.h b/twin-styles/smooth-blend/client/smoothblend.h
index c7e1d2da..c2aff207 100644
--- a/twin-styles/smooth-blend/client/smoothblend.h
+++ b/twin-styles/smooth-blend/client/smoothblend.h
@@ -123,7 +123,7 @@ inline bool smoothblendFactory::titleShadow() {
// smoothblendButton //////////////////////////////////////////////////////////
class smoothblendButton : public TQButton {
- Q_OBJECT
+ TQ_OBJECT
public:
smoothblendButton(smoothblendClient *parent=0, const char *name=0,
@@ -177,7 +177,7 @@ inline void smoothblendButton::reset() {
// smoothblendClient //////////////////////////////////////////////////////////
class smoothblendClient : public KDecoration {
- Q_OBJECT
+ TQ_OBJECT
public:
smoothblendClient(KDecorationBridge *b, KDecorationFactory *f);
diff --git a/twin-styles/system/systemclient.h b/twin-styles/system/systemclient.h
index a8337bad..2b95779f 100644
--- a/twin-styles/system/systemclient.h
+++ b/twin-styles/system/systemclient.h
@@ -29,7 +29,7 @@ enum ButtonType {
class SystemClient : public KDecoration
{
- Q_OBJECT
+ TQ_OBJECT
public:
SystemClient(KDecorationBridge* bridge, KDecorationFactory* factory);
@@ -93,7 +93,7 @@ class SystemButton : public TQButton
class SystemDecoFactory : public TQObject, public KDecorationFactory
{
- Q_OBJECT
+ TQ_OBJECT
public:
SystemDecoFactory();