~paulbrianstewart/ubuntu/oneiric/tellico/852247-Formatting-Fix

« back to all changes in this revision

Viewing changes to src/fetcherconfigdialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Regis Boudin
  • Date: 2008-05-23 21:28:59 UTC
  • mfrom: (0.1.14 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20080523212859-n0gl4ap37xb0uj1a
Tags: 1.3.2-1
* New upstream release.
* Recommend khelpcenter for acces to the help (Closes: #478975).

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
  bool m_newSource : 1;
58
58
  bool m_useDefaultName : 1;
59
59
  Fetch::ConfigWidget* m_configWidget;
 
60
  QLabel* m_iconLabel;
60
61
  KLineEdit* m_nameEdit;
61
62
  GUI::ComboBox* m_typeCombo;
62
63
  QCheckBox* m_cbOverwrite;