summaryrefslogtreecommitdiffstats
path: root/kexi/tests/altertable/defaultvalues.altertable
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-26 11:50:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-28 11:41:17 +0900
commit7cec1c0edd5e9103470f05af4e8403c3ace08780 (patch)
treed7058008da5066e2b9c232c7d5b7e7e33294df35 /kexi/tests/altertable/defaultvalues.altertable
parentc5457738148661c46793712f2b3bfdf86654e298 (diff)
downloadkoffice-r14.1.1.tar.gz
koffice-r14.1.1.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 49e49d1876484adcc6c4f264b44b7f4cee28acc2)
Diffstat (limited to 'kexi/tests/altertable/defaultvalues.altertable')
-rw-r--r--kexi/tests/altertable/defaultvalues.altertable8
1 files changed, 4 insertions, 4 deletions
diff --git a/kexi/tests/altertable/defaultvalues.altertable b/kexi/tests/altertable/defaultvalues.altertable
index c2b5d885a..d5abe1342 100644
--- a/kexi/tests/altertable/defaultvalues.altertable
+++ b/kexi/tests/altertable/defaultvalues.altertable
@@ -71,8 +71,8 @@ endDesign
checkSchema
id UNSIGNED Integer AUTOINC UNIQUE PKEY NOTNULL NOTEMPTY
- textfield Text(200) DEFAULT=[QString]abc,
- longtextfield LongText DEFAULT=[QString]def,
+ textfield Text(200) DEFAULT=[TQString]abc,
+ longtextfield LongText DEFAULT=[TQString]def,
bytefield Byte DEFAULT=[int]11,
shortintfield ShortInteger DEFAULT=[int]22,
intfield Integer DEFAULT=[int]333,
@@ -91,8 +91,8 @@ endDesign
checkActions
Remove table field "owner"
Remove table field "model"
-Insert table field "textfield" at position 1 (textfield Text(200) DEFAULT=[QString]abc)
-Insert table field "longtextfield" at position 2 (longtextfield LongText DEFAULT=[QString]def)
+Insert table field "textfield" at position 1 (textfield Text(200) DEFAULT=[TQString]abc)
+Insert table field "longtextfield" at position 2 (longtextfield LongText DEFAULT=[TQString]def)
Insert table field "bytefield" at position 3 (bytefield Byte DEFAULT=[int]11)
Insert table field "shortintfield" at position 4 (shortintfield ShortInteger DEFAULT=[int]22)
Insert table field "intfield" at position 5 (intfield Integer DEFAULT=[int]333)