diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 14:02:56 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-25 13:05:38 +0900 |
commit | f62fb968fdb8733a34f98f689b9d86a6053d599d (patch) | |
tree | 81c2868f3227d347aaeb8aa67222948162eded3b /src/schedule.h | |
parent | ead114dfbe5a3094fe2dee7d32333dff86cd4cb6 (diff) | |
download | klamav-f62fb968fdb8733a34f98f689b9d86a6053d599d.tar.gz klamav-f62fb968fdb8733a34f98f689b9d86a6053d599d.zip |
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 89d4e71455c288a916381ebcbf632539182a21a8)
Diffstat (limited to 'src/schedule.h')
-rw-r--r-- | src/schedule.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/schedule.h b/src/schedule.h index a20dc79..02018ac 100644 --- a/src/schedule.h +++ b/src/schedule.h @@ -47,7 +47,7 @@ class KProcIO; class HMSTimeWidget : public KIntSpinBox { - Q_OBJECT + TQ_OBJECT public: HMSTimeWidget(TQWidget *parent=0, const char *name=0); protected: @@ -74,7 +74,7 @@ public: */ class Schedule : public TQDialog { - Q_OBJECT + TQ_OBJECT public: /** * Default Constructor |