example/AuthApp/inc/baseDialog.h
changeset 17 106a4bfcb866
parent 14 a469c0e6e7fb
--- a/example/AuthApp/inc/baseDialog.h	Thu Aug 05 16:35:33 2010 +0530
+++ b/example/AuthApp/inc/baseDialog.h	Thu Aug 05 16:46:37 2010 +0530
@@ -29,8 +29,6 @@
 class FBError;
 class QNetworkReply;
 
-#define __WINSCW__
-
 const QString KSuccessurl = "http://www.facebook.com/connect/login_success.html";
 /**
   * The base Dialoggg
@@ -146,7 +144,7 @@
     void setTitle ( const QString& aTitle );
     
     virtual void GetSessionKey(const QUrl& aUrl);
-
+    virtual void FetchKeyFromUrl(const QUrl& aUrl);
 private:
     void createControls();