diff options
| author | Peter Penz <[email protected]> | 2007-01-06 19:51:48 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-01-06 19:51:48 +0000 |
| commit | 86ad5d0a630654f81f4649f997dd6451f371f5f6 (patch) | |
| tree | 24a88713cefcbd3c38096829aa79249b1bf5198e /src/urlbutton.h | |
| parent | ddc11d9a26176e4f7409bcb297f88cee9439513a (diff) | |
Reanimate drag and drop support for the URL navigator.
svn path=/trunk/playground/utils/dolphin/; revision=620633
Diffstat (limited to 'src/urlbutton.h')
| -rw-r--r-- | src/urlbutton.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/urlbutton.h b/src/urlbutton.h index 41d81c24b..a52fdf463 100644 --- a/src/urlbutton.h +++ b/src/urlbutton.h @@ -18,21 +18,20 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#ifndef UrlBUTTON_H -#define UrlBUTTON_H +#ifndef URLBUTTON_H +#define URLBUTTON_H -#include <qpushbutton.h> -//Added by qt3to4: #include <QEvent> +#include <QPushButton> class KUrl; class UrlNavigator; class QPainter; /** - * @brief Base class for buttons of the Url navigator. + * @brief Base class for buttons of the URL navigator. * - * Each button of the Url navigator contains an Url, which + * Each button of the URL navigator contains an URL, which * is set as soon as the button has been clicked. * * @author Peter Penz |
