summaryrefslogtreecommitdiffstats
path: root/kio/kio/kfilterbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/kfilterbase.h')
-rw-r--r--kio/kio/kfilterbase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kio/kio/kfilterbase.h b/kio/kio/kfilterbase.h
index 32b96e2ad..b46706241 100644
--- a/kio/kio/kfilterbase.h
+++ b/kio/kio/kfilterbase.h
@@ -94,7 +94,7 @@ public:
* @param fileName the name of the file to filter
* @return the filter for the @p fileName, or 0 if not found
*/
- static KFilterBase * tqfindFilterByFileName( const TQString & fileName );
+ static KFilterBase * findFilterByFileName( const TQString & fileName );
/**
* Call this to create the appropriate filter for the mimetype
@@ -102,7 +102,7 @@ public:
* @param mimeType the mime type of the file to filter
* @return the filter for the @p mimeType, or 0 if not found
*/
- static KFilterBase * tqfindFilterByMimeType( const TQString & mimeType );
+ static KFilterBase * findFilterByMimeType( const TQString & mimeType );
protected:
TQIODevice * m_dev;