diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-03 00:47:39 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-05 11:39:46 +0900 |
| commit | 93fbe96e7e6f692ec3f206f30ad9e4c7af4bb13e (patch) | |
| tree | 15738645f06e32d535d4df10b41a7dfd7b9095bb /kmouth/wordcompletion/wordlist.cpp | |
| parent | 14c0e766aaf605b566ce6305d49f674af837cffd (diff) | |
| download | tdeaccessibility-93fbe96e.tar.gz tdeaccessibility-93fbe96e.zip | |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit dba614b5da2e38e284ba72c8a68556bac7e3fc1d)
Diffstat (limited to 'kmouth/wordcompletion/wordlist.cpp')
| -rw-r--r-- | kmouth/wordcompletion/wordlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmouth/wordcompletion/wordlist.cpp b/kmouth/wordcompletion/wordlist.cpp index adf73cb..2031c8e 100644 --- a/kmouth/wordcompletion/wordlist.cpp +++ b/kmouth/wordcompletion/wordlist.cpp @@ -160,7 +160,7 @@ void addWords (WordMap &map, WordMap add) { void addWordsFromFile (WordMap &map, TQString filename, TQTextStream::Encoding encoding, TQTextCodec *codec) { TQFile xmlfile(filename); - TQXmlInputSource source (TQT_TQIODEVICE(&xmlfile)); + TQXmlInputSource source (&xmlfile); XMLParser parser; TQXmlSimpleReader reader; reader.setFeature ("http://trolltech.com/xml/features/report-start-end-entity", true); |
