diff options
Diffstat (limited to 'src/tests/webtab_test.cpp')
-rw-r--r-- | src/tests/webtab_test.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tests/webtab_test.cpp b/src/tests/webtab_test.cpp index 2c6edf35..0e5833b4 100644 --- a/src/tests/webtab_test.cpp +++ b/src/tests/webtab_test.cpp @@ -34,7 +34,7 @@ class WebTabTest : public QObject { Q_OBJECT - + public slots: void initTestCase(); void cleanupTestCase(); @@ -57,12 +57,12 @@ void WebTabTest::cleanupTestCase() { delete tab; } - - + + // ------------------------------------------- // ------------------------------------------- -QTEST_KDEMAIN(WebTabTest,GUI) +QTEST_KDEMAIN(WebTabTest, GUI) #include "webtab_test.moc" |