diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 12:55:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-24 10:53:14 +0900 |
commit | d1e0f62b708ccb5e93d0c73d8ec61fe09cde735a (patch) | |
tree | 829de0976d0b430b684e5fd7286a5815b0bcbf11 /src/verifypopup.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 <[email protected]>
(cherry picked from commit 4ce590b58154eff037df64223154d5831b8e4eed)
Diffstat (limited to 'src/verifypopup.h')
-rw-r--r-- | src/verifypopup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verifypopup.h b/src/verifypopup.h index 934de5d..b9e5c70 100644 --- a/src/verifypopup.h +++ b/src/verifypopup.h @@ -26,7 +26,7 @@ class VerifyPopup : public VerifyPopupUI { - Q_OBJECT + TQ_OBJECT public: VerifyPopup(TQWidget* parent = 0, const char* name = 0, Kopete::ChatSession *session = NULL, bool modal = FALSE, WFlags fl = 0 ); |