|
|
|
@ -194,7 +194,7 @@ inline bool DeKoratorFactory::initialized()
|
|
|
|
|
|
|
|
|
|
class DeKoratorButton : public TQButton
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
public:
|
|
|
|
|
DeKoratorButton( bool isLeft, int buttonWidth, int buttonHeight, DeKoratorClient *parent = 0, const char *name = 0,
|
|
|
|
|
const TQString &tip = NULL, ButtonType type = ButtonHelp, buttonTypeAll btnType = restore );
|
|
|
|
@ -257,7 +257,7 @@ inline void DeKoratorButton::reset()
|
|
|
|
|
|
|
|
|
|
class DeKoratorClient : public KDecoration
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
public:
|
|
|
|
|
DeKoratorClient( KDecorationBridge *b, KDecorationFactory *f );
|
|
|
|
|
virtual ~DeKoratorClient();
|
|
|
|
|