summaryrefslogtreecommitdiffstats
path: root/tdewallet/tests/tdewallettest.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdewallet/tests/tdewallettest.h')
-rw-r--r--tdewallet/tests/tdewallettest.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/tdewallet/tests/tdewallettest.h b/tdewallet/tests/tdewallettest.h
new file mode 100644
index 000000000..c062760a4
--- /dev/null
+++ b/tdewallet/tests/tdewallettest.h
@@ -0,0 +1,15 @@
+#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