diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-04 23:07:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 22:47:48 +0900 |
commit | 9577f4de07539fb2464a1499d45b25993c5cea46 (patch) | |
tree | 61e334870fb8bbdb96a67452e974b13e09cb0038 /src/modules/options/optw_highlighting.cpp | |
parent | 87c77000cf1838c2695e7944d4f205ffb9fb44b4 (diff) | |
download | kvirc-9577f4de07539fb2464a1499d45b25993c5cea46.tar.gz kvirc-9577f4de07539fb2464a1499d45b25993c5cea46.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/modules/options/optw_highlighting.cpp')
-rw-r--r-- | src/modules/options/optw_highlighting.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/optw_highlighting.cpp b/src/modules/options/optw_highlighting.cpp index fdb8e908..52e5a64f 100644 --- a/src/modules/options/optw_highlighting.cpp +++ b/src/modules/options/optw_highlighting.cpp @@ -88,7 +88,7 @@ KviAlertOptionsWidget::KviAlertOptionsWidget(TQWidget * parent) KviBoolSelector * b; - KviTalGroupBox * g = addGroupBox(0,0,0,0,1,Qt::Horizontal,__tr2qs_ctx("Alert Restrictions","options")); + KviTalGroupBox * g = addGroupBox(0,0,0,0,1,TQt::Horizontal,__tr2qs_ctx("Alert Restrictions","options")); KviBoolSelector * b3 = addBoolSelector(g,__tr2qs_ctx("Restrict alert","options"),KviOption_boolHighlightOnlyNormalMsg); #ifdef COMPILE_INFO_TIPS mergeTip(b3, __tr2qs_ctx("<center>If this option is enabled, KVIrc will alert in the taskbar only if a normal message is received in a channel.<br>Actions like joins, parts and mode changes will be ignored.<br> This is useful if you are in channels with a high rate of traffic and only want to be alerted for messages that are interesting to you.</center>","options")); |