┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/urlnavigatorbutton.h
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2007-03-26 23:04:43 +0000
committerDavid Faure <[email protected]>2007-03-26 23:04:43 +0000
commit85bc196887fbed01187e3830cd28c2500cb01cb2 (patch)
tree98cde59002e2e1214e61a328c253ba58546bb532 /src/urlnavigatorbutton.h
parentc6bc5511a8ba05d8f44217b404d615d4d56bb53f (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.h2
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;