[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [Calligra] 03672fa: part is called calligrastagepart not libcalligrast
From:       Jonathan Riddell <jriddell () ubuntu ! com>
Date:       2011-01-11 22:07:35
Message-ID: 20110111220735.ACC90A6090 () git ! kde ! org
[Download RAW message or body]

commit 03672fa79edb77f63d0c7c3bd290c517130aa4df
branch master
Author: Jonathan Riddell <jriddell@ubuntu.com>
Date:   Tue Jan 11 22:01:09 2011 +0000

    part is called calligrastagepart not libcalligrastagepart

diff --git a/tools/okularodpgenerator/OkularOdpGenerator.cpp \
b/tools/okularodpgenerator/OkularOdpGenerator.cpp index 58270e2..bc56a36 100644
--- a/tools/okularodpgenerator/OkularOdpGenerator.cpp
+++ b/tools/okularodpgenerator/OkularOdpGenerator.cpp
@@ -64,9 +64,9 @@ bool OkularOdpGenerator::loadDocument( const QString &fileName, \
QVector<Okular::  {
     KComponentData cd("OkularOdpGenerator", QByteArray(),
                       KComponentData::SkipMainComponentRegistration);
-    KPluginFactory *factory = KPluginLoader("libcalligrastagepart", cd).factory();
+    KPluginFactory *factory = KPluginLoader("calligrastagepart", cd).factory();
     if (!factory) {
-        qDebug() << "could not load libcalligrastagepart";
+        qDebug() << "could not load calligrastagepart";
         return false;
     }
     KoPADocument* doc = factory->create<KoPADocument>();


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic