diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-02-10 19:05:45 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-02-10 19:05:45 +0100 |
commit | fc669e0bf82018baa70a8b59529e1a571d5ad820 (patch) | |
tree | d347c2ffa43d4d2a261b4f4e9a21f623397f280d /src/CMakeLists.txt | |
parent | Fix issue 258905: mark window in taskbar when opening link from external apps... (diff) | |
download | rekonq-fc669e0bf82018baa70a8b59529e1a571d5ad820.tar.xz |
highlights inactive tabs if title changes
Courtesy patch by Johannes Troscher. Thanks :)
Reviewed by: adjam
Reviewed by: elproxy
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7f9fe19f..e0f75a04 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -23,6 +23,7 @@ SET( rekonq_KDEINIT_SRCS protocolhandler.cpp sessionmanager.cpp tabbar.cpp + tabhighlighteffect.cpp urlfilterproxymodel.cpp urlpanel.cpp walletbar.cpp |