summaryrefslogtreecommitdiffstats
path: root/src/codeeditor.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 11:57:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-23 18:48:22 +0900
commit119fd80123bedbe7b319824b6159d8ddecc3b1cf (patch)
treeee27c1798565af641115adee4c99145abeba3074 /src/codeeditor.h
parentbaeeabb06a4a689338bffafdd954e87bfe1f052f (diff)
downloadkpicosim-119fd80123bedbe7b319824b6159d8ddecc3b1cf.tar.gz
kpicosim-119fd80123bedbe7b319824b6159d8ddecc3b1cf.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b9727aa65d06bf7835fbcc034069b63985b5b40a)
Diffstat (limited to 'src/codeeditor.h')
-rw-r--r--src/codeeditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codeeditor.h b/src/codeeditor.h
index 0bfbd09..db7b226 100644
--- a/src/codeeditor.h
+++ b/src/codeeditor.h
@@ -27,7 +27,7 @@
class CodeEditor : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
CodeEditor(TQWidget *parent = 0, const char *name = 0);