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 --- ktron/tron.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ktron/tron.h') diff --git a/ktron/tron.h b/ktron/tron.h index 821beddb..eeeab068 100644 --- a/ktron/tron.h +++ b/ktron/tron.h @@ -32,7 +32,7 @@ #include #include -class KActionCollection; +class TDEActionCollection; #include "player.h" @@ -51,7 +51,7 @@ class Tron : public TQWidget public: Tron(TQWidget *parent=0, const char *name=0); ~Tron(); - void setActionCollection(KActionCollection*); + void setActionCollection(TDEActionCollection*); void updatePixmap(); void setBackgroundPix(TQPixmap); void setComputerplayer(Player player, bool); @@ -91,7 +91,7 @@ protected: private: /** Stores key shortcuts */ - KActionCollection* actionCollection; + TDEActionCollection* actionCollection; /** Drawing buffer */ TQPixmap *pixmap; /** The playingfield */ -- cgit v1.2.1