diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 20:06:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 20:33:38 +0900 |
commit | 7485c8248a1bb3a2fed851d389a291d60bba7752 (patch) | |
tree | 01530186491285c596ad8bea4ee9368436e38a48 /kbabel | |
parent | 2611dd9a2020f335eff619aeeffc3730144ce657 (diff) | |
download | tdesdk-7485c8248a1bb3a2fed851d389a291d60bba7752.tar.gz tdesdk-7485c8248a1bb3a2fed851d389a291d60bba7752.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 0ffe839d6e363933ed4d9d212b6fd325a6fc3225)
Diffstat (limited to 'kbabel')
-rw-r--r-- | kbabel/kbabeldict/modules/dbsearchengine/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbabel/kbabeldict/modules/dbsearchengine/TODO b/kbabel/kbabeldict/modules/dbsearchengine/TODO index 0e7fbd3a..d50a572c 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine/TODO +++ b/kbabel/kbabeldict/modules/dbsearchengine/TODO @@ -19,9 +19,9 @@ Major rewrite: -download compendium from the internet Matthias ask: -- searching in translations, equivalent to searching in msgids (SearchEngine::startTranslationSearch(QString s) ) +- searching in translations, equivalent to searching in msgids (SearchEngine::startTranslationSearch(TQString s) ) - the absolute path of the files and maybe the number of the entry in the file ( maybe I will add this information to the TranslationInfo ) - the possibility to get a list of all entries in a po file from the database. For this, I think, I will create a interface and send it to you. Maybe something like this: class TranslationDatabase { -public: // name is something like "kbabel.po" QList<CatalogItem> entriesOfFile(QString name); } +public: // name is something like "kbabel.po" QList<CatalogItem> entriesOfFile(TQString name); } |