diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 14:04:27 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-25 13:11:55 +0900 |
commit | 70940a449d5249844df8296400de437295a38419 (patch) | |
tree | 0de30633cef2c335c708171b470a68aca66df307 /src/resizabledragwidget.h | |
parent | 791bca17606246ebbc962ade9f2f4d88f970dfea (diff) | |
download | kvkbd-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/resizabledragwidget.h')
-rw-r--r-- | src/resizabledragwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resizabledragwidget.h b/src/resizabledragwidget.h index f44e671..902c4fa 100644 --- a/src/resizabledragwidget.h +++ b/src/resizabledragwidget.h @@ -27,7 +27,7 @@ */ class ResizableDragWidget : public DragWidget { -Q_OBJECT +TQ_OBJECT public: ResizableDragWidget(TQWidget *parent, const char *name, WFlags f); |