[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:42:02 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 97b2e3da3fd05d21ab43b71686ce40e7ecafbb9d
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 31 19:33:01 2001 +0000

    Added file
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/qt/qregexp.h b/WebCore/kwq/qt/qstrlist.h
similarity index 92%
copy from WebCore/kwq/qt/qregexp.h
copy to WebCore/kwq/qt/qstrlist.h
index ec1c524..0a154e4 100644
--- a/WebCore/kwq/qt/qregexp.h
+++ b/WebCore/kwq/qt/qstrlist.h
@@ -23,15 +23,14 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-#ifndef QREGEXP_H_
-#define QREGEXP_H_
+#ifndef QSTRLIST_H_
+#define QSTRLIST_H_
 
 #include "qstring.h"
+#include "qlist.h"
 
-class QRegExp {
+class QStrList : public QList<char> {
 public:
-    QRegExp(const QString &);
-    QRegExp(const QRegExp &);    
 };
 
 #endif
diff --git a/WebCore/kwq/qt/qregexp.h b/WebCore/src/kwq/qt/qstrlist.h
similarity index 92%
copy from WebCore/kwq/qt/qregexp.h
copy to WebCore/src/kwq/qt/qstrlist.h
index ec1c524..0a154e4 100644
--- a/WebCore/kwq/qt/qregexp.h
+++ b/WebCore/src/kwq/qt/qstrlist.h
@@ -23,15 +23,14 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-#ifndef QREGEXP_H_
-#define QREGEXP_H_
+#ifndef QSTRLIST_H_
+#define QSTRLIST_H_
 
 #include "qstring.h"
+#include "qlist.h"
 
-class QRegExp {
+class QStrList : public QList<char> {
 public:
-    QRegExp(const QString &);
-    QRegExp(const QRegExp &);    
 };
 
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list