diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:35:15 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-24 20:32:39 +0900 |
commit | 06ee3c8c063933d06b750c0f557a99b4e1037de8 (patch) | |
tree | 8626fc14089a89832f6f26ba3cb19975a258ac64 /src/fieldlineedit.h | |
parent | feaa7e666000943e3ec1876e33015842892751a2 (diff) | |
download | kbibtex-06ee3c8c063933d06b750c0f557a99b4e1037de8.tar.gz kbibtex-06ee3c8c063933d06b750c0f557a99b4e1037de8.zip |
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 7aeb471bbc0f8e1734d58a1aefc3fc96b054038b)
Diffstat (limited to 'src/fieldlineedit.h')
-rw-r--r-- | src/fieldlineedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fieldlineedit.h b/src/fieldlineedit.h index f8cd7ff..51eb05a 100644 --- a/src/fieldlineedit.h +++ b/src/fieldlineedit.h @@ -34,7 +34,7 @@ namespace KBibTeX { class FieldLineEdit : public TQWidget { - Q_OBJECT + TQ_OBJECT public: enum InputType {itSingleLine, itMultiLine}; enum ErrorType {etNoError, etInvalidStringKey}; |