diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:04:27 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:04:27 +0900 |
commit | 8abfadf6f203cd326d62da508b89340d918ba040 (patch) | |
tree | 0de30633cef2c335c708171b470a68aca66df307 /src/VButton.h | |
parent | 791bca17606246ebbc962ade9f2f4d88f970dfea (diff) | |
download | kvkbd-8abfadf6f203cd326d62da508b89340d918ba040.tar.gz kvkbd-8abfadf6f203cd326d62da508b89340d918ba040.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/VButton.h')
-rw-r--r-- | src/VButton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VButton.h b/src/VButton.h index 49d5d1f..454c4c2 100644 --- a/src/VButton.h +++ b/src/VButton.h @@ -6,7 +6,7 @@ class VButton : public TQPushButton { -Q_OBJECT +TQ_OBJECT public: VButton(TQWidget *parent=0, const char *name=0); |