summaryrefslogtreecommitdiffstats
path: root/kicker/libkicker/panelbutton.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 /kicker/libkicker/panelbutton.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 'kicker/libkicker/panelbutton.cpp')
-rw-r--r--kicker/libkicker/panelbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/libkicker/panelbutton.cpp b/kicker/libkicker/panelbutton.cpp
index 4d61566b2..06e9a0b41 100644
--- a/kicker/libkicker/panelbutton.cpp
+++ b/kicker/libkicker/panelbutton.cpp
@@ -75,7 +75,7 @@ PanelButton::PanelButton( TQWidget* parent, const char* name )
m_fontPercent(0.40)
{
setBackgroundOrigin(AncestorOrigin);
- setWFlags(WNoAutoErase);
+ setWFlags(TQt::WNoAutoErase);
KGlobal::locale()->insertCatalogue("libkicker");
calculateIconSize();
setAcceptDrops(true);