summaryrefslogtreecommitdiffstats
path: root/kruler/klineal.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-03 18:10:36 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-03 18:10:36 +0000
commitd0a269b9b0361bf71c5dd5787be0839f9dcace8c (patch)
treef73cb165e3d643ae21c3bda5875fb87724484914 /kruler/klineal.cpp
parent1f42a5796ab9393d147b7478daa31b42ce07826d (diff)
downloadtdegraphics-d0a269b9b0361bf71c5dd5787be0839f9dcace8c.tar.gz
tdegraphics-d0a269b9b0361bf71c5dd5787be0839f9dcace8c.zip
Fix instances of Orientation in quotes which were accidentally renamed to Qt::Orientation during TQt conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1244690 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kruler/klineal.cpp')
-rw-r--r--kruler/klineal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kruler/klineal.cpp b/kruler/klineal.cpp
index d65f0890..7c2f6fdc 100644
--- a/kruler/klineal.cpp
+++ b/kruler/klineal.cpp
@@ -152,7 +152,7 @@ KLineal::KLineal(TQWidget*tqparent,const char* name):KMainWindow(tqparent,name){
oriMenu->insertItem(UserIconSet("kruler-west"), i18n("&West"), this, TQT_SLOT(setWest()), Key_W);
oriMenu->insertItem(i18n("&Turn Right"), this, TQT_SLOT(turnRight()), Key_R);
oriMenu->insertItem(i18n("Turn &Left"), this, TQT_SLOT(turnLeft()), Key_L);
- mMenu->insertItem(i18n("&Qt::Orientation"), oriMenu);
+ mMenu->insertItem(i18n("&Orientation"), oriMenu);
mLenMenu = new KPopupMenu(this);
mLenMenu->insertItem(i18n("&Short"), this, TQT_SLOT(setShortLength()), CTRL+Key_S);
mLenMenu->insertItem(i18n("&Medium"), this, TQT_SLOT(setMediumLength()), CTRL+Key_M);