Port to qt5

wilder-work
Montel Laurent 11 years ago
parent be2eb3743f
commit 9981330c85
  1. 4
      mailmerge/autotests/selectattachmentdialogtest.cpp

@ -19,7 +19,7 @@
#include "../widgets/selectattachmentdialog.h"
#include <KUrlRequester>
#include <QLabel>
#include <qtest_kde.h>
#include <qtest.h>
SelectAttachmentDialogTest::SelectAttachmentDialogTest(QObject *parent)
: QObject(parent)
{
@ -40,4 +40,4 @@ void SelectAttachmentDialogTest::shouldHaveDefaultValue()
QVERIFY(urlRequester);
}
QTEST_KDEMAIN(SelectAttachmentDialogTest, GUI)
QTEST_MAIN(SelectAttachmentDialogTest)

Loading…
Cancel
Save