From f07158cd9dcb61b32e7dba5674e8ed0f7c8c6fe2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 14 Nov 2014 12:57:59 -0600 Subject: Fix large file previews that were broken in GIT hash 3e7ad37f --- libkonq/tdefileivi.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libkonq/tdefileivi.h') diff --git a/libkonq/tdefileivi.h b/libkonq/tdefileivi.h index 243688d43..4701fb9c1 100644 --- a/libkonq/tdefileivi.h +++ b/libkonq/tdefileivi.h @@ -208,6 +208,8 @@ public: virtual int compare( TQIconViewItem *i ) const; + void mimeTypeAndIconDetermined(); + protected: virtual void dropped( TQDropEvent *e, const TQValueList & ); @@ -240,7 +242,7 @@ private: /** Check if a thumbnail will be generated and calc the size of the icon */ void updatePixmapSize(); - + int m_size, m_state; bool m_bDisabled; bool m_bThumbnail; -- cgit v1.2.3