diff options
author | Michele Calgaro <[email protected]> | 2023-08-05 13:26:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-08-05 13:26:43 +0900 |
commit | e19f9a02df7379c45782b81e2f401c9a4f6869a5 (patch) | |
tree | 3184f2d639b644295ddf68becf20fbbe4c6ad316 /src/AboutDialog.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 <[email protected]>
Diffstat (limited to 'src/AboutDialog.h')
-rw-r--r-- | src/AboutDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AboutDialog.h b/src/AboutDialog.h index 2447b08..9cfb375 100644 --- a/src/AboutDialog.h +++ b/src/AboutDialog.h @@ -25,7 +25,7 @@ class AboutDialog : public AboutDialogBase { - Q_OBJECT + TQ_OBJECT public: AboutDialog(TQWidget *parent = NULL, WFlags flags = 0); |