[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kdewebkit
From:       Patrick Spendrin <ps_ml () gmx ! de>
Date:       2009-12-01 3:30:56
Message-ID: 1259638256.234017.854.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1056884 by sengels:

revert probably unwanted (and incomplete) changes

 M  +1 -1      kwebwallet.cpp  
 M  +2 -1      kwebwallet.h  


--- trunk/KDE/kdelibs/kdewebkit/kwebwallet.cpp #1056883:1056884
@@ -224,7 +224,7 @@
     }
 }
 
-KWebWallet::KWebWallet(QObject *parent, qlonglong wid)
+KWebWallet::KWebWallet(QObject *parent, WId wid)
            :QObject(parent), d(new KWebWalletPrivate(this))
 {
     if (!wid) {
--- trunk/KDE/kdelibs/kdewebkit/kwebwallet.h #1056883:1056884
@@ -30,6 +30,7 @@
 #include <QtCore/QString>
 #include <QtCore/QList>
 #include <QtCore/QPair>
+#include <QtGui/QWidget>
 #include <QtGlobal>
 
 class QWebFrame;
@@ -75,7 +76,7 @@
     /**
      * Constructs a KWebWallet with @p parent as its parent.
      */
-    explicit KWebWallet(QObject* parent = 0, qlonglong wid = 0);
+    explicit KWebWallet(QObject* parent = 0, WId wid = 0);
 
     /**
      * Destructor
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic