diff options
Diffstat (limited to 'twin/lib/kdecoration.h')
-rw-r--r-- | twin/lib/kdecoration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/lib/kdecoration.h b/twin/lib/kdecoration.h index af226a016..03e1c863e 100644 --- a/twin/lib/kdecoration.h +++ b/twin/lib/kdecoration.h @@ -51,7 +51,7 @@ public: * These values represent positions inside an area */ enum Position - { // without prefix, they'd conflict with Qt::TopLeft etc. :( + { // without prefix, they'd conflict with TQt::TopLeft etc. :( PositionCenter = 0x00, PositionLeft = 0x01, PositionRight = 0x02, |