summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore
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
commite7e4b0b68cf15e861bb8f0f7ee76156460cdf97d (patch)
tree0d7b18b719cc71b15efcb5be91e4ca2f9926bf9e /lib/kofficecore
parent86ea45fe5947020ff39e593b7f86f3c8b518d79b (diff)
downloadkoffice-e7e4b0b68cf15e861bb8f0f7ee76156460cdf97d.tar.gz
koffice-e7e4b0b68cf15e861bb8f0f7ee76156460cdf97d.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/applications/koffice@1244690 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'lib/kofficecore')
-rw-r--r--lib/kofficecore/KoMainWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoMainWindow.cpp b/lib/kofficecore/KoMainWindow.cpp
index b78677f4..be8a0fa2 100644
--- a/lib/kofficecore/KoMainWindow.cpp
+++ b/lib/kofficecore/KoMainWindow.cpp
@@ -272,7 +272,7 @@ KoMainWindow::KoMainWindow( KInstance *instance, const char* name )
actionCollection(), "view_rm_splitter");
d->m_splitViewActionList.append(d->m_removeView);
d->m_removeView->setEnabled(false);
- d->m_orientation=new KSelectAction(i18n("Splitter &Qt::Orientation"), "view_orientation", 0,
+ d->m_orientation=new KSelectAction(i18n("Splitter &Orientation"), "view_orientation", 0,
TQT_TQOBJECT(this), TQT_SLOT(slotSetOrientation()),
actionCollection(), "view_splitter_orientation");
TQStringList items;