summaryrefslogtreecommitdiffstats
path: root/kwallet/tests/kwallettest.h
diff options
context:
space:
mode:
Diffstat (limited to 'kwallet/tests/kwallettest.h')
-rw-r--r--kwallet/tests/kwallettest.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/kwallet/tests/kwallettest.h b/kwallet/tests/kwallettest.h
deleted file mode 100644
index c062760a4..000000000
--- a/kwallet/tests/kwallettest.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef KWALLETASYNC_H
-#define KWALLETASYNC_H
-
-#include <tqobject.h>
-
-namespace KWallet { class Wallet; }
-
-class WalletReceiver : public TQObject
-{
- Q_OBJECT
-public slots:
- void walletOpened( bool );
-};
-
-#endif