]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/urlbutton.h
don't use KUrl::upUrl() (thanks to David for the hint!)
[dolphin.git] / src / urlbutton.h
index 06da18aba4c665d05219dd8418045409c92dab05..9ec0375cd7efabe199287eb9219f3ce319ec923b 100644 (file)
 #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
 {