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/ktron.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ktron/ktron.h') diff --git a/ktron/ktron.h b/ktron/ktron.h index d063b792..262d56ef 100644 --- a/ktron/ktron.h +++ b/ktron/ktron.h @@ -29,14 +29,14 @@ #include #include "tron.h" -class KAccel; -class KSelectAction; +class TDEAccel; +class TDESelectAction; class Tron; /** * @short The main window of KTron */ -class KTron : public KMainWindow { +class KTron : public TDEMainWindow { Q_OBJECT @@ -45,7 +45,7 @@ public: KTron(TQWidget *parent=0, const char *name=0); private: - KAccel *accel; + TDEAccel *accel; Tron *tron; TQString playerName[2]; int playerPoints[2]; -- cgit v1.2.1