add more spacing
[personal-kdebase.git] / workspace / khotkeys / test / kdedmodule_daemon_test.h
blobd85e53141b5d3809c6b988cc0523dcb03b70e9b0
1 #ifndef LIBKHOTKEYS_TEST_H
2 #define LIBKHOTKEYS_TEST_H
4 #include <QtCore/QObject>
6 class Test : public QObject
8 Q_OBJECT
10 private Q_SLOTS:
12 void initTestCase();
13 void cleanupTestCase();
15 void testLoading();
17 private:
19 bool daemonActive;
21 }; // class Test
23 #endif