diff options
Diffstat (limited to 'cad/qfsm/files')
-rw-r--r-- | cad/qfsm/files/patch-src::Convert.cpp | 11 | ||||
-rw-r--r-- | cad/qfsm/files/patch-src::Draw.cpp | 13 | ||||
-rw-r--r-- | cad/qfsm/files/patch-src::GState.cpp | 11 | ||||
-rw-r--r-- | cad/qfsm/files/patch-src::GTransition.cpp | 11 | ||||
-rw-r--r-- | cad/qfsm/files/patch-src::ICheck.cpp | 11 | ||||
-rw-r--r-- | cad/qfsm/files/patch-src::ListBoxItems.cpp | 11 | ||||
-rw-r--r-- | cad/qfsm/files/patch-src::Machine.h | 11 | ||||
-rw-r--r-- | cad/qfsm/files/patch-src::OptGeneralDlgImpl.cpp | 11 | ||||
-rw-r--r-- | cad/qfsm/files/patch-src::State.cpp | 13 | ||||
-rw-r--r-- | cad/qfsm/files/patch-src::Transition.cpp | 11 | ||||
-rw-r--r-- | cad/qfsm/files/patch-src::TransitionInfoBin.cpp | 11 | ||||
-rw-r--r-- | cad/qfsm/files/patch-src::main.cpp | 11 |
12 files changed, 0 insertions, 136 deletions
diff --git a/cad/qfsm/files/patch-src::Convert.cpp b/cad/qfsm/files/patch-src::Convert.cpp deleted file mode 100644 index 1b660004d949..000000000000 --- a/cad/qfsm/files/patch-src::Convert.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Convert.cpp.orig Mon Dec 29 05:35:44 2003 -+++ src/Convert.cpp Wed Mar 17 00:06:42 2004 -@@ -16,7 +16,7 @@ - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - --#include <math.h> -+#include <cmath> - #include <qstring.h> - #include <qregexp.h> - #include "Convert.h" diff --git a/cad/qfsm/files/patch-src::Draw.cpp b/cad/qfsm/files/patch-src::Draw.cpp deleted file mode 100644 index 060131ab44ff..000000000000 --- a/cad/qfsm/files/patch-src::Draw.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/Draw.cpp.orig Fri Aug 17 05:07:21 2007 -+++ src/Draw.cpp Wed Oct 3 14:30:19 2007 -@@ -16,8 +16,8 @@ - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - --#include <math.h> --#include <float.h> -+#include <cmath> -+#include <cfloat> - #include <qnamespace.h> - #include <qptrlist.h> - #include <qpainter.h> diff --git a/cad/qfsm/files/patch-src::GState.cpp b/cad/qfsm/files/patch-src::GState.cpp deleted file mode 100644 index 8d03cd8fc724..000000000000 --- a/cad/qfsm/files/patch-src::GState.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/GState.cpp.orig Fri Aug 17 05:05:36 2007 -+++ src/GState.cpp Wed Oct 3 14:33:54 2007 -@@ -16,7 +16,7 @@ - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - --#include <math.h> -+#include <cmath> - - #include <qpen.h> - #include <qbrush.h> diff --git a/cad/qfsm/files/patch-src::GTransition.cpp b/cad/qfsm/files/patch-src::GTransition.cpp deleted file mode 100644 index 4fb695429b34..000000000000 --- a/cad/qfsm/files/patch-src::GTransition.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/GTransition.cpp.orig Mon Dec 29 05:35:44 2003 -+++ src/GTransition.cpp Wed Mar 17 00:08:16 2004 -@@ -16,7 +16,7 @@ - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - --#include <math.h> -+#include <cmath> - - #include "GTransition.h" - #include "GState.h" diff --git a/cad/qfsm/files/patch-src::ICheck.cpp b/cad/qfsm/files/patch-src::ICheck.cpp deleted file mode 100644 index 01cd34097c54..000000000000 --- a/cad/qfsm/files/patch-src::ICheck.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/ICheck.cpp.orig Tue Feb 3 02:50:35 2004 -+++ src/ICheck.cpp Wed Mar 17 00:08:59 2004 -@@ -16,7 +16,7 @@ - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - --#include <math.h> -+#include <cmath> - #include <qcursor.h> - #include "ICheck.h" - #include "Machine.h" diff --git a/cad/qfsm/files/patch-src::ListBoxItems.cpp b/cad/qfsm/files/patch-src::ListBoxItems.cpp deleted file mode 100644 index 9521b98fa7ee..000000000000 --- a/cad/qfsm/files/patch-src::ListBoxItems.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/ListBoxItems.cpp.orig Mon Dec 29 05:35:44 2003 -+++ src/ListBoxItems.cpp Wed Mar 17 00:09:39 2004 -@@ -16,7 +16,7 @@ - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - --#include <math.h> -+#include <cmath> - #include <qlistbox.h> - #include <qpen.h> - #include <qpainter.h> diff --git a/cad/qfsm/files/patch-src::Machine.h b/cad/qfsm/files/patch-src::Machine.h deleted file mode 100644 index 335dce6b793c..000000000000 --- a/cad/qfsm/files/patch-src::Machine.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Machine.h.orig Fri Aug 17 05:06:26 2007 -+++ src/Machine.h Wed Oct 3 14:34:14 2007 -@@ -19,7 +19,7 @@ - #ifndef MACHINE_H - #define MACHINE_H - --#include <math.h> -+#include <cmath> - #include <qptrlist.h> - #include <qobject.h> - #include <qstringlist.h> diff --git a/cad/qfsm/files/patch-src::OptGeneralDlgImpl.cpp b/cad/qfsm/files/patch-src::OptGeneralDlgImpl.cpp deleted file mode 100644 index 3a8750aaed17..000000000000 --- a/cad/qfsm/files/patch-src::OptGeneralDlgImpl.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/OptGeneralDlgImpl.cpp.orig Mon Dec 29 05:35:44 2003 -+++ src/OptGeneralDlgImpl.cpp Tue Mar 16 23:47:47 2004 -@@ -16,7 +16,7 @@ - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - --#include <stdlib.h> -+#include <cstdlib> - #include <qdir.h> - #include <qstringlist.h> - diff --git a/cad/qfsm/files/patch-src::State.cpp b/cad/qfsm/files/patch-src::State.cpp deleted file mode 100644 index 4d51477fe5c6..000000000000 --- a/cad/qfsm/files/patch-src::State.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/State.cpp.orig Sat Mar 6 22:22:17 2004 -+++ src/State.cpp Wed Mar 17 00:10:25 2004 -@@ -16,8 +16,8 @@ - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - --#include <math.h> --#include <string.h> -+#include <cmath> -+#include <cstring> - - #include "State.h" - #include "Transition.h" diff --git a/cad/qfsm/files/patch-src::Transition.cpp b/cad/qfsm/files/patch-src::Transition.cpp deleted file mode 100644 index bcf8e247febd..000000000000 --- a/cad/qfsm/files/patch-src::Transition.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Transition.cpp.orig Tue Feb 3 01:36:43 2004 -+++ src/Transition.cpp Tue Mar 16 23:48:26 2004 -@@ -16,7 +16,7 @@ - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - --#include <stdlib.h> -+#include <cstdlib> - //#include <typeinfo> - - #include "Transition.h" diff --git a/cad/qfsm/files/patch-src::TransitionInfoBin.cpp b/cad/qfsm/files/patch-src::TransitionInfoBin.cpp deleted file mode 100644 index 1c6ebdf5e725..000000000000 --- a/cad/qfsm/files/patch-src::TransitionInfoBin.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/TransitionInfoBin.cpp.orig Mon Dec 29 05:35:44 2003 -+++ src/TransitionInfoBin.cpp Tue Mar 16 23:49:09 2004 -@@ -16,7 +16,7 @@ - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - --#include <stdlib.h> -+#include <cstdlib> - #include <typeinfo> - #include "IOInfoBin.h" - #include "IOInfoASCII.h" diff --git a/cad/qfsm/files/patch-src::main.cpp b/cad/qfsm/files/patch-src::main.cpp deleted file mode 100644 index ca1ef8cfe4fa..000000000000 --- a/cad/qfsm/files/patch-src::main.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/main.cpp.orig Mon Jan 17 06:23:41 2005 -+++ src/main.cpp Wed Jan 19 21:39:30 2005 -@@ -16,7 +16,7 @@ - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - --#include <stdlib.h> -+#include <cstdlib> - #include <iostream> - #include <qtranslator.h> - #include <qapplication.h> |