diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:03:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-25 13:09:43 +0900 |
commit | da6a9e3e1428a0e2ea5f5e2c96ce5088a0de35f8 (patch) | |
tree | 677077b2b9bb308f71abc25fd0d2af37b4d41fed /src/clip.h | |
parent | 4e9cda90c59406024615cf778eb029333c1a3a26 (diff) | |
download | kooldock-da6a9e3e1428a0e2ea5f5e2c96ce5088a0de35f8.tar.gz kooldock-da6a9e3e1428a0e2ea5f5e2c96ce5088a0de35f8.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9d79495626bacf9d0ddd7d830876a5d8c26ecf0b)
Diffstat (limited to 'src/clip.h')
-rw-r--r-- | src/clip.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ class clip : public TQWidget { - Q_OBJECT + TQ_OBJECT public: clip(TQWidget* parent = 0, const char* name = 0); |