diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-06-26 16:39:00 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-06-26 16:44:02 +0200 |
commit | 0772746ce04492a0643a4c78a9e89acfe11480aa (patch) | |
tree | 79748af32290f96ac0a966ab2f6f150d6921d7ed /kooka | |
parent | ee28b74208d920b77fd9610aa5d49ea2fea863f2 (diff) | |
download | tdegraphics-0772746ce04492a0643a4c78a9e89acfe11480aa.tar.gz tdegraphics-0772746ce04492a0643a4c78a9e89acfe11480aa.zip |
Fix FTBFS with clang
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0109aa39437ce01a868515ff152835e291f4d511)
Diffstat (limited to 'kooka')
-rw-r--r-- | kooka/thumbview.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kooka/thumbview.h b/kooka/thumbview.h index 81eebccb..fc7a3843 100644 --- a/kooka/thumbview.h +++ b/kooka/thumbview.h @@ -54,7 +54,9 @@ class TQPixmap; class TQListViewItem; class KProgress; -class TDEIO::PreviewJob; +namespace TDEIO { + class PreviewJob; +} class ThumbView: public TQVBox /* TDEIconView */ { |