diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-12 11:31:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-13 10:03:28 +0900 |
commit | c56e9aa280a5c584f6fa229432efdad836044590 (patch) | |
tree | 7583173c146ac75bc2706c985bf51f0caf02a349 /libtdepim/cfgc/example.cfg | |
parent | eec76c7b52e7810bf67e2fc79c69a5d4f7e876b0 (diff) | |
download | tdepim-c56e9aa2.tar.gz tdepim-c56e9aa2.zip |
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 30555507108fe0b2b3f9ded9de37f38d4a1d9c50)
Diffstat (limited to 'libtdepim/cfgc/example.cfg')
-rw-r--r-- | libtdepim/cfgc/example.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdepim/cfgc/example.cfg b/libtdepim/cfgc/example.cfg index 18c7b8b1..6b07152a 100644 --- a/libtdepim/cfgc/example.cfg +++ b/libtdepim/cfgc/example.cfg @@ -27,12 +27,12 @@ </entry> </group> <group name="MyOptions"> - <entry type=TQSTRING_OBJECT_NAME_STRING> + <entry type="TQString"> <name>MyString</name> <label>This is a string</label> <default>Default String</default> </entry> - <entry type=TQSTRINGLIST_OBJECT_NAME_STRING> + <entry type="TQStringList"> <name>MyStringList</name> <default>up,down</default> </entry> |