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/grandf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpat/grandf.h') diff --git a/kpat/grandf.h b/kpat/grandf.h index 77f368a2..b479ad74 100644 --- a/kpat/grandf.h +++ b/kpat/grandf.h @@ -29,17 +29,17 @@ #include "dealer.h" -class KAction; +class TDEAction; class Pile; class Deck; -class KMainWindow; +class TDEMainWindow; class Grandf : public Dealer { Q_OBJECT public: - Grandf( KMainWindow* parent=0, const char* name=0); + Grandf( TDEMainWindow* parent=0, const char* name=0); public slots: void redeal(); -- cgit v1.2.1