diff options
Diffstat (limited to 'kpat/mod3.cpp')
-rw-r--r-- | kpat/mod3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpat/mod3.cpp b/kpat/mod3.cpp index c69aa8e4..45a8d026 100644 --- a/kpat/mod3.cpp +++ b/kpat/mod3.cpp @@ -37,7 +37,7 @@ Mod3::Mod3( KMainWindow* parent, const char* _name) deck = Deck::new_deck( this, 2); deck->move(8 + dist_x * 8 + 20, 8 + dist_y * 3 + margin); - connect(deck, SIGNAL(clicked(Card*)), SLOT(deckClicked(Card*))); + connect(deck, TQT_SIGNAL(clicked(Card*)), TQT_SLOT(deckClicked(Card*))); aces = new Pile(50, this); aces->move(16 + dist_x * 8, 8 + dist_y / 2); |