diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 14:01:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-25 13:01:59 +0900 |
commit | d5fd16056444572899dc1cd15c970267ec395378 (patch) | |
tree | f1f33b9cd50e4c031ca8db94fb7f1dc2ee3c981d /src/statusbarspaceinfo.h | |
parent | 4c7209eef7e6e393ba78d1293167b17054b8e3af (diff) | |
download | dolphin-d5fd16056444572899dc1cd15c970267ec395378.tar.gz dolphin-d5fd16056444572899dc1cd15c970267ec395378.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 98264ac14364e5b98ba91cead2635d7824c31e7b)
Diffstat (limited to 'src/statusbarspaceinfo.h')
-rw-r--r-- | src/statusbarspaceinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusbarspaceinfo.h b/src/statusbarspaceinfo.h index 6c3f99f..0d06a0e 100644 --- a/src/statusbarspaceinfo.h +++ b/src/statusbarspaceinfo.h @@ -33,7 +33,7 @@ class KDiskFreeSp; */ class StatusBarSpaceInfo : public TQWidget { - Q_OBJECT + TQ_OBJECT public: |