diff options
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(); |