X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/175fe7ff47ccff39b0e77f80491a9701d025375e..bbc814c7fa79b545ceef3e6f7eaf00398eef896c:/src/urlbutton.h diff --git a/src/urlbutton.h b/src/urlbutton.h index 06da18aba..9ec0375cd 100644 --- a/src/urlbutton.h +++ b/src/urlbutton.h @@ -21,20 +21,17 @@ #ifndef URLBUTTON_H #define URLBUTTON_H -#include #include class KUrl; +class QEvent; class UrlNavigator; -class QPainter; /** * @brief Base class for buttons of the URL navigator. * * Each button of the URL navigator contains an URL, which * is set as soon as the button has been clicked. -* - * @author Peter Penz */ class UrlButton : public QPushButton {