summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 00:02:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 00:02:00 -0600
commitdd5148726818137907af0aefee0ba838d1bc73fc (patch)
treeb824568d18eaf996269b6f94d8201f8e19effa8d /src
parent0d23fa6a32b66e623da02bed64c30e3d640667d1 (diff)
downloadbasket-dd5148726818137907af0aefee0ba838d1bc73fc.tar.gz
basket-dd5148726818137907af0aefee0ba838d1bc73fc.zip
Fix accidental conversion of dockwin
Diffstat (limited to 'src')
-rw-r--r--src/systemtray.cpp2
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"