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

List:       kde-commits
Subject:    KDE/kdebase/konqueror/sidebar
From:       Laurent Montel <montel () kde ! org>
Date:       2006-01-23 16:20:53
Message-ID: 1138033253.529146.31893.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 501658 by mlaurent:

Compile


 M  +1 -1      sidebar_widget.cpp  
 M  +8 -8      sidebar_widget.h  


--- trunk/KDE/kdebase/konqueror/sidebar/sidebar_widget.cpp #501657:501658
@@ -718,7 +718,7 @@
         m_noUpdate=false;
 }
 
-bool Sidebar_Widget::openURL(const class KURL &url)
+bool Sidebar_Widget::openURL(const class KUrl &url)
 {
 	if (url.protocol()=="sidebar")
 	{
--- trunk/KDE/kdebase/konqueror/sidebar/sidebar_widget.h #501657:501658
@@ -100,14 +100,14 @@
 						const char * name,bool universalMode, 
 						const QString &currentProfile);
 	~Sidebar_Widget();
-	bool openURL(const class KURL &url);
+	bool openURL(const class KUrl &url);
 	void stdAction(const char *handlestd);
 	//virtual KParts::ReadOnlyPart *getPart();
 	KParts::BrowserExtension *getExtension();
         virtual QSize sizeHint() const;	
 
 public Q_SLOTS:
-	void addWebSideBar(const KURL& url, const QString& name);
+	void addWebSideBar(const KUrl& url, const QString& name);
 
 protected:
 	void customEvent(QCustomEvent* ev);
@@ -149,22 +149,22 @@
 
  /* The following public slots are wrappers for browserextension fields */
 public Q_SLOTS:
-	void openURLRequest( const KURL &url, const KParts::URLArgs &args = \
KParts::URLArgs() ); +	void openURLRequest( const KUrl &url, const KParts::URLArgs \
&args = KParts::URLArgs() );  /* @internal
 	 * @since 3.2
 	 * ### KDE4 remove me
 	 */
 	void submitFormRequest(const char*,const QString&,const QByteArray&,const \
                QString&,const QString&,const QString&);
-  	void createNewWindow( const KURL &url, const KParts::URLArgs &args = \
                KParts::URLArgs() );
-	void createNewWindow( const KURL &url, const KParts::URLArgs &args,
+  	void createNewWindow( const KUrl &url, const KParts::URLArgs &args = \
KParts::URLArgs() ); +	void createNewWindow( const KUrl &url, const KParts::URLArgs \
                &args,
              const KParts::WindowArgs &windowArgs, KParts::ReadOnlyPart *&part );
 
 	void popupMenu( const QPoint &global, const KFileItemList &items );
   	void popupMenu( KXMLGUIClient *client, const QPoint &global, const KFileItemList \
                &items );
-	void popupMenu( const QPoint &global, const KURL &url,
+	void popupMenu( const QPoint &global, const KUrl &url,
 		const QString &mimeType, mode_t mode = (mode_t)-1 );
 	void popupMenu( KXMLGUIClient *client,
-		const QPoint &global, const KURL &url,
+		const QPoint &global, const KUrl &url,
 		const QString &mimeType, mode_t mode = (mode_t)-1 );
 	void enableAction( const char * name, bool enabled );
 	void userMovedSplitter();
@@ -199,7 +199,7 @@
 	KConfig *m_config;
 	QTimer m_configTimer;
 	
-	KURL m_storedUrl;
+	KUrl m_storedUrl;
 	int m_savedWidth;
 	int m_latestViewed;
 


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

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