Update of /cvsroot/kde-cygwin/qt-3/src/sql/drivers/ibase
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/src/sql/drivers/ibase
Modified Files:
qsql_ibase.cpp qsql_ibase.h
Log Message:
st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :(
ttt: ----------------------------------------------------------------------
Index: qsql_ibase.cpp
===================================================================
RCS file: /cvsroot/kde-cygwin/qt-3/src/sql/drivers/ibase/qsql_ibase.cpp,v
retrieving revision 1.1.1.7
retrieving revision 1.2
diff -u -r1.1.1.7 -r1.2
--- qsql_ibase.cpp 22 Sep 2005 12:53:49 -0000 1.1.1.7
+++ qsql_ibase.cpp 23 Sep 2005 09:40:30 -0000 1.2
@@ -2,7 +2,7 @@
**
** Implementation of Interbase driver classes.
**
-** Copyright (C) 1992-2005 Trolltech AS. All rights reserved.
+** Copyright (C) 1992-2004 Trolltech AS. All rights reserved.
**
** This file is part of the sql module of the Qt GUI Toolkit.
** EDITIONS: FREE, ENTERPRISE
Index: qsql_ibase.h
===================================================================
RCS file: /cvsroot/kde-cygwin/qt-3/src/sql/drivers/ibase/qsql_ibase.h,v
retrieving revision 1.1.1.4
retrieving revision 1.2
diff -u -r1.1.1.4 -r1.2
--- qsql_ibase.h 22 Sep 2005 12:53:49 -0000 1.1.1.4
+++ qsql_ibase.h 23 Sep 2005 09:40:30 -0000 1.2
@@ -4,7 +4,7 @@
**
** Created : 030911
**
-** Copyright (C) 1992-2005 Trolltech AS. All rights reserved.
+** Copyright (C) 1992-2003 Trolltech AS. All rights reserved.
**
** This file is part of the sql module of the Qt GUI Toolkit.
**
|