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

#include <tqobject.h>

namespace TDEWallet { class Wallet; }

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

#endif