diff options
| author | Peter Penz <[email protected]> | 2006-11-22 17:13:11 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2006-11-22 17:13:11 +0000 |
| commit | 7fec7ff9a096d288b66fce2699c7b8bc71f6fbbb (patch) | |
| tree | 48c9e04fccc22a57d0871273b610f2b5da8edd19 /src/urlnavigatorbutton.h | |
| parent | 9075797f9b529d958fa1b6a2a4fe45bc00c4b69d (diff) | |
As KURL has been renamed to KUrl all classes and methods, which use the term 'URL', have been converted to use 'Url' instead (e. g. the class URLNavigator is called UrlNavigator now).
svn path=/trunk/playground/utils/dolphin/; revision=606991
Diffstat (limited to 'src/urlnavigatorbutton.h')
| -rw-r--r-- | src/urlnavigatorbutton.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/urlnavigatorbutton.h b/src/urlnavigatorbutton.h index f7d2c547b..44671fe2d 100644 --- a/src/urlnavigatorbutton.h +++ b/src/urlnavigatorbutton.h @@ -17,8 +17,8 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#ifndef URLNAVIGATORBUTTON_H -#define URLNAVIGATORBUTTON_H +#ifndef UrlNAVIGATORBUTTON_H +#define UrlNAVIGATORBUTTON_H #include <qstringlist.h> //Added by qt3to4: @@ -32,7 +32,7 @@ #include <urlbutton.h> class KUrl; -class URLNavigator; +class UrlNavigator; class QPainter; namespace KIO @@ -41,20 +41,20 @@ namespace KIO } /** - * @brief Button of the URL navigator which contains one part of an URL. + * @brief Button of the Url navigator which contains one part of an Url. * - * It is possible to drop a various number of items to an URL button. In this case + * It is possible to drop a various number of items to an Url button. In this case * a context menu is opened where the user must select whether he wants - * to copy, move or link the dropped items to the URL part indicated by + * to copy, move or link the dropped items to the Url part indicated by * the button. */ -class URLNavigatorButton : public URLButton +class UrlNavigatorButton : public UrlButton { Q_OBJECT public: - URLNavigatorButton(int index, URLNavigator* parent = 0); - virtual ~URLNavigatorButton(); + UrlNavigatorButton(int index, UrlNavigator* parent = 0); + virtual ~UrlNavigatorButton(); void setIndex(int index); int index() const; @@ -67,7 +67,7 @@ protected: virtual void dragLeaveEvent(QDragLeaveEvent* event); private slots: - void updateNavigatorURL(); + void updateNavigatorUrl(); void startPopupDelay(); void stopPopupDelay(); void startListJob(); |
