Fix header

svn path=/trunk/kdegraphics/kdvi/; revision=207275
This commit is contained in:
Laurent Montel 2003-02-16 16:03:16 +00:00
parent 6093647a02
commit a6e15030d4
2 changed files with 5 additions and 5 deletions

View file

@ -6,8 +6,8 @@
#include <kdebug.h>
#include <qapplication.h>
#include <qclipboard.h>
#include <history.h>
#include <history.moc>
#include "history.h"
#include "history.moc"
history::history(void)
{
@ -27,7 +27,7 @@ void history::add(Q_UINT32 page, Q_UINT32 ypos)
numItems = 1;
return;
} else {
if (historyList[currentItem].page == page)
if (historyList[currentItem].page == page)
return;
if (currentItem == HISTORYLENGTH-1) {

View file

@ -8,8 +8,8 @@
#include <kdebug.h>
#include <qapplication.h>
#include <qclipboard.h>
#include <selection.h>
#include <selection.moc>
#include "selection.h"
#include "selection.moc"
selection::selection(void)
{