diff options
| author | 2009-07-08 17:59:44 +0000 | |
|---|---|---|
| committer | 2009-07-08 17:59:44 +0000 | |
| commit | 056334356d0939a352e97eb1c9d7f92b763e0772 (patch) | |
| tree | f0279d9ca0e2322e8773045efdd52e861be417c8 /src/modules/list/listwindow.cpp | |
| parent | little improvement on german translation (diff) | |
| download | KVIrc-056334356d0939a352e97eb1c9d7f92b763e0772.tar.gz KVIrc-056334356d0939a352e97eb1c9d7f92b763e0772.tar.bz2 KVIrc-056334356d0939a352e97eb1c9d7f92b763e0772.zip | |
re-written mostly of the notifier, now featuring:
- colored msg, icons etc
- different layout, easier to mantain the code & patch
- native os theme for widgets (except window decorations)
- and, of course, a lot of new bugs for your own pleasure :)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3310 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/list/listwindow.cpp')
| -rw-r--r-- | src/modules/list/listwindow.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/list/listwindow.cpp b/src/modules/list/listwindow.cpp index c2ea43a42..9352b3436 100644 --- a/src/modules/list/listwindow.cpp +++ b/src/modules/list/listwindow.cpp @@ -107,9 +107,6 @@ bool KviChannelTreeWidgetItem::operator<(const KviTalTreeWidgetItem & other) con } } -#define KVI_LABEL_DEF_BACK 100 -#define KVI_LABEL_DEF_FORE 101 - KviChannelTreeWidgetItemDelegate::KviChannelTreeWidgetItemDelegate(KviTalTreeWidget * pWidget) : QItemDelegate(pWidget) { |
