summaryrefslogtreecommitdiffstats
path: root/kwin/clients/keramik/keramik.h
diff options
context:
space:
mode:
Diffstat (limited to 'kwin/clients/keramik/keramik.h')
-rw-r--r--kwin/clients/keramik/keramik.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kwin/clients/keramik/keramik.h b/kwin/clients/keramik/keramik.h
index c90d3509f..0ff31dbda 100644
--- a/kwin/clients/keramik/keramik.h
+++ b/kwin/clients/keramik/keramik.h
@@ -148,7 +148,7 @@ namespace Keramik {
virtual Position mousePosition( const TQPoint& p ) const;
virtual void borders( int& left, int& right, int& top, int& bottom ) const;
virtual void resize( const TQSize& s );
- virtual TQSize minimumSize() const;
+ virtual TQSize tqminimumSize() const;
virtual bool eventFilter( TQObject* o, TQEvent* e );
virtual void activeChange();
virtual void captionChange();
@@ -190,7 +190,7 @@ namespace Keramik {
TQRect captionRect;
TQPixmap captionBuffer;
TQPixmap *activeIcon, *inactiveIcon;
- bool captionBufferDirty:1, maskDirty:1;
+ bool captionBufferDirty:1, tqmaskDirty:1;
bool largeCaption:1, largeTitlebar:1;
}; // class KeramikClient