kpty: removal redundant workaround from kptyprocesstest

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2016-09-21 18:02:07 +00:00
parent 293536b688
commit 1c70cb95e7

View file

@ -24,15 +24,6 @@
#include <kptydevice.h>
#include <qtest_kde.h>
#include <QtCore/qthread.h>
// Qt4 workaround, fixed in Qt5
class MyQThread : public QThread
{
public:
using QThread::msleep;
};
void KPtyProcessTest::test_suspend_pty()
{
KPtyProcess p;