|
|
@ -451,7 +451,7 @@ CameraUI::CameraUI(TQWidget* /*parent*/, const TQString& cameraTitle,
|
|
|
|
|
|
|
|
|
|
|
|
TQPushButton *helpButton = actionButton( Help );
|
|
|
|
TQPushButton *helpButton = actionButton( Help );
|
|
|
|
d->helpMenu = new KHelpMenu(this, kapp->aboutData(), false);
|
|
|
|
d->helpMenu = new KHelpMenu(this, kapp->aboutData(), false);
|
|
|
|
d->helpMenu->menu()->insertItem(SmallIcon("camera"), i18n("Camera Information"),
|
|
|
|
d->helpMenu->menu()->insertItem(SmallIcon("camera-photo"), i18n("Camera Information"),
|
|
|
|
this, TQT_SLOT(slotInformations()), 0, CAMERA_INFO_MENU_ID, 0);
|
|
|
|
this, TQT_SLOT(slotInformations()), 0, CAMERA_INFO_MENU_ID, 0);
|
|
|
|
helpButton->setPopup( d->helpMenu->menu() );
|
|
|
|
helpButton->setPopup( d->helpMenu->menu() );
|
|
|
|
|
|
|
|
|
|
|
|