diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-14 12:57:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-14 12:57:59 -0600 |
commit | f07158cd9dcb61b32e7dba5674e8ed0f7c8c6fe2 (patch) | |
tree | 57df7f3e690c3c20855bd03849b65ae13dbd5486 /libkonq/tdefileivi.h | |
parent | f943ed4a5828c3dafbc987602115cfdf3c53ddcc (diff) | |
download | tdebase-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.h | 4 |
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; |