From 2b11e515172c67290909f2496784e139f2492541 Mon Sep 17 00:00:00 2001
From: tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Date: Mon, 11 Apr 2011 05:14:35 +0000
Subject: Specify namespace when using WNoAutoErase

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1227631 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
---
 kdm/kfrontend/kdmshutdown.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'kdm/kfrontend/kdmshutdown.cpp')

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();
-- 
cgit v1.2.1