diff options
author | Timothy Pearson <[email protected]> | 2011-11-08 00:15:06 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-08 00:15:06 -0600 |
commit | 99395e9276c370543b44fe02f8ccc8deb3a1c899 (patch) | |
tree | f275c80faaaf1b6d545b5d4327cb01363d5c73ff /kolourpaint/kpthumbnail.h | |
parent | 47edcc660c3549a9c516e803ff0bf143fd6786ec (diff) | |
download | tdegraphics-99395e9276c370543b44fe02f8ccc8deb3a1c899.tar.gz tdegraphics-99395e9276c370543b44fe02f8ccc8deb3a1c899.zip |
Fix accidental conversion of dockwin
Diffstat (limited to 'kolourpaint/kpthumbnail.h')
-rw-r--r-- | kolourpaint/kpthumbnail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolourpaint/kpthumbnail.h b/kolourpaint/kpthumbnail.h index f43c0fd0..5cb17d54 100644 --- a/kolourpaint/kpthumbnail.h +++ b/kolourpaint/kpthumbnail.h @@ -29,7 +29,7 @@ #ifndef __kp_thumbnail_h__ #define __kp_thumbnail_h__ -#include <tqdoctwindow.h> +#include <tqdockwindow.h> class kpMainWindow; class kpThumbnailView; |