summaryrefslogtreecommitdiffstats
path: root/kwin/kcmkwin/kwinrules/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kwin/kcmkwin/kwinrules/main.cpp')
-rw-r--r--kwin/kcmkwin/kwinrules/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kwin/kcmkwin/kwinrules/main.cpp b/kwin/kcmkwin/kwinrules/main.cpp
index b58c96239..af25412f8 100644
--- a/kwin/kcmkwin/kwinrules/main.cpp
+++ b/kwin/kcmkwin/kwinrules/main.cpp
@@ -179,7 +179,7 @@ static Rules* findRule( const TQValueList< Rules* >& rules, Window wid, bool who
if( type == NET::Unknown )
ret->types = NET::NormalMask;
else
- ret->types = 1 << type; // convert type to its mask
+ ret->types = 1 << type; // convert type to its tqmask
ret->title = title; // set, but make unimportant
ret->titlematch = Rules::UnimportantMatch;
ret->clientmachine = machine; // set, but make unimportant