[rkward-cvs] rkward/rkward/plugin rkstandardcomponent.cpp,1.13,1.14 rknote.cpp,1.3,NONE rknote.h,1.2,NONE

Thomas Friedrichsmeier tfry at users.sourceforge.net
Fri Mar 17 17:28:39 UTC 2006


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

Modified Files:
	rkstandardcomponent.cpp 
Removed Files:
	rknote.cpp rknote.h 
Log Message:
Remove obsolete class RKNote

--- rknote.cpp DELETED ---

--- rknote.h DELETED ---

Index: rkstandardcomponent.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugin/rkstandardcomponent.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** rkstandardcomponent.cpp	17 Mar 2006 17:27:24 -0000	1.13
--- rkstandardcomponent.cpp	17 Mar 2006 17:28:37 -0000	1.14
***************
*** 60,64 ****
  #include "rkpluginbrowser.h"
  #include "rktext.h"
- //#include "rknote.h"
  
  #include "../rkglobals.h"
--- 60,63 ----
***************
*** 215,220 ****
  		} else if (e.tagName () == "text") {
  			widget = new RKText (e, component (), parent_widget);
- //		} else if (e.tagName () == "note") {		//TODO: remove corresponding class, it's a dupe
- //			widget = new RKNote (e, parent_widget, this);
  		} else {
  			xml->displayError (&e, QString ("Invalid tagname '%1'").arg (e.tagName ()), DL_ERROR);
--- 214,217 ----





More information about the rkward-tracker mailing list