~ubuntu-branches/ubuntu/precise/kde4libs/precise-updates

« back to all changes in this revision

Viewing changes to kio/kfile/kopenwithdialog.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-05-22 19:38:53 UTC
  • mfrom: (1.14.17)
  • Revision ID: package-import@ubuntu.com-20120522193853-pjk04zap8oftyib7
Tags: 4:4.8.3-0ubuntu0.1
* New upstream release (LP: #1002336)
  - Drop kubuntu_fix_nepomuk_utils_crash.diff, applied upstream
  - Add new symbols to libkdecore5.symbols and libkdewebkit5.symbols
  - Update kdelibs5-dev.install and kdelibs5-experimental-dev.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
579
579
    KLineEdit *lineEdit = new KLineEdit(q);
580
580
    lineEdit->setClearButtonShown(true);
581
581
    combo->setLineEdit(lineEdit);
 
582
    combo->setSizeAdjustPolicy(QComboBox::AdjustToMinimumContentsLengthWithIcon);
582
583
    combo->setDuplicatesEnabled( false );
583
584
    KConfigGroup cg( KGlobal::config(), QString::fromLatin1("Open-with settings") );
584
585
    int max = cg.readEntry( "Maximum history", 15 );