19#ifndef LOMIRI_MOCK_GREETER_PRIVATE_H
20#define LOMIRI_MOCK_GREETER_PRIVATE_H
22#include <QtCore/QObject>
32 explicit GreeterPrivate(Greeter* parent=0);
33 virtual ~GreeterPrivate();
37 QString authenticationUser;
39 void handleAuthenticate();
40 void handleRespond(
const QString &response);
41 void cancelAuthentication();
45 Greeter *
const q_ptr;
48 Q_DECLARE_PUBLIC(Greeter)