┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/urlbutton.h
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2007-03-27 20:41:57 +0000
committerDavid Faure <[email protected]>2007-03-27 20:41:57 +0000
commitc5534a5f93c51180849ff269aa9a792938ddcd2f (patch)
tree2bcc1ab58b6dd1136e6e777aad2aaf96ccf3a739 /src/urlbutton.h
parentc9eec20c3d8d8fa73364681389e5c682fbd3dc20 (diff)
Hide the HistoryElem class from the public API of UrlNavigator
svn path=/trunk/KDE/kdebase/apps/; revision=647276
Diffstat (limited to 'src/urlbutton.h')
-rw-r--r--src/urlbutton.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/urlbutton.h b/src/urlbutton.h
index a922ea0cd..9ec0375cd 100644
--- a/src/urlbutton.h
+++ b/src/urlbutton.h
@@ -21,12 +21,11 @@
#ifndef URLBUTTON_H
#define URLBUTTON_H
-#include <QEvent>
#include <QPushButton>
class KUrl;
+class QEvent;
class UrlNavigator;
-class QPainter;
/**
* @brief Base class for buttons of the URL navigator.