diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:56:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:56:31 -0600 |
commit | c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54 (patch) | |
tree | 1ee1912ac4bb966475f0db0f2a78678661b4b4a5 /kexi/examples | |
parent | 94844816550ad672ccfcdc25659c625546239998 (diff) | |
download | koffice-c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54.tar.gz koffice-c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 94844816550ad672ccfcdc25659c625546239998.
Diffstat (limited to 'kexi/examples')
-rw-r--r-- | kexi/examples/Simple_Database.kexi.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/examples/Simple_Database.kexi.sql b/kexi/examples/Simple_Database.kexi.sql index 7ac415e1..b7712aa8 100644 --- a/kexi/examples/Simple_Database.kexi.sql +++ b/kexi/examples/Simple_Database.kexi.sql @@ -83,7 +83,7 @@ INSERT INTO "kexi__objectdata" VALUES(4, '<!DOCTYPE UI> <property name="text" > <string>Name</string> </property> -<property name="alignment" > +<property name="tqalignment" > <set>WordBreak|AlignBottom</set> </property> </widget> @@ -141,7 +141,7 @@ INSERT INTO "kexi__objectdata" VALUES(4, '<!DOCTYPE UI> <property name="text" > <string>Surname</string> </property> -<property name="alignment" > +<property name="tqalignment" > <set>WordBreak|AlignBottom</set> </property> </widget> @@ -157,7 +157,7 @@ INSERT INTO "kexi__objectdata" VALUES(4, '<!DOCTYPE UI> <height>70</height> </rect> </property> -<property name="alignment" > +<property name="tqalignment" > <set>AlignTop|AlignRight</set> </property> <property name="storedPixmapId" > |