summaryrefslogtreecommitdiffstats
path: root/style/baghira.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:16:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-25 22:04:30 +0900
commit185b962c88ce05cb840f25b00a48934c555b3f79 (patch)
treed82d43c24935364576c1b30fdf9685c020bb2e0c /style/baghira.h
parent2081343a38fcf12e7ae321f594ce4e07d042de9a (diff)
downloadtde-style-baghira-185b962c88ce05cb840f25b00a48934c555b3f79.tar.gz
tde-style-baghira-185b962c88ce05cb840f25b00a48934c555b3f79.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e1fc10f0a34ce8a2282e1009bcc863f1a93889b4)
Diffstat (limited to 'style/baghira.h')
-rw-r--r--style/baghira.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/style/baghira.h b/style/baghira.h
index 64a3eab..460c448 100644
--- a/style/baghira.h
+++ b/style/baghira.h
@@ -95,7 +95,7 @@ class ButtonTile
class OptionHandler : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
OptionHandler( TQObject *parent );
void reloadSettings();
@@ -462,7 +462,7 @@ protected:
class EventKiller : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
bool eventFilter( TQObject *, TQEvent *)
{
@@ -472,7 +472,7 @@ public:
class BMShower : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
BMShower(TQObject *parent);
bool eventFilter( TQObject *object, TQEvent *event );
@@ -493,7 +493,7 @@ public:
class LiquidStyle : public TDEStyle
{
- Q_OBJECT
+ TQ_OBJECT
public:
friend class OptionHandler;
LiquidStyle();