add more spacing
[personal-kdebase.git] / runtime / kwalletd / tests / kwallettest.h
blobf6d9052bda44732bf47b900269727b005f54f2cd
1 #ifndef KWALLETASYNC_H
2 #define KWALLETASYNC_H
4 #include <QtCore/QObject>
6 namespace KWallet { class Wallet; }
8 class WalletReceiver : public QObject
10 Q_OBJECT
11 public Q_SLOTS:
12 void walletOpened( bool );
15 #endif