summaryrefslogtreecommitdiffstats
path: root/src/numpadvbutton.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 14:04:27 +0900
committerMichele Calgaro <[email protected]>2023-07-25 13:11:55 +0900
commit70940a449d5249844df8296400de437295a38419 (patch)
tree0de30633cef2c335c708171b470a68aca66df307 /src/numpadvbutton.h
parent791bca17606246ebbc962ade9f2f4d88f970dfea (diff)
downloadkvkbd-70940a449d5249844df8296400de437295a38419.tar.gz
kvkbd-70940a449d5249844df8296400de437295a38419.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8abfadf6f203cd326d62da508b89340d918ba040)
Diffstat (limited to 'src/numpadvbutton.h')
-rw-r--r--src/numpadvbutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/numpadvbutton.h b/src/numpadvbutton.h
index fc8a026..26bad61 100644
--- a/src/numpadvbutton.h
+++ b/src/numpadvbutton.h
@@ -27,7 +27,7 @@
*/
class NumpadVButton : public VButton
{
-Q_OBJECT
+TQ_OBJECT
public:
NumpadVButton(TQWidget *parent = 0, const char *name = 0);