summaryrefslogtreecommitdiffstats
path: root/arch/master/trinity-qt3/gcc46-arch.diff
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturke@gmail.com>2011-11-19 14:00:39 -0500
committerCalvin Morrison <mutantturke@gmail.com>2011-11-19 14:00:39 -0500
commit3e9b3291519b85c12d020b62768955a137ecdc1b (patch)
tree7bb31b3f621ec0a1ceab67605800c1392c16a815 /arch/master/trinity-qt3/gcc46-arch.diff
parent9c4939172004cefafe10c375fe34876a600b33e3 (diff)
downloadtde-packaging-3e9b3291519b85c12d020b62768955a137ecdc1b.tar.gz
tde-packaging-3e9b3291519b85c12d020b62768955a137ecdc1b.zip
removing the old master folder, which wont be used anymore
Diffstat (limited to 'arch/master/trinity-qt3/gcc46-arch.diff')
-rw-r--r--arch/master/trinity-qt3/gcc46-arch.diff61
1 files changed, 0 insertions, 61 deletions
diff --git a/arch/master/trinity-qt3/gcc46-arch.diff b/arch/master/trinity-qt3/gcc46-arch.diff
deleted file mode 100644
index caa9bfc44..000000000
--- a/arch/master/trinity-qt3/gcc46-arch.diff
+++ /dev/null
@@ -1,61 +0,0 @@
-diff -Naur --label qt-x11-free-3.3.8b qt-x11-free-3.3.8b qt-x11-free-3.3.8b/src/tools/qmap.h
---- qt-x11-free-3.3.8b
-+++ qt-x11-free-3.3.8b/src/tools/qmap.h 2011-05-10 08:47:27.000000000 -0500
-@@ -50,6 +50,7 @@
- #endif // QT_H
-
- #ifndef QT_NO_STL
-+#include <cstddef>
- #include <iterator>
- #include <map>
- #endif
-@@ -107,7 +108,7 @@
- #endif
- typedef T value_type;
- #ifndef QT_NO_STL
-- typedef ptrdiff_t difference_type;
-+ typedef std::ptrdiff_t difference_type;
- #else
- typedef int difference_type;
- #endif
-@@ -223,7 +224,7 @@
- #endif
- typedef T value_type;
- #ifndef QT_NO_STL
-- typedef ptrdiff_t difference_type;
-+ typedef std::ptrdiff_t difference_type;
- #else
- typedef int difference_type;
- #endif
-@@ -604,7 +605,7 @@
- typedef value_type& reference;
- typedef const value_type& const_reference;
- #ifndef QT_NO_STL
-- typedef ptrdiff_t difference_type;
-+ typedef std::ptrdiff_t difference_type;
- #else
- typedef int difference_type;
- #endif
-diff -Naur --label qt-x11-free-3.3.8b qt-x11-free-3.3.8b qt-x11-free-3.3.8b/src/tools/qvaluelist.h
---- qt-x11-free-3.3.8b
-+++ qt-x11-free-3.3.8b/src/tools/qvaluelist.h 2011-05-10 08:46:46.000000000 -0500
-@@ -50,6 +50,7 @@
- #ifndef QT_NO_STL
- #include <iterator>
- #include <list>
-+#include <cstddef>
- #endif
-
- //#define QT_CHECK_VALUELIST_RANGE
-diff -Naur --label qt-x11-free-3.3.8b qt-x11-free-3.3.8b qt-x11-free-3.3.8b/src/tools/qvaluevector.h
---- qt-x11-free-3.3.8b
-+++ qt-x11-free-3.3.8b/src/tools/qvaluevector.h 2011-05-10 08:46:46.000000000 -0500
-@@ -244,7 +244,7 @@
- typedef const value_type& const_reference;
- typedef size_t size_type;
- #ifndef QT_NO_STL
-- typedef ptrdiff_t difference_type;
-+ typedef std::ptrdiff_t difference_type;
- #else
- typedef int difference_type;
- #endif