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/debugging/TSLogger.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/debugging/TSLogger.h')
-rw-r--r-- | src/debugging/TSLogger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debugging/TSLogger.h b/src/debugging/TSLogger.h index 261398c..8510ecb 100644 --- a/src/debugging/TSLogger.h +++ b/src/debugging/TSLogger.h @@ -36,7 +36,7 @@ namespace tschweitzer class TSLogger : public TQDialog { - Q_OBJECT + TQ_OBJECT public: static TSLogger* getInstance(int verboseLevel); |