diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-05 13:26:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-05 13:26:43 +0900 |
commit | e19f9a02df7379c45782b81e2f401c9a4f6869a5 (patch) | |
tree | 3184f2d639b644295ddf68becf20fbbe4c6ad316 /src/UiGuiSettings.h | |
parent | c529f9057ecf9b9694e8fefb4d6ec70cd1b564ad (diff) | |
download | universal-indent-gui-tqt-e19f9a02df7379c45782b81e2f401c9a4f6869a5.tar.gz universal-indent-gui-tqt-e19f9a02df7379c45782b81e2f401c9a4f6869a5.zip |
Finish off the indenter code and update to TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/UiGuiSettings.h')
-rw-r--r-- | src/UiGuiSettings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UiGuiSettings.h b/src/UiGuiSettings.h index adfaf52..df9d04f 100644 --- a/src/UiGuiSettings.h +++ b/src/UiGuiSettings.h @@ -30,7 +30,7 @@ class TQSettings; class UiGuiSettings : public TQObject { - Q_OBJECT + TQ_OBJECT private: UiGuiSettings(); |