no more need to export is, as now it is in the kpart library only

svn path=/trunk/playground/graphics/okular/; revision=615761
This commit is contained in:
Pino Toscano 2006-12-22 15:08:37 +00:00
parent b663cb313c
commit 30362c45fc

View file

@ -10,8 +10,6 @@
#ifndef _PREFERENCESDIALOG_H
#define _PREFERENCESDIALOG_H
#include "okular_export.h"
#include <kconfigdialog.h>
#include "settings.h"
@ -25,7 +23,7 @@ class DlgPresentation;
class DlgIdentity;
class DlgDebug;
class OKULAR_EXPORT PreferencesDialog : public KConfigDialog
class PreferencesDialog : public KConfigDialog
{
public: