diff options
Diffstat (limited to 'twin/lib/kdecoration_p.h')
-rw-r--r-- | twin/lib/kdecoration_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/lib/kdecoration_p.h b/twin/lib/kdecoration_p.h index 2634ea140..b396509b6 100644 --- a/twin/lib/kdecoration_p.h +++ b/twin/lib/kdecoration_p.h @@ -103,7 +103,7 @@ class KDecorationBridge : public KDecorationDefines // not part of public API virtual int currentDesktop() const = 0; virtual TQWidget* initialParentWidget() const = 0; - virtual Qt::WFlags initialWFlags() const = 0; + virtual TQt::WFlags initialWFlags() const = 0; virtual void helperShowHide( bool ) = 0; virtual void grabXServer( bool grab ) = 0; }; |