From 0772746ce04492a0643a4c78a9e89acfe11480aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 26 Jun 2015 16:39:00 +0200 Subject: Fix FTBFS with clang MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 0109aa39437ce01a868515ff152835e291f4d511) --- kooka/thumbview.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'kooka/thumbview.h') 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 */ { -- cgit v1.2.1