diff options
Diffstat (limited to 'kdm/kfrontend/kdmshutdown.cpp')
-rw-r--r-- | kdm/kfrontend/kdmshutdown.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdm/kfrontend/kdmshutdown.cpp b/kdm/kfrontend/kdmshutdown.cpp index 8a556d2c8..9bcb589ca 100644 --- a/kdm/kfrontend/kdmshutdown.cpp +++ b/kdm/kfrontend/kdmshutdown.cpp @@ -729,7 +729,7 @@ void KSMPushButton::keyReleaseEvent( TQKeyEvent* e ) } FlatButton::FlatButton( TQWidget *parent, const char *name ) - : TQToolButton( parent, name/*, WNoAutoErase*/ ), + : TQToolButton( parent, name/*, TQt::WNoAutoErase*/ ), m_pressed(false) { init(); |