diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 00:02:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 00:02:00 -0600 |
commit | dd5148726818137907af0aefee0ba838d1bc73fc (patch) | |
tree | b824568d18eaf996269b6f94d8201f8e19effa8d /src | |
parent | 0d23fa6a32b66e623da02bed64c30e3d640667d1 (diff) | |
download | basket-dd5148726818137907af0aefee0ba838d1bc73fc.tar.gz basket-dd5148726818137907af0aefee0ba838d1bc73fc.zip |
Fix accidental conversion of dockwin
Diffstat (limited to 'src')
-rw-r--r-- | src/systemtray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemtray.cpp b/src/systemtray.cpp index 95a8afb..503eb3e 100644 --- a/src/systemtray.cpp +++ b/src/systemtray.cpp @@ -21,7 +21,7 @@ /** KSystemTray2 */ // To draw the systray screenshot image: -#include <tqdoctwindow.h> +#include <tqdockwindow.h> #include <tqmovie.h> #include <tqvariant.h> #include "linklabel.h" |