diff options
| author | David Faure <[email protected]> | 2007-03-26 23:04:43 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-03-26 23:04:43 +0000 |
| commit | 85bc196887fbed01187e3830cd28c2500cb01cb2 (patch) | |
| tree | 98cde59002e2e1214e61a328c253ba58546bb532 /src/urlnavigatorbutton.h | |
| parent | c6bc5511a8ba05d8f44217b404d615d4d56bb53f (diff) | |
Ported to KBookmarkManager::closestBookmark - which even solves another TODO about code duplication.
Improved urlnavigator API to avoid exposing the full QList (api independent from implementation now).
svn path=/trunk/KDE/kdebase/apps/; revision=646954
Diffstat (limited to 'src/urlnavigatorbutton.h')
| -rw-r--r-- | src/urlnavigatorbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlnavigatorbutton.h b/src/urlnavigatorbutton.h index 55e74c46b..335001be2 100644 --- a/src/urlnavigatorbutton.h +++ b/src/urlnavigatorbutton.h @@ -22,7 +22,7 @@ #define URLNAVIGATORBUTTON_H #include <kio/global.h> -#include <urlbutton.h> +#include "urlbutton.h" class KJob; class KUrl; |
