diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-22 08:20:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-22 08:20:49 -0600 |
commit | 47e6e18a1ef6f63336117a24039dbb97cc86bf90 (patch) | |
tree | 9880db89d6f8a36813f138990c2f12ddf2c47c68 /lib/kross | |
parent | 4ef89ad3fdaedfd65b4a00cb3de393c0f1953412 (diff) | |
download | koffice-47e6e18a1ef6f63336117a24039dbb97cc86bf90.tar.gz koffice-47e6e18a1ef6f63336117a24039dbb97cc86bf90.zip |
Fix FTBFS
Diffstat (limited to 'lib/kross')
-rw-r--r-- | lib/kross/test/testkexidb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kross/test/testkexidb.py b/lib/kross/test/testkexidb.py index 048b7e19..803d6548 100644 --- a/lib/kross/test/testkexidb.py +++ b/lib/kross/test/testkexidb.py @@ -202,7 +202,7 @@ def testKexiDB(): #mykexidbclass.addField(ts2, "MyField 111111111") #print "myfileconnection.alterTable = %s" % myfileconnection.alterTable(ts1, ts2) #TEST - #bool Connection::insertRecord(TableSchema &tableSchema, QValueList<QVariant>& values) + #bool Connection::insertRecord(TableSchema &tableSchema, TQValueList<TQVariant>& values) #myfileconnection.insertRecord(KexiDBField, ("field1", "field2")) #del(mycursor) #del(myfileconnection) |