summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/findimages/fuzzycompare.h
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/findimages/fuzzycompare.h')
-rw-r--r--kipi-plugins/findimages/fuzzycompare.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kipi-plugins/findimages/fuzzycompare.h b/kipi-plugins/findimages/fuzzycompare.h
index 104a1ac..090482b 100644
--- a/kipi-plugins/findimages/fuzzycompare.h
+++ b/kipi-plugins/findimages/fuzzycompare.h
@@ -41,7 +41,7 @@ class ImageSimilarityData;
class FuzzyCompare :public CompareOperation
{
public:
- FuzzyCompare( TQObject* tqparent, const TQString& cacheDir );
+ FuzzyCompare( TQObject* parent, const TQString& cacheDir );
void setApproximateThreeshold( float approximateLevel ) { m_approximateLevel = approximateLevel; }
TQDict < TQPtrVector < TQFile > > compare(const TQStringList& filesList );