diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-10 14:00:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-10 14:24:36 +0900 |
commit | 318e6b6a902214819424f0ecb1d79ab637a37444 (patch) | |
tree | 1543b1f5bbc35f0986c5a0ba93d0889a55481309 /kamera | |
parent | b278f848940f91a4801ffec68bd86e065597e514 (diff) | |
download | tdegraphics-318e6b6a902214819424f0ecb1d79ab637a37444.tar.gz tdegraphics-318e6b6a902214819424f0ecb1d79ab637a37444.zip |
Kamera: prepared for removal of camera_test icon file.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f20ff95184877ff440d867eb8478cbddd988b7ec)
Diffstat (limited to 'kamera')
-rw-r--r-- | kamera/kcontrol/kamera.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kamera/kcontrol/kamera.cpp b/kamera/kcontrol/kamera.cpp index 0fc9c22b..1fa2639c 100644 --- a/kamera/kcontrol/kamera.cpp +++ b/kamera/kcontrol/kamera.cpp @@ -122,7 +122,7 @@ void KKameraConfig::displayGPSuccessDialogue(void) act->setWhatsThis(i18n("Click this button to add a new camera.")); act->plug(m_toolbar); m_toolbar->insertLineSeparator(); - act = new TDEAction(i18n("Test"), "camera_test", 0, TQT_TQOBJECT(this), TQT_SLOT(slot_testCamera()), m_actions, "camera_test"); + act = new TDEAction(i18n("Test"), "button_ok", 0, TQT_TQOBJECT(this), TQT_SLOT(slot_testCamera()), m_actions, "camera_test"); act->setWhatsThis(i18n("Click this button to remove the selected camera from the list.")); act->plug(m_toolbar); act = new TDEAction(i18n("Remove"), "edittrash", 0, TQT_TQOBJECT(this), TQT_SLOT(slot_removeCamera()), m_actions, "camera_remove"); |