From d0fc8a81142abedca766138edbd033dd4107daa7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 11 Jan 2024 10:46:02 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro (cherry picked from commit 64efc076184547c5d23863fb027dd3a01d552f19) --- twin-styles/kde1/kde1client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twin-styles/kde1/kde1client.h') diff --git a/twin-styles/kde1/kde1client.h b/twin-styles/kde1/kde1client.h index 407c3993..be0a8bfa 100644 --- a/twin-styles/kde1/kde1client.h +++ b/twin-styles/kde1/kde1client.h @@ -110,7 +110,7 @@ public: ThreeButtonButton ( TQWidget *parent = 0, const char* name = 0 ) : TQToolButton( parent, name ) { - connect( this, TQT_SIGNAL( clicked() ), this, TQT_SLOT( handleClicked() ) ); + connect( this, TQ_SIGNAL( clicked() ), this, TQ_SLOT( handleClicked() ) ); setCursor( arrowCursor ); } ~ThreeButtonButton () {} -- cgit v1.2.1