summaryrefslogtreecommitdiffstats
path: root/kwin/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'kwin/utils.h')
-rw-r--r--kwin/utils.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kwin/utils.h b/kwin/utils.h
index 4521eeaa7..e8271e174 100644
--- a/kwin/utils.h
+++ b/kwin/utils.h
@@ -111,14 +111,14 @@ enum ShadeMode
class Shape
{
public:
- static bool available() { return kwin_tqshape_version > 0; }
- static int version() { return kwin_tqshape_version; } // as 16*major+minor, i.e. two hex digits
+ static bool available() { return twin_tqshape_version > 0; }
+ static int version() { return twin_tqshape_version; } // as 16*major+minor, i.e. two hex digits
static bool hasShape( WId w);
static int tqshapeEvent();
static void init();
private:
- static int kwin_tqshape_version;
- static int kwin_tqshape_event;
+ static int twin_tqshape_version;
+ static int twin_tqshape_event;
};
// compile with XShape older than 1.0