diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:19:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-24 17:53:43 +0900 |
commit | 75d73ad5ac5048e338bfe2e08450dc888e91be8e (patch) | |
tree | 897888136d6abf84aaed42e091b8de61de97a66f /src/combobutton.h | |
parent | c109d7974fd46002c22f3fad1ef98b4fd1df940b (diff) | |
download | soundkonverter-75d73ad5.tar.gz soundkonverter-75d73ad5.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e6f9f251f2fda1e100ea775b485829f6a6b78ca3)
Diffstat (limited to 'src/combobutton.h')
-rw-r--r-- | src/combobutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combobutton.h b/src/combobutton.h index 2f49a70..8392e6e 100644 --- a/src/combobutton.h +++ b/src/combobutton.h @@ -17,7 +17,7 @@ class KComboBox; */ class ComboButton : public TQWidget { - Q_OBJECT + TQ_OBJECT public: enum SizeMode { |