diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 11:57:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 11:57:12 +0900 |
commit | b9727aa65d06bf7835fbcc034069b63985b5b40a (patch) | |
tree | ee27c1798565af641115adee4c99145abeba3074 /src/kportview.h | |
parent | baeeabb06a4a689338bffafdd954e87bfe1f052f (diff) | |
download | kpicosim-b9727aa65d06bf7835fbcc034069b63985b5b40a.tar.gz kpicosim-b9727aa65d06bf7835fbcc034069b63985b5b40a.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/kportview.h')
-rw-r--r-- | src/kportview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kportview.h b/src/kportview.h index 79a197f..17a09dc 100644 --- a/src/kportview.h +++ b/src/kportview.h @@ -28,7 +28,7 @@ class KPortView : public TDEToolBar { - Q_OBJECT + TQ_OBJECT public: KPortView( CPicoBlaze *cpu, TQWidget *parent = 0, const char *name = 0); |