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

« back to all changes in this revision

Viewing changes to krusader/Konfigurator/konfiguratorpage.cpp

  • 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:
235
235
}
236
236
 
237
237
KonfiguratorFontChooser *KonfiguratorPage::createFontChooser(QString cls, QString name,
238
 
        QFont *dflt, QWidget *parent, bool rst, int pg)
 
238
        QFont dflt, QWidget *parent, bool rst, int pg)
239
239
{
240
240
    KonfiguratorFontChooser *fontChooser = new KonfiguratorFontChooser(cls, name, dflt, parent,
241
241
            rst, pg);