#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.
*
* 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
{