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

« back to all changes in this revision

Viewing changes to krusader/Panel/panelpopup.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:
278
278
    dataLine->setText("blah blah");
279
279
    connect(dataLine, SIGNAL(clicked()), this, SLOT(setFocus()));
280
280
    KConfigGroup lg(krConfig, "Look&Feel");
281
 
    dataLine->setFont(lg.readEntry("Filelist Font", *_FilelistFont));
 
281
    dataLine->setFont(lg.readEntry("Filelist Font", _FilelistFont));
282
282
    // --- hack: setup colors to be the same as an inactive panel
283
283
    dataLine->setBackgroundRole(QPalette::Window);
284
284
    QPalette q(dataLine->palette());