[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kexi/kexiDB/drivers/cql/driver
From:       Lucijan Busch <lucijan () gmx ! at>
Date:       2003-01-31 17:50:57
[Download RAW message or body]

CVS commit by lucijan: 

kexi should compile now


  M +1 -1      cqldb.cpp   1.18
  M +1 -1      ctest.cpp   1.4


--- koffice/kexi/kexiDB/drivers/cql/driver/cqldb.cpp  #1.17:1.18
@@ -58,5 +58,5 @@ CqlDB::load(QString file)
         {
                 kdDebug() << "CqlDB::load() directory set to:" << dir << endl;
-                m_db = new SqlHandle(dir);
+                m_db = new SqlHandle(0, 0, dir);
         }
         catch(CqlException& ex)

--- koffice/kexi/kexiDB/drivers/cql/driver/ctest.cpp  #1.3:1.4
@@ -6,5 +6,5 @@ int main()
         try
         {
-                SqlHandle *h = new SqlHandle(0);
+                SqlHandle *h = new SqlHandle(0, 0, 0);
         
                 try


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic