kdelibs/kio/tests/dataprotocoltest.h
2014-11-13 01:04:59 +02:00

21 lines
383 B
C++

/*
* Copyright (C) 2012 Rolf Eike Beer <kde@opensource.sf-tec.de>
*/
#ifndef DATAPROTOCOLTEST_H
#define DATAPROTOCOLTEST_H
#include <kio/global.h>
#include <qtest_kde.h>
#include <QtCore/QObject>
#include <QtCore/QString>
class DataProtocolTest : public QObject {
Q_OBJECT
private Q_SLOTS:
void runAllTests();
void runAllTests_data();
};
#endif /* DATAPROTOCOLTEST_H */