diff options
Diffstat (limited to 'kpoker/kpaint.cpp')
-rw-r--r-- | kpoker/kpaint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpoker/kpaint.cpp b/kpoker/kpaint.cpp index 83012ab0..5ba74f40 100644 --- a/kpoker/kpaint.cpp +++ b/kpoker/kpaint.cpp @@ -42,7 +42,7 @@ CardImages::CardImages(TQWidget* parent, const char* name) : TQWidget(parent, name) { m_cardPixmaps = new QPixmap[numCards]; - m_deck = new QPixmap; + m_deck = new TQPixmap; // Hide the window. // FIXME: Why is this a QWidget? |