From c20f4d8f2cf03c69fcecc80d63fe3cbb80f51610 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 13 Jan 2024 12:28:49 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro --- kpoker/kpaint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpoker/kpaint.cpp') diff --git a/kpoker/kpaint.cpp b/kpoker/kpaint.cpp index 29e11608..f061bc1c 100644 --- a/kpoker/kpaint.cpp +++ b/kpoker/kpaint.cpp @@ -115,7 +115,7 @@ CardWidget::CardWidget( TQWidget *parent, const char *name ) m_held = false; setBackgroundMode( NoBackground ); // disables flickering - connect(this, TQT_SIGNAL(clicked()), this, TQT_SLOT(ownClick())); + connect(this, TQ_SIGNAL(clicked()), this, TQ_SLOT(ownClick())); setFixedSize(cardWidth, cardHeight); } -- cgit v1.2.1