summaryrefslogtreecommitdiffstats
path: root/digikam/digikam/digikamapp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/digikam/digikamapp.cpp')
-rw-r--r--digikam/digikam/digikamapp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/digikam/digikam/digikamapp.cpp b/digikam/digikam/digikamapp.cpp
index 463d7eb..642214d 100644
--- a/digikam/digikam/digikamapp.cpp
+++ b/digikam/digikam/digikamapp.cpp
@@ -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());