From 9540b981beaedc19b7a774ed992973781d975e35 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 1 Aug 2011 19:27:18 +0000 Subject: 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 --- kword/KWView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kword/KWView.cpp b/kword/KWView.cpp index 921812286..03f6ba6db 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"); -- cgit v1.2.3