fix or add the include guards

svn path=/trunk/KDE/kdegraphics/okular/; revision=688231
remotes/origin/KDE/4.0
Pino Toscano 19 years ago
parent 137f5be786
commit 8114ea7200
  1. 4
      core/annotations_p.h
  2. 5
      core/audioplayer_p.h
  3. 4
      core/rotationjob_p.h
  4. 4
      core/textpage.h
  5. 4
      generators/djvu/generator_djvu.h
  6. 4
      ui/annotationpropertiesdialog.h

@ -7,8 +7,8 @@
* (at your option) any later version. *
***************************************************************************/
#ifndef OKULAR_ANNOTATION_P_H
#define OKULAR_ANNOTATION_P_H
#ifndef OKULAR_ANNOTATIONS_P_H
#define OKULAR_ANNOTATIONS_P_H
#include "area.h"
#include "annotations.h"

@ -7,6 +7,9 @@
* (at your option) any later version. *
***************************************************************************/
#ifndef _OKULAR_AUDIOPLAYER_P_H_
#define _OKULAR_AUDIOPLAYER_P_H_
// qt/kde includes
#include <qhash.h>
#include <qsignalmapper.h>
@ -42,3 +45,5 @@ public:
};
}
#endif

@ -7,8 +7,8 @@
* (at your option) any later version. *
***************************************************************************/
#ifndef _OKULAR_ROTATIONJOB_H
#define _OKULAR_ROTATIONJOB_H
#ifndef _OKULAR_ROTATIONJOB_P_H_
#define _OKULAR_ROTATIONJOB_P_H_
#include <QtGui/QImage>

@ -7,8 +7,8 @@
* (at your option) any later version. *
***************************************************************************/
#ifndef _OKULAR_TETXTPAGE_H_
#define _OKULAR_TETXTPAGE_H_
#ifndef _OKULAR_TEXTTPAGE_H_
#define _OKULAR_TEXTTPAGE_H_
#include <QtCore/QList>
#include <QtCore/QString>

@ -7,8 +7,8 @@
* (at your option) any later version. *
***************************************************************************/
#ifndef _DJVU_GENERATOR_H_
#define _DJVU_GENERATOR_H_
#ifndef _GENERATOR_DJVU_H_
#define _GENERATOR_DJVU_H_
#include <okular/core/generator.h>

@ -7,8 +7,8 @@
* (at your option) any later version. *
***************************************************************************/
#ifndef _ANNOTSPROPERTIESDIALOG_H_
#define _ANNOTSPROPERTIESDIALOG_H_
#ifndef _ANNOTATIONSSPROPERTIESDIALOG_H_
#define _ANNOTATIONSSPROPERTIESDIALOG_H_
#include <kpagedialog.h>

Loading…
Cancel
Save