From 8dba4427c8a7441120be8386a53201db64e56ab1 Mon Sep 17 00:00:00 2001 From: Malcolm Hunter Date: Sun, 15 Sep 2002 10:30:01 +0000 Subject: [PATCH] CVS_SILENT Style-guide fixes svn path=/trunk/kdegraphics/kpdf/; revision=177940 --- kpdf/kpdf_part.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kpdf/kpdf_part.cpp b/kpdf/kpdf_part.cpp index e491cb3be..fec550140 100644 --- a/kpdf/kpdf_part.cpp +++ b/kpdf/kpdf_part.cpp @@ -65,7 +65,7 @@ Part::Part(QWidget *parentWidget, const char *widgetName, KStdAction::findNext(this, SLOT(findNext()), actionCollection(), "find_next"); - m_fitToWidth = new KToggleAction(i18n("Fit To Page &Width"), 0, + m_fitToWidth = new KToggleAction(i18n("Fit to Page &Width"), 0, this, SLOT(slotFitToWidthToggled()), actionCollection(), "fit_to_width"); KStdAction::zoomIn (this, SLOT(zoomIn()), -- GitLab