~ubuntu-branches/ubuntu/trusty/krusader/trusty

« back to all changes in this revision

Viewing changes to krusader/Konfigurator/konfiguratoritems.h

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-08-08 13:47:36 UTC
  • mfrom: (1.2.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20110808134736-8e630ivgd2c3sgg5
Tags: 1:2.4.0~beta1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
    Q_OBJECT
291
291
 
292
292
public:
293
 
    KonfiguratorFontChooser(QString cls, QString name, QFont *dflt, QWidget *parent = 0,
 
293
    KonfiguratorFontChooser(QString cls, QString name, QFont dflt, QWidget *parent = 0,
294
294
                            bool rst = false, int pg = FIRST_PAGE);
295
295
    ~KonfiguratorFontChooser();
296
296
 
305
305
    void            slotBrowseFont();
306
306
 
307
307
protected:
308
 
    QFont         * defaultValue;
 
308
    QFont           defaultValue;
309
309
    QFont           font;
310
310
    KonfiguratorExtension *ext;
311
311