@ -77,7 +77,7 @@
# include "core/page.h"
# include "core/page.h"
K_PLUGIN_FACTORY ( okularPartFactory , registerPlugin < Part > ( ) ; )
K_PLUGIN_FACTORY ( okularPartFactory , registerPlugin < Part > ( ) ; )
K_EXPORT_PLUGIN ( okularPartFactory ( " okularpa rt " ) )
K_EXPORT_PLUGIN ( okularPartFactory ( okularAboutData ( " okular " , I18N_NOOP ( " okula r" ) ) ) )
static QAction * actionForExportFormat ( const Okular : : ExportFormat & format , QObject * parent = 0 )
static QAction * actionForExportFormat ( const Okular : : ExportFormat & format , QObject * parent = 0 )
{
{
@ -137,9 +137,6 @@ m_cliPresentation(false), m_generatorGuiClient(0)
connect ( this , SIGNAL ( completed ( ) ) , this , SLOT ( setWindowTitleFromDocument ( ) ) ) ;
connect ( this , SIGNAL ( completed ( ) ) , this , SLOT ( setWindowTitleFromDocument ( ) ) ) ;
connect ( this , SIGNAL ( canceled ( const QString & ) ) , this , SLOT ( loadCancelled ( const QString & ) ) ) ;
connect ( this , SIGNAL ( canceled ( const QString & ) ) , this , SLOT ( loadCancelled ( const QString & ) ) ) ;
// load catalog for translation
KGlobal : : locale ( ) - > insertCatalog ( " okular " ) ;
// create browser extension (for printing when embedded into browser)
// create browser extension (for printing when embedded into browser)
m_bExtension = new BrowserExtension ( this ) ;
m_bExtension = new BrowserExtension ( this ) ;