#ifndef KWALLETASYNC_H #define KWALLETASYNC_H #include namespace KWallet { class Wallet; } class WalletReceiver : public TQObject { Q_OBJECT public slots: void walletOpened( bool ); }; #endif