Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef connect_kwallet_H
- #define connect_kwallet_H
- #include <KWallet/Wallet>
- #include <QtCore/QObject>
- using KWallet::Wallet;
- class ConnectKwallet : public QObject
- {
- Q_OBJECT
- public:
- ConnectKwallet();
- virtual ~ConnectKwallet();
- private:
- Wallet *m_wallet;
- private slots:
- void output();
- };
- #endif // connect_kwallet_H
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement