SVN_SILENT:

Whitespace only (sync with QDVI).

svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=494424
This commit is contained in:
Angus Leeming 2006-01-05 01:05:01 +00:00
parent 1a8f7292b6
commit 04bca5d65b

View file

@ -232,7 +232,7 @@ void dviRenderer::showThatSourceInformationIsPresent()
if (showMsg) {
KDialogBase dialog(i18n("KDVI: Information"), KDialogBase::Yes, KDialogBase::Yes, KDialogBase::Yes,
parentWidget, "information", true, true,KStdGuiItem::ok() );
parentWidget, "information", true, true, KStdGuiItem::ok());
KVBox *topcontents = new KVBox (&dialog);
topcontents->setSpacing(KDialog::spacingHint()*2);
@ -293,7 +293,6 @@ void dviRenderer::embedPostScript()
embedPS_progress->progressBar()->setProgress(0);
embedPS_numOfProgressedFiles = 0;
quint16 currPageSav = current_page;
errorMsg = QString::null;
for(current_page=0; current_page < dviFile->total_pages; current_page++) {