summaryrefslogtreecommitdiffstats
path: root/krita/plugins/viewplugins/performancetest/perftest.h
diff options
context:
space:
mode:
Diffstat (limited to 'krita/plugins/viewplugins/performancetest/perftest.h')
-rw-r--r--krita/plugins/viewplugins/performancetest/perftest.h43
1 files changed, 22 insertions, 21 deletions
diff --git a/krita/plugins/viewplugins/performancetest/perftest.h b/krita/plugins/viewplugins/performancetest/perftest.h
index 6a3365c5..807c0aee 100644
--- a/krita/plugins/viewplugins/performancetest/perftest.h
+++ b/krita/plugins/viewplugins/performancetest/perftest.h
@@ -31,8 +31,9 @@ class KisID;
class PerfTest : public KParts::Plugin
{
Q_OBJECT
+ TQ_OBJECT
public:
- PerfTest(QObject *parent, const char *name, const QStringList &);
+ PerfTest(TQObject *tqparent, const char *name, const TQStringList &);
virtual ~PerfTest();
private slots:
@@ -41,28 +42,28 @@ private slots:
private:
- QString bltTest(Q_UINT32 testCount);
- QString fillTest(Q_UINT32 testCount);
- QString gradientTest(Q_UINT32 testCount);
- QString pixelTest(Q_UINT32 testCount);
- QString shapeTest(Q_UINT32 testCount);
- QString layerTest(Q_UINT32 testCount);
- QString scaleTest(Q_UINT32 testCount);
- QString rotateTest(Q_UINT32 testCount);
- QString renderTest(Q_UINT32 restCount);
- QString selectionTest(Q_UINT32 testCount);
- QString colorConversionTest(Q_UINT32 testCount);
- QString filterTest(Q_UINT32 testCount);
- QString readBytesTest(Q_UINT32 testCount);
- QString writeBytesTest(Q_UINT32 testCount);
- QString iteratorTest(Q_UINT32 testCount);
- QString paintViewTest(Q_UINT32 testCount);
- QString paintViewFPSTest();
+ TQString bltTest(TQ_UINT32 testCount);
+ TQString fillTest(TQ_UINT32 testCount);
+ TQString gradientTest(TQ_UINT32 testCount);
+ TQString pixelTest(TQ_UINT32 testCount);
+ TQString tqshapeTest(TQ_UINT32 testCount);
+ TQString layerTest(TQ_UINT32 testCount);
+ TQString scaleTest(TQ_UINT32 testCount);
+ TQString rotateTest(TQ_UINT32 testCount);
+ TQString renderTest(TQ_UINT32 restCount);
+ TQString selectionTest(TQ_UINT32 testCount);
+ TQString colorConversionTest(TQ_UINT32 testCount);
+ TQString filterTest(TQ_UINT32 testCount);
+ TQString readBytesTest(TQ_UINT32 testCount);
+ TQString writeBytesTest(TQ_UINT32 testCount);
+ TQString iteratorTest(TQ_UINT32 testCount);
+ TQString paintViewTest(TQ_UINT32 testCount);
+ TQString paintViewFPSTest();
- QString doBlit(const KisCompositeOp& op,
+ TQString doBlit(const KisCompositeOp& op,
KisID cspace,
- Q_UINT8 opacity,
- Q_UINT32 testCount,
+ TQ_UINT8 opacity,
+ TQ_UINT32 testCount,
KisImageSP img);
private: