diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-24 21:27:35 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-24 21:27:35 +0900 |
| commit | 6508b043abf98d06b79802c637e65e403365eac3 (patch) | |
| tree | cf38d8601fbf1e5ef2885d0bb99d97226721d51a /conduits/timeconduit/time-setup.h | |
| parent | 2c4375efc4964d9d3857bf27472c0e672b384d8e (diff) | |
| download | kpilot-6508b043abf98d06b79802c637e65e403365eac3.tar.gz kpilot-6508b043abf98d06b79802c637e65e403365eac3.zip | |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'conduits/timeconduit/time-setup.h')
| -rw-r--r-- | conduits/timeconduit/time-setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/timeconduit/time-setup.h b/conduits/timeconduit/time-setup.h index 06f2522..4fcc2eb 100644 --- a/conduits/timeconduit/time-setup.h +++ b/conduits/timeconduit/time-setup.h @@ -36,7 +36,7 @@ class TDEAboutData; class TimeWidgetConfig : public ConduitConfigBase { -Q_OBJECT +TQ_OBJECT public: TimeWidgetConfig(TQWidget *parent, const char *); |
