diff options
| author | 2008-04-08 23:46:37 +0000 | |
|---|---|---|
| committer | 2008-04-08 23:46:37 +0000 | |
| commit | 86fc13a3dabbc218896247605a75f0c847af7839 (patch) | |
| tree | ec82ccf45e579411219600493b4b3c03fea16f74 /src/modules/options/optw_notify.cpp | |
| parent | TODO-cmake update (diff) | |
| download | KVIrc-86fc13a3dabbc218896247605a75f0c847af7839.tar.gz KVIrc-86fc13a3dabbc218896247605a75f0c847af7839.tar.bz2 KVIrc-86fc13a3dabbc218896247605a75f0c847af7839.zip | |
more code clean
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1440 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/options/optw_notify.cpp')
| -rw-r--r-- | src/modules/options/optw_notify.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/modules/options/optw_notify.cpp b/src/modules/options/optw_notify.cpp index 8e92d2a58..9e90a40ab 100644 --- a/src/modules/options/optw_notify.cpp +++ b/src/modules/options/optw_notify.cpp @@ -22,14 +22,11 @@ #include "optw_notify.h" -#include <qlayout.h> #include "kvi_settings.h" #include "kvi_options.h" #include "kvi_locale.h" - -//#warning "Info tips" - +#include <QLayout> KviNotifyOptionsWidget::KviNotifyOptionsWidget(QWidget * parent) : KviOptionsWidget(parent,"notify_options_widget") @@ -102,15 +99,12 @@ KviNotifyOptionsWidget::~KviNotifyOptionsWidget() } - - KviNotifierOptionsWidget::KviNotifierOptionsWidget(QWidget * parent) : KviOptionsWidget(parent,"notifier_options_widget") { createLayout(3,1); KviBoolSelector * b = addBoolSelector(0,0,0,0,__tr2qs_ctx("Forcibly and completely disable the notifier","options"),KviOption_boolForciblyDisableNotifier); -#ifdef COMPILE_INFO_TIPS QString tip = "<center>"; tip += __tr2qs_ctx("This is an option for the impatient: it allows to forcibly and permanently disable " \ "the notifier window. Please note that if this option is activated then " \ @@ -119,7 +113,6 @@ KviNotifierOptionsWidget::KviNotifierOptionsWidget(QWidget * parent) "will make all the /notifier.* commands fail silently.","options"); tip += "</center>"; mergeTip(b,tip); -#endif addBoolSelector(0,1,0,1,__tr2qs_ctx("Disable notifier window flashing","options"),KviOption_boolDisableNotifierFlashing); addBoolSelector(0,2,0,2,__tr2qs_ctx("Disable notifier window fade effect","options"),KviOption_boolDisableNotifierFadein); |
