summaryrefslogtreecommitdiffstats
path: root/test/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/test/test.h b/test/test.h
deleted file mode 100644
index 4a3579d89..000000000
--- a/test/test.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef TEST_H
-#define TEST_H
-
-#include <TQtCore/TQObject>
-#include <TQtTest/TQtTest>
-
-class TestAuth : public TQObject
-{
- Q_OBJECT
-private Q_SLOTS:
- void test_Auth_checkAuthorization();
- void test_Auth_enumerateActions();
- void test_Identity();
- void test_Authority();
- void test_Subject();
- void test_Session();
- void test_Details();
-};
-
-#endif // TEST_H