summaryrefslogtreecommitdiffstats
path: root/tdewallet/tests/tdewallettest.h
blob: a3ce51e488c49928d61c964987ac1a3edb257378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef TDEWALLETASYNC_H
#define TDEWALLETASYNC_H

#include <tqobject.h>

namespace TDEWallet { class Wallet; }

class WalletReceiver : public TQObject
{
	Q_OBJECT
public slots:
	void walletOpened( bool );
};

#endif