12 lines
225 B
C++
12 lines
225 B
C++
#ifndef KQOAUTHREQUEST_1_H
|
|
#define KQOAUTHREQUEST_1_H
|
|
|
|
#include "kqoauthrequest.h"
|
|
|
|
class KQOAUTH_EXPORT KQOAuthRequest_1 : public KQOAuthRequest
|
|
{
|
|
public:
|
|
KQOAuthRequest_1();
|
|
};
|
|
|
|
#endif // KQOAUTHREQUEST_1_H
|