~ubuntu-branches/ubuntu/oneiric/arora/oneiric

« back to all changes in this revision

Viewing changes to src/urllineedit.h

  • Committer: Bazaar Package Importer
  • Author(s): Sune Vuorela
  • Date: 2008-06-29 22:41:06 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080629224106-71n3f1419hlrp5of
Tags: 0.2-1
* Finally a upstream release.
* Use make install instead of handpicking files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
#include <qurl.h>
67
67
#include <qwidget.h>
68
68
#include <qstyleoption.h>
 
69
#include <qpointer.h>
69
70
 
70
71
QT_BEGIN_NAMESPACE
71
72
class QLineEdit;
124
125
 
125
126
private:
126
127
    QLinearGradient generateGradient(const QColor &color) const;
127
 
    WebView *m_webView;
 
128
    QPointer<WebView> m_webView;
128
129
    UrlIconLabel *m_iconLabel;
129
130
    QColor m_defaultBaseColor;
130
131