diff options
author | Michele Calgaro <[email protected]> | 2023-10-18 13:32:54 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-10-18 13:32:54 +0900 |
commit | 3031fcead54a66aa68b0653e35ef59fbae9e442f (patch) | |
tree | 4593183ce2c50ebd1320293a03e0bfd797e9f1f4 /client/fahrenheitclient.h | |
parent | e952c17a7ce96d686b0ad54cb8d693bf137d6759 (diff) | |
download | twin-style-fahrenheit-3031fcead54a66aa68b0653e35ef59fbae9e442f.tar.gz twin-style-fahrenheit-3031fcead54a66aa68b0653e35ef59fbae9e442f.zip |
Add cmake building files
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'client/fahrenheitclient.h')
-rw-r--r-- | client/fahrenheitclient.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <[email protected]> // @@ -27,7 +27,7 @@ #ifndef FAHRENHEITCLIENT_H #define FAHRENHEITCLIENT_H -#include <ntqbutton.h> +#include <tqbutton.h> #include <kdecoration.h> #include <kdecorationfactory.h> @@ -115,7 +115,7 @@ inline void FahrenheitButton::reset() class FahrenheitClient : public KDecoration { - Q_OBJECT + TQ_OBJECT public: FahrenheitClient(KDecorationBridge *b, KDecorationFactory *f); virtual ~FahrenheitClient(); |