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/smppopup.h | |
| parent | 14a2b6214f4da90009d3839fbaf96ecfcaf5ae87 (diff) | |
| download | kopete-otr-d1e0f62b.tar.gz kopete-otr-d1e0f62b.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/smppopup.h')
| -rw-r--r-- | src/smppopup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smppopup.h b/src/smppopup.h index 10801dd..7b0c8a3 100644 --- a/src/smppopup.h +++ b/src/smppopup.h @@ -32,7 +32,7 @@ extern "C"{ class SMPPopup : public SMPPopupUI { - Q_OBJECT + TQ_OBJECT public: SMPPopup(TQWidget* parent = 0, const char* name = 0, TQString title = TQString::null, WFlags fl = 0, ConnContext *context = 0, Kopete::ChatSession *session = 0, bool initiate = true ); |
