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

List:       kde-commits
Subject:    koffice/libs/kofficecore
From:       Laurent Montel <montel () kde ! org>
Date:       2006-03-27 17:56:17
Message-ID: 1143482177.117256.8871.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 523246 by mlaurent:

Fix some errro


 M  +2 -2      KoDocumentIface.cc  
 M  +2 -2      KoDocumentIface.h  
 M  +1 -1      KoGenStyle.h  


--- trunk/koffice/libs/kofficecore/KoDocumentIface.cc #523245:523246
@@ -98,7 +98,7 @@
     return DCOPRef( kapp->dcopClient()->appId(), m_actionProxy->actionObjectId( name ) );
 }
 
-QCStringList KoDocumentIface::actions()
+DCOPCStringList KoDocumentIface::actions()
 {
     QCStringList res;
     Q3ValueList<KAction *> lst = m_actionProxy->actions();
@@ -556,7 +556,7 @@
        aboutPage->setAbstract(text);
 }
 
-QCStringList KoDocumentIface::functionsDynamic()
+DCOPCStringList KoDocumentIface::functionsDynamic()
 {
     return DCOPObject::functionsDynamic() + KDCOPPropertyProxy::functions( m_pDoc );
 }
--- trunk/koffice/libs/kofficecore/KoDocumentIface.h #523245:523246
@@ -92,7 +92,7 @@
     /**
      * @return list of actions
      */
-    QCStringList actions();
+    DCOPCStringList actions();
     /**
      * @return a map of (action name, DCOP reference)
      */
@@ -146,7 +146,7 @@
     void setDocumentInfoAuthorPosition(const QString & text);
 
 public:
-    virtual QCStringList functionsDynamic();
+    virtual DCOPCStringList functionsDynamic();
     virtual bool processDynamic( const Q3CString &fun, const QByteArray &data,
                                  Q3CString& replyType, QByteArray &replyData );
 
--- trunk/koffice/libs/kofficecore/KoGenStyle.h #523245:523246
@@ -28,7 +28,7 @@
 #include <QString>
 #include <koffice_export.h>
 #include <KoGenStyles.h>
-class KoGenStyles;
+
 class KoXmlWriter;
 
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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