[rkward-cvs] rkward/rkward/dataeditor rkeditor.h,1.5,1.6 rkeditordataframepart.cpp,1.3,1.4 rkeditordataframepart.h,1.3,1.4

Thomas Friedrichsmeier tfry at users.sourceforge.net
Sat Sep 17 18:04:02 UTC 2005


Update of /cvsroot/rkward/rkward/rkward/dataeditor
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27857/rkward/dataeditor

Modified Files:
	rkeditor.h rkeditordataframepart.cpp rkeditordataframepart.h 
Log Message:
yet more cleanups

Index: rkeditordataframepart.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/dataeditor/rkeditordataframepart.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** rkeditordataframepart.cpp	17 Sep 2005 15:55:30 -0000	1.3
--- rkeditordataframepart.cpp	17 Sep 2005 18:04:00 -0000	1.4
***************
*** 30,34 ****
  #include "../debug.h"
  
! RKEditorDataFramePart::RKEditorDataFramePart (QWidget *parent, RKEditorDataFrame *editor_widget) : KParts::ReadWritePart (parent) {
  	RK_TRACE (EDITOR);
  	KInstance* instance = new KInstance ("rkward");
--- 30,34 ----
  #include "../debug.h"
  
! RKEditorDataFramePart::RKEditorDataFramePart (QWidget *parent, RKEditorDataFrame *editor_widget) : KParts::Part (parent) {
  	RK_TRACE (EDITOR);
  	KInstance* instance = new KInstance ("rkward");
***************
*** 40,45 ****
  	setXMLFile ("rkeditordataframepart.rc");
  
- 	setReadWrite (true);
- 
  	initializeActions ();
  }
--- 40,43 ----

Index: rkeditor.h
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/dataeditor/rkeditor.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** rkeditor.h	14 Sep 2005 21:07:07 -0000	1.5
--- rkeditor.h	17 Sep 2005 18:04:00 -0000	1.6
***************
*** 65,69 ****
  	virtual void updateObjectData (RObject *object, RObject::ChangeSet *changes) = 0;
  
! 	KParts::ReadWritePart *getPart () { return part; };
  protected:
  friend class RKEditorManager;
--- 65,69 ----
  	virtual void updateObjectData (RObject *object, RObject::ChangeSet *changes) = 0;
  
! 	KParts::Part *getPart () { return part; };
  protected:
  friend class RKEditorManager;
***************
*** 73,77 ****
  	RObject *object;
  
! 	KParts::ReadWritePart *part;
  };
  
--- 73,77 ----
  	RObject *object;
  
! 	KParts::Part *part;
  };
  

Index: rkeditordataframepart.h
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/dataeditor/rkeditordataframepart.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** rkeditordataframepart.h	17 Sep 2005 15:55:30 -0000	1.3
--- rkeditordataframepart.h	17 Sep 2005 18:04:00 -0000	1.4
***************
*** 28,32 ****
  @author Thomas Friedrichsmeier
  */
! class RKEditorDataFramePart : public KParts::ReadWritePart {
  	Q_OBJECT
  public:
--- 28,32 ----
  @author Thomas Friedrichsmeier
  */
! class RKEditorDataFramePart : public KParts::Part {
  	Q_OBJECT
  public:





More information about the rkward-tracker mailing list