diff options
Diffstat (limited to 'kicker/applets/lockout/lockout.h')
-rw-r--r-- | kicker/applets/lockout/lockout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/applets/lockout/lockout.h b/kicker/applets/lockout/lockout.h index e93a35d50..6be995790 100644 --- a/kicker/applets/lockout/lockout.h +++ b/kicker/applets/lockout/lockout.h @@ -44,7 +44,7 @@ private: void checkLayout( int height ) const; SimpleButton *lockButton, *logoutButton; - TQBoxLayout *tqlayout; + TQBoxLayout *layout; bool bTransparent; }; |