From 1329ec6abbcb7b79cd960e0ca138f16598d5f11f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 13 Jan 2024 17:34:53 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro --- kopete/protocols/irc/kcodecaction.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kopete/protocols/irc/kcodecaction.cpp') diff --git a/kopete/protocols/irc/kcodecaction.cpp b/kopete/protocols/irc/kcodecaction.cpp index 8d864078..71cffe43 100644 --- a/kopete/protocols/irc/kcodecaction.cpp +++ b/kopete/protocols/irc/kcodecaction.cpp @@ -23,8 +23,8 @@ KCodecAction::KCodecAction( const TQString &text, const TDEShortcut &cut, TQObject *parent, const char *name ) : TDESelectAction( text, "", cut, parent, name ) { - TQObject::connect( this, TQT_SIGNAL( activated( const TQString & ) ), - this, TQT_SLOT( slotActivated( const TQString & ) ) ); + TQObject::connect( this, TQ_SIGNAL( activated( const TQString & ) ), + this, TQ_SLOT( slotActivated( const TQString & ) ) ); setItems( KCodecAction::supportedEncodings() ); } -- cgit v1.2.3