summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/hotpixels/weights.h
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/hotpixels/weights.h')
-rw-r--r--digikam/imageplugins/hotpixels/weights.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/digikam/imageplugins/hotpixels/weights.h b/digikam/imageplugins/hotpixels/weights.h
index 7d12b5a..b82fde8 100644
--- a/digikam/imageplugins/hotpixels/weights.h
+++ b/digikam/imageplugins/hotpixels/weights.h
@@ -24,10 +24,10 @@
#ifndef WEIGHTS_H
#define WEIGHTS_H
-// Qt includes.
+// TQt includes.
-#include <qrect.h>
-#include <qvaluelist.h>
+#include <tqrect.h>
+#include <tqvaluelist.h>
namespace DigikamHotPixelsImagesPlugin
{
@@ -62,7 +62,7 @@ public:
void calculateWeights();
bool operator==(const Weights& ws) const;
double** operator[](int n) const { return mWeightMatrices[n]; };
- const QValueList <QPoint> positions() const { return mPositions; };
+ const TQValueList <TQPoint> positions() const { return mPositions; };
protected:
@@ -82,7 +82,7 @@ private:
bool mTwoDim;
unsigned int mPolynomeOrder;
double *** mWeightMatrices; //Stores a list of weight matrices
- QValueList <QPoint> mPositions;
+ TQValueList <TQPoint> mPositions;
};
} // NameSpace DigikamHotPixelsImagesPlugin