diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:05:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:05:41 -0600 |
commit | 2d6954f69caf63ed5057bd8e1405a65d7d970292 (patch) | |
tree | 88e6436b2e81d4e68313f02a9021054252e14cc4 /tools/thesaurus | |
parent | f0de9e167e289ab7dc33e57f077c1f04ec7c68c8 (diff) | |
download | koffice-2d6954f69caf63ed5057bd8e1405a65d7d970292.tar.gz koffice-2d6954f69caf63ed5057bd8e1405a65d7d970292.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'tools/thesaurus')
-rw-r--r-- | tools/thesaurus/main.cc | 4 | ||||
-rw-r--r-- | tools/thesaurus/thesaurus.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/thesaurus/main.cc b/tools/thesaurus/main.cc index dc0d9d68..32271af8 100644 --- a/tools/thesaurus/main.cc +++ b/tools/thesaurus/main.cc @@ -604,7 +604,7 @@ void Thesaurus::findTermWordnet(const TQString &term) m_combobox->insertItem(i18n("Overview of Senses")); /** NOT todo: - * -Hypernym tree: tqlayout is difficult, you can get the same information + * -Hypernym tree: layout is difficult, you can get the same information * by following links * -Coordinate terms (sisters): just go to synset and then use hyponyms * -Has Part Meronyms, Has Substance Meronyms, Has Member Meronyms, @@ -677,7 +677,7 @@ void Thesaurus::wnExited(KProcess *) // TODO?: // move "=>" in own column? l = formatLine(l); - // Table tqlayout: + // Table layout: result += "<tr>"; if( l.startsWith(" ") ) { result += "\t<td width=\"15\"></td>"; diff --git a/tools/thesaurus/thesaurus.txt b/tools/thesaurus/thesaurus.txt index 057cb079..6f2f47ed 100644 --- a/tools/thesaurus/thesaurus.txt +++ b/tools/thesaurus/thesaurus.txt @@ -4976,7 +4976,7 @@ ;organization;organisation;arrangement;#;activity; ;order;ordering;#;organization;organisation;arrangement; ;succession;sequence;#;order;ordering; -;tqlayout;#;order;ordering; +;layout;#;order;ordering; ;listing;itemization;itemisation;#;organization;organisation;arrangement; ;grouping;#;activity; ;categorization;categorisation;classification;compartmentalization;compartmentalisation;#;grouping; @@ -8314,7 +8314,7 @@ ;concept;conception;construct;#;idea;thought; ;perception;#;conceptualization;conceptualisation;conceptuality; ;notion;#;concept;conception;construct; -;tqlayout;#;design;plan; +;layout;#;design;plan; ;redundancy;#;configuration;constellation; ;trap;snare;#;design;plan; ;idea;#;opinion;sentiment;persuasion;view;thought; |