diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:55:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-24 10:53:14 +0900 |
commit | d1e0f62b708ccb5e93d0c73d8ec61fe09cde735a (patch) | |
tree | 829de0976d0b430b684e5fd7286a5815b0bcbf11 /src/otrpreferences.h | |
parent | 14a2b6214f4da90009d3839fbaf96ecfcaf5ae87 (diff) | |
download | kopete-otr-d1e0f62b708ccb5e93d0c73d8ec61fe09cde735a.tar.gz kopete-otr-d1e0f62b708ccb5e93d0c73d8ec61fe09cde735a.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4ce590b58154eff037df64223154d5831b8e4eed)
Diffstat (limited to 'src/otrpreferences.h')
-rw-r--r-- | src/otrpreferences.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otrpreferences.h b/src/otrpreferences.h index f4b4f16..b49467d 100644 --- a/src/otrpreferences.h +++ b/src/otrpreferences.h @@ -30,7 +30,7 @@ */ class OTRPreferences : public TDECModule { - Q_OBJECT + TQ_OBJECT public: OTRPreferences(TQWidget *parent = 0, const char *name = 0, const TQStringList &args = TQStringList()); |