From 58a97ed3af5e4df6c4a58d043b0c267bd97056a9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:12:46 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kpat/idiot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpat/idiot.cpp') diff --git a/kpat/idiot.cpp b/kpat/idiot.cpp index 3ac49ef5..40fd041c 100644 --- a/kpat/idiot.cpp +++ b/kpat/idiot.cpp @@ -25,7 +25,7 @@ #include "cardmaps.h" -Idiot::Idiot( KMainWindow* parent, const char* _name) +Idiot::Idiot( TDEMainWindow* parent, const char* _name) : Dealer( parent, _name ) { // Create the deck to the left. @@ -227,7 +227,7 @@ static class LocalDealerInfo2 : public DealerInfo { public: LocalDealerInfo2() : DealerInfo(I18N_NOOP("&Aces Up"), 2) {} - virtual Dealer *createGame(KMainWindow *parent) { return new Idiot(parent); } + virtual Dealer *createGame(TDEMainWindow *parent) { return new Idiot(parent); } } ldi4; -- cgit v1.2.1