summaryrefslogtreecommitdiffstats
path: root/src/sidebars.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:01:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-25 13:01:59 +0900
commitd5fd16056444572899dc1cd15c970267ec395378 (patch)
treef1f33b9cd50e4c031ca8db94fb7f1dc2ee3c981d /src/sidebars.h
parent4c7209eef7e6e393ba78d1293167b17054b8e3af (diff)
downloaddolphin-d5fd1605.tar.gz
dolphin-d5fd1605.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 98264ac14364e5b98ba91cead2635d7824c31e7b)
Diffstat (limited to 'src/sidebars.h')
-rw-r--r--src/sidebars.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sidebars.h b/src/sidebars.h
index dd03c75..568f106 100644
--- a/src/sidebars.h
+++ b/src/sidebars.h
@@ -33,7 +33,7 @@ class SidebarPage;
class leftSidebar : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -62,7 +62,7 @@ class leftSidebar : public TQWidget
class rightSidebar : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public: