Now it compiles with enable-final

svn path=/trunk/KDE/kdegraphics/okular/; revision=908743
This commit is contained in:
Laurent Montel 2009-01-10 11:53:35 +00:00
parent d9fa1358fa
commit 975de758ba
5 changed files with 14 additions and 4 deletions

View file

@ -1,5 +1,4 @@
project(okular)
KDE4_NO_ENABLE_FINAL(okular)
add_subdirectory( ui )
add_subdirectory( shell )
add_subdirectory( generators )

View file

@ -19,7 +19,8 @@
* Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#ifndef LCHMSEARCHPROGRESSRESULT_H
#define LCHMSEARCHPROGRESSRESULT_H
#include <sys/types.h>
#include <stdint.h>
@ -296,3 +297,4 @@ class LCHMFileImpl
//! Map url->topic
QMap< QString, QString > m_url2topics;
};
#endif

View file

@ -1,3 +1,6 @@
#ifndef LCHMTOCIMAGEKEEPER_H
#define LCHMTOCIMAGEKEEPER_H
//Added by qt3to4:
#include <QPixmap>
/***************************************************************************
@ -33,3 +36,4 @@ class LCHMTocImageKeeper
private:
QPixmap m_images[LCHMBookIcons::MAX_BUILTIN_ICONS];
};
#endif

View file

@ -19,7 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
#ifndef UNPLUCK_H
#define UNPLUCK_H
/*
* This header file should be included after an #include of glib.h
*/
@ -409,3 +410,4 @@ int plkr_GetConfigBoolean (
char *option_name,
int default_value
);
#endif

View file

@ -19,7 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
#ifndef UNPLUGINT_H
#define UNPLUGINT_H
/*
* This header file should be included after an #include of glib.h
*/
@ -166,3 +167,5 @@ int _plkr_AddToTable (
/* Add the specified "obj" to the table with key "key". Returns
0 if key is already in table (and doesn't add "obj"), and returns
1 if key was added to table. */
#endif