summaryrefslogtreecommitdiff
path: root/noncore/graphics
Unidiff
Diffstat (limited to 'noncore/graphics') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/slave/slaveiface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/graphics/opie-eye/slave/slaveiface.h b/noncore/graphics/opie-eye/slave/slaveiface.h
index 18656c5..e0ca7f3 100644
--- a/noncore/graphics/opie-eye/slave/slaveiface.h
+++ b/noncore/graphics/opie-eye/slave/slaveiface.h
@@ -29,7 +29,7 @@ private:
29}; 29};
30 30
31inline bool SlaveInterface::supports( const QString& str)const { 31inline bool SlaveInterface::supports( const QString& str)const {
32 return m_list.contains( QFileInfo( str ).extension(false) ); 32 return m_list.contains( QFileInfo( str ).extension(false).lower() );
33} 33}
34 34
35typedef SlaveInterface* (*phunkSlaveCreateFunc )(); 35typedef SlaveInterface* (*phunkSlaveCreateFunc )();