diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-02-14 22:41:44 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-02-14 22:41:44 +0100 |
commit | a619df7d9e26b6c30a57a4652be85e6e2aa0ff5f (patch) | |
tree | b8f4ca15a72ce6f17ba180296b7acd3912563882 /src/CMakeLists.txt | |
parent | Replace webshorcuts icons and text. (diff) | |
download | rekonq-a619df7d9e26b6c30a57a4652be85e6e2aa0ff5f.tar.xz |
Highlights inactive tabs if title changes.
Fantastic patch by Johannes Troscher.
Reviewed by benjaminp (mainly) and adjam
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 |