summaryrefslogtreecommitdiffstats
path: root/libkonq/tdefileivi.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2014-11-15 23:55:01 +0900
committerMichele Calgaro <[email protected]>2014-11-15 23:55:01 +0900
commit8a6ce15a94e441d514ed4076ea787c0b33b37194 (patch)
treea132de80669ec6214146a3b6e24c879b2eee3eb6 /libkonq/tdefileivi.h
parent0a2adc65fa82ffdf5cfa3f7e669614b5474da42b (diff)
parentf07158cd9dcb61b32e7dba5674e8ed0f7c8c6fe2 (diff)
downloadtdebase-8a6ce15a94e441d514ed4076ea787c0b33b37194.tar.gz
tdebase-8a6ce15a94e441d514ed4076ea787c0b33b37194.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase
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;