summaryrefslogtreecommitdiffstats
path: root/kdbg/brkpt.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-18 20:14:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-18 20:14:21 +0900
commit2b9bc633b6730037047a9edc15261d0b5453c9d8 (patch)
tree5918d7d0a56b265852d0df84fc4fb6dc97f564e1 /kdbg/brkpt.h
parenteab187ac1b00399c2cc24a51dd73583601afd8af (diff)
downloadkdbg-2b9bc633b6730037047a9edc15261d0b5453c9d8.tar.gz
kdbg-2b9bc633b6730037047a9edc15261d0b5453c9d8.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kdbg/brkpt.h')
-rw-r--r--kdbg/brkpt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdbg/brkpt.h b/kdbg/brkpt.h
index d501a1c..75af05e 100644
--- a/kdbg/brkpt.h
+++ b/kdbg/brkpt.h
@@ -19,7 +19,7 @@ class BreakpointItem;
class BreakpointTable : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
BreakpointTable(TQWidget* parent, const char* name);
~BreakpointTable();