summaryrefslogtreecommitdiffstats
path: root/src/debugging/TSLogger.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-08-05 13:26:43 +0900
committerMichele Calgaro <[email protected]>2023-08-05 13:26:43 +0900
commite19f9a02df7379c45782b81e2f401c9a4f6869a5 (patch)
tree3184f2d639b644295ddf68becf20fbbe4c6ad316 /src/debugging/TSLogger.h
parentc529f9057ecf9b9694e8fefb4d6ec70cd1b564ad (diff)
downloaduniversal-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.h2
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);