summaryrefslogtreecommitdiffstats
path: root/kwin-styles/openlook/OpenLook.h
diff options
context:
space:
mode:
Diffstat (limited to 'kwin-styles/openlook/OpenLook.h')
-rw-r--r--kwin-styles/openlook/OpenLook.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kwin-styles/openlook/OpenLook.h b/kwin-styles/openlook/OpenLook.h
index 94dacebd..882c2d36 100644
--- a/kwin-styles/openlook/OpenLook.h
+++ b/kwin-styles/openlook/OpenLook.h
@@ -40,6 +40,7 @@ namespace OpenLook
class OpenLook : public KDecoration
{
Q_OBJECT
+ TQ_OBJECT
public:
OpenLook(KDecorationBridge *b, KDecorationFactory *f);
@@ -59,7 +60,7 @@ namespace OpenLook
void iconChange();
void maximizeChange();
void borders(int &left, int &right, int &top, int &bottom) const;
- TQSize minimumSize() const;
+ TQSize tqminimumSize() const;
void resize( const TQSize& );
virtual void mouseDoubleClickEvent(TQMouseEvent *);
virtual void wheelEvent(TQWheelEvent *e);