diff options
Diffstat (limited to 'src/tests/mainwindow_test.cpp')
-rw-r--r-- | src/tests/mainwindow_test.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tests/mainwindow_test.cpp b/src/tests/mainwindow_test.cpp index d3ab6bef..af3a2aa2 100644 --- a/src/tests/mainwindow_test.cpp +++ b/src/tests/mainwindow_test.cpp @@ -32,11 +32,11 @@ class MainWindowTest : public QObject { Q_OBJECT - + public slots: void initTestCase(); void cleanupTestCase(); - + private slots: @@ -61,5 +61,5 @@ void MainWindowTest::cleanupTestCase() // ------------------------------------------- -QTEST_KDEMAIN(MainWindowTest,GUI) +QTEST_KDEMAIN(MainWindowTest, GUI) #include "mainwindow_test.moc" |