[rkward-cvs] rkward/rkward rkcommandeditor.cpp,1.5,1.6 rkcommandeditor.h,1.4,1.5
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Thu Apr 20 14:02:14 UTC 2006
Update of /cvsroot/rkward/rkward/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13415/rkward
Modified Files:
rkcommandeditor.cpp rkcommandeditor.h
Log Message:
use RKCommandEditorWindow instead of obsoleted RKCommandEditor in plugins
Index: rkcommandeditor.h
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkcommandeditor.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** rkcommandeditor.h 14 Sep 2005 21:07:06 -0000 1.4
--- rkcommandeditor.h 20 Apr 2006 14:02:11 -0000 1.5
***************
*** 17,21 ****
#ifndef RKCOMMANDEDITOR_H
#define RKCOMMANDEDITOR_H
!
#include <qwidget.h>
#include <qstring.h>
--- 17,21 ----
#ifndef RKCOMMANDEDITOR_H
#define RKCOMMANDEDITOR_H
! #if 0
#include <qwidget.h>
#include <qstring.h>
***************
*** 63,64 ****
--- 63,65 ----
#endif
+ #endif
Index: rkcommandeditor.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkcommandeditor.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** rkcommandeditor.cpp 2 Sep 2004 19:02:09 -0000 1.5
--- rkcommandeditor.cpp 20 Apr 2006 14:02:11 -0000 1.6
***************
*** 16,20 ****
***************************************************************************/
#include "rkcommandeditor.h"
!
#include <qlayout.h>
--- 16,20 ----
***************************************************************************/
#include "rkcommandeditor.h"
! #if 0
#include <qlayout.h>
***************
*** 145,146 ****
--- 145,147 ----
doc->print ();
}
+ #endif
More information about the rkward-tracker
mailing list