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

List:       koffice-devel
Subject:    koffice/kugar
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2005-07-09 18:22:09
Message-ID: 1120933329.461871.17919.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 433111 by aseigo:

get kugar building. not sure if the changes to structurewidget.cpp are
correct, but it builds and i would like to see what kplato is up to
these days
CCMAIL:koffice-devel@kde.org


 M  +2 -2      kudesigner/kudesigner_view.cpp  
 M  +4 -4      kudesigner/kudesigner_view.h  
 M  +1 -1      kudesigner_lib/plugin.h  
 M  +2 -2      kudesigner_lib/structurewidget.cpp  


--- trunk/koffice/kugar/kudesigner/kudesigner_view.cpp #433110:433111
@@ -63,8 +63,8 @@
 #include <detailfooter.h>
 #include <detail.h>
 
-#include <editor.h>
-#include <property.h>
+#include <koproperty/editor.h>
+#include <koproperty/property.h>
 
 using namespace Kudesigner;
 
--- trunk/koffice/kugar/kudesigner/kudesigner_view.h #433110:433111
@@ -39,13 +39,13 @@
 
 class KudesignerDoc;
 
-using namespace KOProperty;
 
-namespace KOProperty
+namespace KoProperty
 {
 class Editor;
 class Buffer;
 }
+using namespace KoProperty;
 
 namespace Kudesigner
 {
@@ -102,8 +102,8 @@
 private:
     Kudesigner::View *m_view;
     Kudesigner::StructureWidget *m_structure;
-    KOProperty::Editor *m_propertyEditor;
-    KOProperty::Buffer *m_buffer;
+    KoProperty::Editor *m_propertyEditor;
+    KoProperty::Buffer *m_buffer;
 
     KudesignerDoc *m_doc;
 
--- trunk/koffice/kugar/kudesigner_lib/plugin.h #433110:433111
@@ -21,7 +21,7 @@
 #include <qobject.h>
 #include <koproperty/property.h>
 #include <koproperty/editor.h>
-#include <koproperty/box.h>
+#include <box.h>
 
 class QString;
 class QWidget;
--- trunk/koffice/kugar/kudesigner_lib/structurewidget.cpp #433110:433111
@@ -173,9 +173,9 @@
             name = tr( "Calculated Field: %1" ).arg( box->props[ "Field" \
].value().toString() );  break;
         case Kudesigner::Rtti_Special:
-            idx = box->props[ "Type" ].valueList() ->values().findIndex(
+            idx = box->props[ "Type" ].listData()->keys.findIndex(
                       box->props[ "Type" ].value().toInt() );
-            name = tr( "Special Field: %1" ).arg( box->props[ "Type" ].valueList() \
->keys() [ idx ] ); +            name = tr( "Special Field: %1" ).arg( box->props[ \
"Type" ].listData()->keys[ idx ].toString() );  break;
         case Kudesigner::Rtti_Line:
             name = tr( "Line" );
_______________________________________________
koffice-devel mailing list
koffice-devel@kde.org
https://mail.kde.org/mailman/listinfo/koffice-devel


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

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