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

« back to all changes in this revision

Viewing changes to src/utils/lineedit.h

  • Committer: Bazaar Package Importer
  • Author(s): Roderick B. Greening
  • Date: 2009-09-10 15:24:04 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090910152404-668k22ux3mfap6g0
Tags: 0.9.0-0ubuntu1
* New upstream release
* Update patches:
  - kubuntu_02_default_bookmarks.diff
* Remove patches:
  - kubuntu_04_startpage_spacing.diff (fixed upstream)
  - kubuntu_05_manpages.diff (fixed upstream)
  - kubuntu_07_adblock.diff (unstable/unsuitable)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include <qlineedit.h>
33
33
 
34
34
class QHBoxLayout;
35
 
class SideWidget;
36
35
 
37
36
/*
38
37
    LineEdit is a subclass of QLineEdit that provides an easy and simple
44
43
    As widgets are added to the class they are inserted from the outside
45
44
    into the center of the widget.
46
45
*/
 
46
class SideWidget;
47
47
class LineEdit : public QLineEdit
48
48
{
49
49
    Q_OBJECT