#ifndef KOPETEWALLETTEST_H #define KOPETEWALLETTEST_H #include namespace KWallet { class Wallet; } class WalletReciever : public QObject { Q_OBJECT public slots: void timer(); private slots: void gotWallet( KWallet::Wallet *w ); }; #endif