bb-cascades-oauth/oauth/kqoauthrequest_1.h
Kyle Fowler 98426ae24a Update
2012-03-22 20:40:35 -07:00

13 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