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

List:       kde-commits
Subject:    branches/KDE/4.4/kdeplasma-addons/libs/rtm
From:       Andrew Stromme <astromme () chatonka ! com>
Date:       2010-05-15 16:57:24
Message-ID: 20100515165724.A577DAC8B7 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1127169 by astromme:

Backport 1127165 to 4.4.x

CCBUG: 232945


 M  +1 -1      CMakeLists.txt  
 M  +2 -2      auth.cpp  


--- branches/KDE/4.4/kdeplasma-addons/libs/rtm/CMakeLists.txt #1127168:1127169
@@ -23,7 +23,7 @@
 
 kde4_add_library(rtm SHARED ${rtm_LIB_SRCS})
 set_target_properties(rtm PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION \
                ${GENERIC_LIB_SOVERSION})
-target_link_libraries(rtm ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} \
${QT_QTWEBKIT_LIBRARY}) +target_link_libraries(rtm ${KDE4_KDEUI_LIBS} \
${KDE4_KIO_LIBS} ${KDE4_KDEWEBKIT_LIBS} ${QT_QTWEBKIT_LIBRARY})  
 
 #### FOR 4.3 we are not including the library as a stable platform, hence no \
                exporting of headers
--- branches/KDE/4.4/kdeplasma-addons/libs/rtm/auth.cpp #1127168:1127169
@@ -24,7 +24,7 @@
 #include <QNetworkAccessManager>
 #include <QNetworkRequest>
 #include <QCoreApplication>
-#include <QWebView>
+#include <KWebView>
 #include <QPushButton>
 
 #include <KDebug>
@@ -72,7 +72,7 @@
   QWidget *authWidget = new QWidget();
   QVBoxLayout *layout = new QVBoxLayout(authWidget);
   QPushButton *button = new QPushButton(authWidget);
-  QWebView *authPage  = new QWebView(authWidget);
+  KWebView *authPage  = new KWebView(authWidget);
   
   button->setText(i18n("Click here after you have logged in and authorized the \
applet"));  


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

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