diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-04-03 21:10:30 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-04-03 21:10:30 -0500 |
commit | 48c5586497dc6a9d6caf84d48c164da49e060e06 (patch) | |
tree | f220923bfc92a9ba0c53079a6cd26352edbb0dfe /kicker/applets/systemtray | |
parent | 86cc65ce51ca652ff1e7517bf29fcd375639719f (diff) | |
download | tdebase-48c5586497dc6a9d6caf84d48c164da49e060e06.tar.gz tdebase-48c5586497dc6a9d6caf84d48c164da49e060e06.zip |
Add option to enable the clock shadow in transparent mode
This closes Bug 387
Diffstat (limited to 'kicker/applets/systemtray')
-rw-r--r-- | kicker/applets/systemtray/systemtrayapplet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kicker/applets/systemtray/systemtrayapplet.cpp b/kicker/applets/systemtray/systemtrayapplet.cpp index 707f4b74d..f9d490162 100644 --- a/kicker/applets/systemtray/systemtrayapplet.cpp +++ b/kicker/applets/systemtray/systemtrayapplet.cpp @@ -34,6 +34,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <tqstyle.h> #include <tqgrid.h> #include <tqpainter.h> +#include <tqimage.h> #include <dcopclient.h> #include <tdeapplication.h> |