summaryrefslogtreecommitdiffstats
path: root/libkonq/tdefileivi.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-14 12:57:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-14 12:57:59 -0600
commitf07158cd9dcb61b32e7dba5674e8ed0f7c8c6fe2 (patch)
tree57df7f3e690c3c20855bd03849b65ae13dbd5486 /libkonq/tdefileivi.h
parentf943ed4a5828c3dafbc987602115cfdf3c53ddcc (diff)
downloadtdebase-f07158cd9dcb61b32e7dba5674e8ed0f7c8c6fe2.tar.gz
tdebase-f07158cd9dcb61b32e7dba5674e8ed0f7c8c6fe2.zip
Fix large file previews that were broken in GIT hash 3e7ad37f
Diffstat (limited to 'libkonq/tdefileivi.h')
-rw-r--r--libkonq/tdefileivi.h4
1 files changed, 3 insertions, 1 deletions
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<TQIconDragItem> & );
@@ -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;