aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/optw_highlighting.cpp
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2007-02-05 04:39:05 +0000
committerGravatar Szymon Tomasz Stefanek2007-02-05 04:39:05 +0000
commit8b389677ecbcfe399ca6639583e91bcc41fe888a (patch)
treef259dab73930af69613e2035d2a8daddf907875e /src/modules/options/optw_highlighting.cpp
parentlittle fix (diff)
downloadKVIrc-8b389677ecbcfe399ca6639583e91bcc41fe888a.tar.gz
KVIrc-8b389677ecbcfe399ca6639583e91bcc41fe888a.tar.bz2
KVIrc-8b389677ecbcfe399ca6639583e91bcc41fe888a.zip
Now you can crash with Qt4 too :)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@301 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/options/optw_highlighting.cpp')
-rw-r--r--src/modules/options/optw_highlighting.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/optw_highlighting.cpp b/src/modules/options/optw_highlighting.cpp
index ac4aab973..950453c1d 100644
--- a/src/modules/options/optw_highlighting.cpp
+++ b/src/modules/options/optw_highlighting.cpp
@@ -88,7 +88,7 @@ KviAlertOptionsWidget::KviAlertOptionsWidget(QWidget * parent)
KviBoolSelector * b;
- QGroupBox * g = addGroupBox(0,0,0,0,1,QGroupBox::Horizontal,__tr2qs_ctx("Alert Restrictions","options"));
+ KviTalGroupBox * g = addGroupBox(0,0,0,0,1,KviTalGroupBox::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"));