From 5e19ef6f9756a15fc378d38d24c1ae93ceb29ef9 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 19 Feb 2024 12:15:38 +0900 Subject: [PATCH] Replace Qt with TQt Signed-off-by: Michele Calgaro --- doc/cs/index.docbook | 4 ++-- doc/de/index.docbook | 4 ++-- doc/en/index.docbook | 4 ++-- doc/es/index.docbook | 2 +- doc/fr/index.docbook | 2 +- doc/html/configelem_8h-source.html | 2 +- doc/html/kshowmaildoc_8h-source.html | 2 +- doc/hu/index.docbook | 4 ++-- doc/it/index.docbook | 4 ++-- doc/man/kshowmail.1 | 12 ++++++------ doc/ru/index.docbook | 2 +- kshowmail/configelem.h | 2 +- kshowmail/kcmconfigs/configactions.h | 2 +- kshowmail/kcmconfigs/configfilter.h | 2 +- kshowmail/kcmconfigs/configlog.h | 2 +- kshowmail/kshowmaildoc.h | 2 +- kshowmail/showheaderdialog.h | 2 +- kshowmail/showmaildialog.h | 2 +- translations/messages/cs.po | 4 ++-- translations/messages/hu.po | 4 ++-- translations/messages/it.po | 4 ++-- translations/messages/ru.po | 4 ++-- 22 files changed, 36 insertions(+), 36 deletions(-) diff --git a/doc/cs/index.docbook b/doc/cs/index.docbook index 10f573b..b0b14a6 100644 --- a/doc/cs/index.docbook +++ b/doc/cs/index.docbook @@ -208,7 +208,7 @@ Have fun ! Each filter contains one or two conditions, that can be linked together. Especially powerful conditions can be created using regular expressions. - Here the regular expressions of the Qt-Library are utilized, + Here the regular expressions of the TQt-Library are utilized, for a detailed documentation see the documentation of the class KRegExpEditor, or one of the numerous texts about regular expressions in the internet. @@ -450,7 +450,7 @@ information here. Developed and tested under SuSE 8.2. - In order to successfully use Kshowmail, you need KDE 3.1.x and Qt 3.1.x. + In order to successfully use Kshowmail, you need TDE and TQt. -Afin de pouvoir utiliser avec succès Kshowmail, vous avez besoin de Qt 3.x.x et KDE 3.x.x. +Afin de pouvoir utiliser avec succès Kshowmail, vous avez besoin de TQt et TDE. Ogni filtro contiene una o due condizioni che possono essere collegate insieme. Usando le espressioni regolari è possibile creare delle condizioni estremamente potenti. - In questo programma vengono utilizzate le espressioni regolari delle librerie Qt, + In questo programma vengono utilizzate le espressioni regolari delle librerie TQt, per informazioni dettagliate si può guardare la documentazione della classe KRegExpEditor, o uno dei numerosi testi presenti su internet riguardanti le espressioni regolari. @@ -456,7 +456,7 @@ information here. Sviluppato e testato su SuSE 8.2. - Per usare con successo KShowmail hai bisono di KDE 3.1.x e di Qt 3.1.x + Per usare con successo KShowmail hai bisono di TDE e di TQt Каждый фильтр состоит из одного или двух условий, которые могут быть связаны друг с другом. Наиболее широкие возможности предоставляет использование регулярных - выражений. Для работы с регулярными выражениями используется библиотека Qt, для их подробного + выражений. Для работы с регулярными выражениями используется библиотека TQt, для их подробного описания смотрите документацию класса KRegExpEditor или одно из многочисленных руководств по регулярным выражениям в интернете. diff --git a/kshowmail/configelem.h b/kshowmail/configelem.h index 47c2238..aee7ece 100644 --- a/kshowmail/configelem.h +++ b/kshowmail/configelem.h @@ -24,7 +24,7 @@ #include #include -//QT headers +//TQt headers #include #include #include diff --git a/kshowmail/kcmconfigs/configactions.h b/kshowmail/kcmconfigs/configactions.h index f687838..3cddf32 100644 --- a/kshowmail/kcmconfigs/configactions.h +++ b/kshowmail/kcmconfigs/configactions.h @@ -14,7 +14,7 @@ #include -//QT headers +//TQt headers #include #include #include diff --git a/kshowmail/kcmconfigs/configfilter.h b/kshowmail/kcmconfigs/configfilter.h index e883900..5a8868e 100644 --- a/kshowmail/kcmconfigs/configfilter.h +++ b/kshowmail/kcmconfigs/configfilter.h @@ -12,7 +12,7 @@ #ifndef CONFIGFILTER_H #define CONFIGFILTER_H -//QT headers +//TQt headers #include #include #include diff --git a/kshowmail/kcmconfigs/configlog.h b/kshowmail/kcmconfigs/configlog.h index baf0252..8d07292 100644 --- a/kshowmail/kcmconfigs/configlog.h +++ b/kshowmail/kcmconfigs/configlog.h @@ -16,7 +16,7 @@ #define ID_BUTTON_REMOVE_AT_EXIT 1 #define ID_BUTTON_REMOVE_AFTER_DAYS 2 -//qt headers +//tqt headers #include #include #include diff --git a/kshowmail/kshowmaildoc.h b/kshowmail/kshowmaildoc.h index 2514238..b5b0508 100644 --- a/kshowmail/kshowmaildoc.h +++ b/kshowmail/kshowmaildoc.h @@ -22,7 +22,7 @@ #include #endif -// include files for QT +// include files for TQt #include #include diff --git a/kshowmail/showheaderdialog.h b/kshowmail/showheaderdialog.h index 72d6073..2d8949a 100644 --- a/kshowmail/showheaderdialog.h +++ b/kshowmail/showheaderdialog.h @@ -12,7 +12,7 @@ #ifndef SHOWHEADERDIALOG_H #define SHOWHEADERDIALOG_H -//QT headers +//TQt headers #include #include diff --git a/kshowmail/showmaildialog.h b/kshowmail/showmaildialog.h index 951f83f..14126a0 100644 --- a/kshowmail/showmaildialog.h +++ b/kshowmail/showmaildialog.h @@ -12,7 +12,7 @@ #ifndef SHOWMAILDIALOG_H #define SHOWMAILDIALOG_H -//QT headers +//TQt headers #include #include diff --git a/translations/messages/cs.po b/translations/messages/cs.po index 8603550..8206ba0 100644 --- a/translations/messages/cs.po +++ b/translations/messages/cs.po @@ -1612,8 +1612,8 @@ msgstr "&Akce" #~ msgid "Regular Expression" #~ msgstr "Regulární výraz" -#~ msgid "For help about regular expressions lookup the Qt documentation" -#~ msgstr "Nápovědu k regulárním výrazům naleznete v dokumentaci Qt" +#~ msgid "For help about regular expressions lookup the TQt documentation" +#~ msgstr "Nápovědu k regulárním výrazům naleznete v dokumentaci TQt" #~ msgid "second Condition" #~ msgstr "druhá podmínka" diff --git a/translations/messages/hu.po b/translations/messages/hu.po index fdbe8c0..2830050 100644 --- a/translations/messages/hu.po +++ b/translations/messages/hu.po @@ -1620,9 +1620,9 @@ msgstr "&Tevékenységek" #~ msgid "Regular Expression" #~ msgstr "Szabványos Kifejezés" -#~ msgid "For help about regular expressions lookup the Qt documentation" +#~ msgid "For help about regular expressions lookup the TQt documentation" #~ msgstr "" -#~ "Szabványos kifejezésekkel kapcsolatos segítséget a Qt dokumentációból " +#~ "Szabványos kifejezésekkel kapcsolatos segítséget a TQt dokumentációból " #~ "kaphatsz" #~ msgid "second Condition" diff --git a/translations/messages/it.po b/translations/messages/it.po index bd73821..d9d355f 100644 --- a/translations/messages/it.po +++ b/translations/messages/it.po @@ -1613,8 +1613,8 @@ msgstr "&Azioni" #~ msgid "Regular Expression" #~ msgstr "Espressione Regolare" -#~ msgid "For help about regular expressions lookup the Qt documentation" -#~ msgstr "Per aiuto sulle espressioni regolari guarda la documentazione di Qt" +#~ msgid "For help about regular expressions lookup the TQt documentation" +#~ msgstr "Per aiuto sulle espressioni regolari guarda la documentazione di TQt" #~ msgid "second Condition" #~ msgstr "Seconda condizione" diff --git a/translations/messages/ru.po b/translations/messages/ru.po index db6d141..33f760f 100644 --- a/translations/messages/ru.po +++ b/translations/messages/ru.po @@ -1636,8 +1636,8 @@ msgstr "&Действия" #~ msgid "Regular Expression" #~ msgstr "Регулярное выражение" -#~ msgid "For help about regular expressions lookup the Qt documentation" -#~ msgstr "Для справки по регулярным выражениям смотрите документацию по Qt." +#~ msgid "For help about regular expressions lookup the TQt documentation" +#~ msgstr "Для справки по регулярным выражениям смотрите документацию по TQt." #~ msgid "second Condition" #~ msgstr "второе условие"