|
|
|
@ -1480,7 +1480,7 @@ void DigikamApp::slotDownloadImages()
|
|
|
|
|
{
|
|
|
|
|
TDEAction *cAction = new TDEAction(
|
|
|
|
|
i18n("Browse %1").arg(KURL(d->cameraGuiPath).prettyURL()),
|
|
|
|
|
"camera",
|
|
|
|
|
"camera-photo",
|
|
|
|
|
0,
|
|
|
|
|
TQT_TQOBJECT(this),
|
|
|
|
|
TQT_SLOT(slotDownloadImages()),
|
|
|
|
@ -1540,7 +1540,7 @@ void DigikamApp::slotCameraAdded(CameraType *ctype)
|
|
|
|
|
{
|
|
|
|
|
if (!ctype) return;
|
|
|
|
|
|
|
|
|
|
TDEAction *cAction = new TDEAction(ctype->title(), "camera", 0,
|
|
|
|
|
TDEAction *cAction = new TDEAction(ctype->title(), "camera-photo", 0,
|
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT(slotCameraConnect()),
|
|
|
|
|
actionCollection(),
|
|
|
|
|
ctype->title().utf8());
|
|
|
|
|