summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-01 19:27:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-01 19:27:18 +0000
commit9540b981beaedc19b7a774ed992973781d975e35 (patch)
treefdf3af253f622bf5541c6f8af63fc46e29e79197
parent7cc6b9d8e81b1f674a94cebc6a0e6f02452a872a (diff)
downloadkoffice-9540b981.tar.gz
koffice-9540b981.zip
Fix koffice FTBFS under gcc4.6
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1244308 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kword/KWView.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWView.cpp b/kword/KWView.cpp
index 92181228..03f6ba6d 100644
--- a/kword/KWView.cpp
+++ b/kword/KWView.cpp
@@ -595,7 +595,7 @@ void KWView::setupActions()
actionCollection(), "edit_sldatabase" );
- (void) new KWMailMergeLabelAction::KWMailMergeLabelAction( i18n("Drag Mail Merge Variable"), 0,
+ (void) new KWMailMergeLabelAction( i18n("Drag Mail Merge Variable"), 0,
TQT_TQOBJECT(this), TQT_SLOT(editMailMergeDataBase()), actionCollection(), "mailmerge_draglabel" );
// (void) new KWMailMergeComboAction::KWMailMergeComboAction(i18n("Insert Mailmerge Var"),0,TQT_TQOBJECT(this), TQT_SLOT(JWJWJW()),actionCollection(),"mailmerge_varchooser");