summaryrefslogtreecommitdiffstats
path: root/kpoker/kpaint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpoker/kpaint.cpp')
-rw-r--r--kpoker/kpaint.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}