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-20 11:57:12 +0900
commitb9727aa65d06bf7835fbcc034069b63985b5b40a (patch)
treeee27c1798565af641115adee4c99145abeba3074 /src/codeeditor.h
parentbaeeabb06a4a689338bffafdd954e87bfe1f052f (diff)
downloadkpicosim-b9727aa65d06bf7835fbcc034069b63985b5b40a.tar.gz
kpicosim-b9727aa65d06bf7835fbcc034069b63985b5b40a.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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);