From d0a269b9b0361bf71c5dd5787be0839f9dcace8c Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 3 Aug 2011 18:10:36 +0000 Subject: 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 --- kghostview/kgv_view.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kghostview/kgv_view.cpp') diff --git a/kghostview/kgv_view.cpp b/kghostview/kgv_view.cpp index 35d82a7b..9572b787 100644 --- a/kghostview/kgv_view.cpp +++ b/kghostview/kgv_view.cpp @@ -222,7 +222,7 @@ KGVPart::KGVPart( TQWidget* parentWidget, const char*, // TODO -- disable entry if there aren't any page names //-- View Menu ---------------------------------------------------------- - _selectOrientation = new KSelectAction( i18n( "&Qt::Orientation" ), 0, 0, 0, + _selectOrientation = new KSelectAction( i18n( "&Orientation" ), 0, 0, 0, actionCollection(), "orientation_menu" ); _selectMedia = new KSelectAction( i18n( "Paper &Size" ), 0, 0, 0, actionCollection(), "media_menu" ); -- cgit v1.2.1