~neon/juk/master

« back to all changes in this revision

Viewing changes to advancedsearchdialog.cpp

  • Committer: Michael Pyne
  • Date: 2009-11-24 23:14:58 UTC
  • Revision ID: git-v1:b932c0483e4a59a489134e1b866bed25cef9cf56
Use shared-mime-info-compliant MP4 mimetype, and add mimetype for MP4 audiobooks (which
is in a Kubuntu patch on JuK as well).

svn path=/trunk/KDE/kdemultimedia/juk/; revision=1053883

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    setCaption( i18n("Create Search Playlist") );
44
44
    setButtons( Ok|Cancel );
45
45
    setDefaultButton( Ok );
46
 
    setObjectName( QLatin1String( name ) );
 
46
    setObjectName(name);
47
47
    setModal(true);
48
48
 
49
49
    KVBox *mw = new KVBox(this);