summaryrefslogtreecommitdiffstats
path: root/kooka
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-06-26 16:39:00 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-06-26 16:44:02 +0200
commit0772746ce04492a0643a4c78a9e89acfe11480aa (patch)
tree79748af32290f96ac0a966ab2f6f150d6921d7ed /kooka
parentee28b74208d920b77fd9610aa5d49ea2fea863f2 (diff)
downloadtdegraphics-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.h4
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 */
{