summaryrefslogtreecommitdiffstats
path: root/src/smppopup.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 12:55:58 +0900
committerMichele Calgaro <[email protected]>2023-07-20 12:55:58 +0900
commit4ce590b58154eff037df64223154d5831b8e4eed (patch)
tree829de0976d0b430b684e5fd7286a5815b0bcbf11 /src/smppopup.h
parent14a2b6214f4da90009d3839fbaf96ecfcaf5ae87 (diff)
downloadkopete-otr-4ce590b58154eff037df64223154d5831b8e4eed.tar.gz
kopete-otr-4ce590b58154eff037df64223154d5831b8e4eed.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/smppopup.h')
-rw-r--r--src/smppopup.h2
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 );