diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-12-01 10:51:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-12-01 10:51:52 -0600 |
commit | 0e61c45cdbd6b6224c32e945dcfd4f2ab1dad4b7 (patch) | |
tree | 511ccca64cfe64c0bf3303b3a7419a17c1cf210f | |
parent | 80aec91d21bf675286b1a0869eeba19f9847e3ec (diff) | |
download | twin-style-crystal-0e61c45cdbd6b6224c32e945dcfd4f2ab1dad4b7.tar.gz twin-style-crystal-0e61c45cdbd6b6224c32e945dcfd4f2ab1dad4b7.zip |
Fix FTBFSr14.0.0
-rw-r--r-- | client/myrootpixmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/myrootpixmap.h b/client/myrootpixmap.h index 7d8f0e8..6269537 100644 --- a/client/myrootpixmap.h +++ b/client/myrootpixmap.h @@ -15,12 +15,12 @@ #define __KRootPixmap_h_Included__ #include <tqobject.h> +#include <tqwidget.h> #include <tqcolor.h> #ifndef TQ_WS_TQWS //FIXME class TQRect; -class TQWidget; class TQTimer; class TDESharedPixmap; class KMyRootPixmapData; |