From 3031fcead54a66aa68b0653e35ef59fbae9e442f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 18 Oct 2023 13:32:54 +0900 Subject: Add cmake building files Signed-off-by: Michele Calgaro --- client/fahrenheitclient.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/fahrenheitclient.h') diff --git a/client/fahrenheitclient.h b/client/fahrenheitclient.h index ab52d0b..36b7953 100644 --- a/client/fahrenheitclient.h +++ b/client/fahrenheitclient.h @@ -1,7 +1,7 @@ ////////////////////////////////////////////////////////////////////////////// // fahrenheitclient.h // ------------------- -// Fahrenheit window decoration for KDE +// Fahrenheit window decoration for TDE // ------------------- // Copyright (c) 2003, 2004 David Johnson // @@ -27,7 +27,7 @@ #ifndef FAHRENHEITCLIENT_H #define FAHRENHEITCLIENT_H -#include +#include #include #include @@ -115,7 +115,7 @@ inline void FahrenheitButton::reset() class FahrenheitClient : public KDecoration { - Q_OBJECT + TQ_OBJECT public: FahrenheitClient(KDecorationBridge *b, KDecorationFactory *f); virtual ~FahrenheitClient(); -- cgit v1.2.1