From dfe289850f068f19ba4a83ab4e7e22a7e09c13c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:21 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- tdewallet/tests/tdewallettest.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tdewallet/tests/tdewallettest.h (limited to 'tdewallet/tests/tdewallettest.h') 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 + +namespace KWallet { class Wallet; } + +class WalletReceiver : public TQObject +{ + Q_OBJECT +public slots: + void walletOpened( bool ); +}; + +#endif -- cgit v1.2.1