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