diff options
Diffstat (limited to 'src/tests/walletbar_test.cpp')
-rw-r--r-- | src/tests/walletbar_test.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/tests/walletbar_test.cpp b/src/tests/walletbar_test.cpp index ec9c3559..d4036981 100644 --- a/src/tests/walletbar_test.cpp +++ b/src/tests/walletbar_test.cpp @@ -31,11 +31,11 @@ class WalletBarTest : public QObject { Q_OBJECT - + public slots: void initTestCase(); void cleanupTestCase(); - + private slots: private: @@ -57,13 +57,13 @@ void WalletBarTest::cleanupTestCase() { delete bar; } - - + + // ------------------------------------------- // ------------------------------------------- -QTEST_KDEMAIN(WalletBarTest,GUI) +QTEST_KDEMAIN(WalletBarTest, GUI) #include "walletbar_test.moc" |