summaryrefslogtreecommitdiffstats
path: root/kpat/napoleon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpat/napoleon.cpp')
-rw-r--r--kpat/napoleon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpat/napoleon.cpp b/kpat/napoleon.cpp
index ffdf245c..7f7c7f95 100644
--- a/kpat/napoleon.cpp
+++ b/kpat/napoleon.cpp
@@ -26,7 +26,7 @@ Napoleon::Napoleon( KMainWindow* parent, const char* _name )
: Dealer( parent, _name )
{
deck = Deck::new_deck( this );
- connect(deck, SIGNAL(clicked(Card *)), SLOT(deal1(Card*)));
+ connect(deck, TQT_SIGNAL(clicked(Card *)), TQT_SLOT(deal1(Card*)));
pile = new Pile( 1, this );
pile->setAddFlags( Pile::disallow );