diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:06:08 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 15:06:08 +0900 |
commit | f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8 (patch) | |
tree | cc78f7cd0c52eafa75211faec743bcbac4047491 /kbruch/src/resultwidget.h | |
parent | 722b8b58ec7c9696be84890045d29e0203d3e20f (diff) | |
download | tdeedu-f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8.tar.gz tdeedu-f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kbruch/src/resultwidget.h')
-rw-r--r-- | kbruch/src/resultwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbruch/src/resultwidget.h b/kbruch/src/resultwidget.h index 609f6bc2..e321da97 100644 --- a/kbruch/src/resultwidget.h +++ b/kbruch/src/resultwidget.h @@ -32,7 +32,7 @@ * \author Sebastian Stein */ class ResultWidget : public FractionBaseWidget { - Q_OBJECT + TQ_OBJECT public: |