summaryrefslogtreecommitdiffstats
path: root/kwin/tabbox.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-11 05:14:35 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-11 05:14:35 +0000
commit2b11e515172c67290909f2496784e139f2492541 (patch)
tree6caaefccd37bb6fc744e48db87394eba9e727eac /kwin/tabbox.cpp
parentd83a80f295597e6cd696cf5f308ff7d5545f8629 (diff)
downloadtdebase-2b11e515172c67290909f2496784e139f2492541.tar.gz
tdebase-2b11e515172c67290909f2496784e139f2492541.zip
Specify namespace when using WNoAutoErase
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1227631 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kwin/tabbox.cpp')
-rw-r--r--kwin/tabbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kwin/tabbox.cpp b/kwin/tabbox.cpp
index f5a9b9f03..0f229637a 100644
--- a/kwin/tabbox.cpp
+++ b/kwin/tabbox.cpp
@@ -41,7 +41,7 @@ namespace KWinInternal
extern TQPixmap* kwin_get_menu_pix_hack();
TabBox::TabBox( Workspace *ws, const char *name )
- : TQFrame( 0, name, WNoAutoErase ), current_client( NULL ), wspace(ws)
+ : TQFrame( 0, name, TQt::WNoAutoErase ), current_client( NULL ), wspace(ws)
{
setFrameStyle(TQFrame::StyledPanel | TQFrame::Plain);
setLineWidth(2);