From 3eda17fbb27cf5425b4fdf0590e17f04ae64b4a1 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 19 Aug 2020 13:08:28 +0200 Subject: fix FTBFS, 'keys' class object being out of scope. see comments starting from https://mirror.git.trinitydesktop.org/gitea/TDE/kpacman/issues/1#issuecomment-9217 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch is provided by François Andriot with contribution from Slávek Banko Signed-off-by: gregory guy --- kpacman/keys.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpacman/keys.h') diff --git a/kpacman/keys.h b/kpacman/keys.h index e2fb5ea..d7ba8ae 100644 --- a/kpacman/keys.h +++ b/kpacman/keys.h @@ -13,11 +13,11 @@ #include -class Keys : public TQDialog +class PKeys : public TQDialog { Q_OBJECT public: - Keys( TQWidget *parent=0, const char *name=0 ); + PKeys( TQWidget *parent=0, const char *name=0 ); private slots: void butRight(); -- cgit v1.2.3