~ubuntu-branches/ubuntu/natty/kdemultimedia/natty-proposed

« back to all changes in this revision

Viewing changes to juk/deletedialog.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Debian Qt/KDE Maintainers
  • Date: 2011-05-26 02:41:36 UTC
  • mfrom: (0.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 108.
  • Revision ID: james.westby@ubuntu.com-20110526024136-jjwsigfy402jhupm
Tags: upstream-4.6.3
ImportĀ upstreamĀ versionĀ 4.6.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
{
36
36
    m_ui->setupUi(this);
37
37
 
38
 
    setObjectName("delete_dialog_widget");
 
38
    setObjectName( QLatin1String("delete_dialog_widget" ));
39
39
 
40
40
    KConfigGroup messageGroup(KGlobal::config()->group("FileRemover"));
41
41
 
82
82
    KDialog(parent, Qt::WStyle_DialogBorder),
83
83
    m_trashGuiItem(i18n("&Send to Trash"), "user-trash-full")
84
84
{
85
 
    setObjectName("delete_dialog");
 
85
    setObjectName( QLatin1String("delete_dialog" ));
86
86
    setModal(true);
87
87
    setCaption(i18n("About to delete selected files"));
88
88
    setButtons(Ok | Cancel);