diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:35:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-23 18:48:40 +0900 |
commit | d9fab094136a7dcb463d99d499f5526701ad1e48 (patch) | |
tree | 8a0e5c360ed01e93c8a1380e0df9b22769cbb887 /src/textview.h | |
parent | 397fe4548de3354fd1e3806d66281619c71cc6aa (diff) | |
download | ktechlab-d9fab094.tar.gz ktechlab-d9fab094.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 377a74382c0f10b2d3ec30d9b2337e8409bec58f)
Diffstat (limited to 'src/textview.h')
-rw-r--r-- | src/textview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/textview.h b/src/textview.h index cfb3158..320ebb3 100644 --- a/src/textview.h +++ b/src/textview.h @@ -33,7 +33,7 @@ class VariableLabel; */ class TextView : public View { - Q_OBJECT + TQ_OBJECT public: TextView( TextDocument *textDocument, ViewContainer *viewContainer, uint viewAreaId, const char *name = 0 ); @@ -106,7 +106,7 @@ over (used in the debugger). */ class TextViewEventFilter : public TQObject { - Q_OBJECT + TQ_OBJECT public: TextViewEventFilter( TextView * textView ); |