summaryrefslogtreecommitdiffstats
path: root/kooka/kooka.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-03-05 05:07:44 +0100
committerSlávek Banko <slavek.banko@axis.cz>2015-03-05 05:07:44 +0100
commit357c5d375f2bbb11bafae91ecafe27bf7de60dc2 (patch)
treef65f166c7e4b52f60a17338e97879c93fc655262 /kooka/kooka.cpp
parentdc1420defbbd96b3499a6e9ad2b597e02a1c1637 (diff)
downloadtdegraphics-357c5d375f2bbb11bafae91ecafe27bf7de60dc2.tar.gz
tdegraphics-357c5d375f2bbb11bafae91ecafe27bf7de60dc2.zip
Fix incorrectly renamed strings
Diffstat (limited to 'kooka/kooka.cpp')
-rw-r--r--kooka/kooka.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kooka/kooka.cpp b/kooka/kooka.cpp
index 5905c302..9c9c6011 100644
--- a/kooka/kooka.cpp
+++ b/kooka/kooka.cpp
@@ -128,7 +128,7 @@ void Kooka::setupActions()
KStdAction::print(TQT_TQOBJECT(this), TQT_SLOT(filePrint()), actionCollection());
KStdAction::quit(TQT_TQOBJECT(this) , TQT_SLOT(close()), actionCollection());
- KStdAction::keyBindings(guiFactory(), TQT_SLOT(configureShortcuts()),
+ KStdAction::keyBindings(guiFactory(), TQT_SLOT(configureShortcuts()),
actionCollection());
KStdAction::configureToolbars(TQT_TQOBJECT(this), TQT_SLOT(optionsConfigureToolbars()),
actionCollection());
@@ -192,7 +192,7 @@ actionCollection());
TQT_TQOBJECT(this), TQT_SLOT( slMirrorVertical() ),
actionCollection(), "mirrorVertical" );
- (void) new TDEAction(i18n("&Mirror ImageQt::Horizontally"), "mirror-horiz", CTRL+Key_M,
+ (void) new TDEAction(i18n("&Mirror Image Horizontally"), "mirror-horiz", CTRL+Key_M,
TQT_TQOBJECT(this), TQT_SLOT( slMirrorHorizontal() ),
actionCollection(), "mirrorHorizontal" );