diff options
| author | Laurent Montel <[email protected]> | 2006-11-22 08:22:45 +0000 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2006-11-22 08:22:45 +0000 |
| commit | 20b58b6c03f6fa56d0cc1da90c13658664c153f1 (patch) | |
| tree | 1ac95537c3d0c6f35e5ca9dbbf7fe9c90e14a3b7 /src/editbookmarkdialog.h | |
| parent | 6987f297e6e275a1f46aa0f33919e86684c9ed8b (diff) | |
Some port
Remove not necessary file
svn path=/trunk/playground/utils/dolphin/; revision=606884
Diffstat (limited to 'src/editbookmarkdialog.h')
| -rw-r--r-- | src/editbookmarkdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/editbookmarkdialog.h b/src/editbookmarkdialog.h index e3578a940..0d7051a6f 100644 --- a/src/editbookmarkdialog.h +++ b/src/editbookmarkdialog.h @@ -34,7 +34,7 @@ class QPushButton; * \code * KBookmark bookmark = EditBookmarkDialog::getBookmark(i18n("Add Bookmark"), * i18n("New bookmark"), - * KURL(), + * KUrl(), * "bookmark"); * if (!bookmark.isNull()) { * // ... @@ -56,7 +56,7 @@ public: */ static KBookmark getBookmark(const QString& title, const QString& name, - const KURL& url, + const KUrl& url, const QString& icon); protected slots: @@ -65,7 +65,7 @@ protected slots: protected: EditBookmarkDialog(const QString& title, const QString& name, - const KURL& url, + const KUrl& url, const QString& icon); private slots: |
