~ubuntu-branches/ubuntu/precise/kde4libs/precise-security

« back to all changes in this revision

Viewing changes to kdeui/widgets/kmainwindow.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Kolberg
  • Date: 2012-03-03 00:25:28 UTC
  • mfrom: (1.14.15)
  • Revision ID: package-import@ubuntu.com-20120303002528-chhwyfluldkicy5k
Tags: 4:4.8.1-0ubuntu1
* New upstream release
  - Update symbol files

Show diffs side-by-side

added added

removed removed

Lines of Context:
493
493
    K_D(KMainWindow);
494
494
    if (!d->helpMenu) {
495
495
        d->helpMenu = new KHelpMenu( this, QString(), showWhatsThis );
496
 
        connect(d->helpMenu, SIGNAL( showAboutApplication()),
497
 
                this, SLOT( showAboutApplication() ));
 
496
        connect(d->helpMenu, SIGNAL(showAboutApplication()),
 
497
                this, SLOT(showAboutApplication()));
498
498
    }
499
499
 
500
500
    return d->helpMenu->menu();