summaryrefslogtreecommitdiffstats
path: root/kghostview
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 /kghostview
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 'kghostview')
-rw-r--r--kghostview/kgv_view.cpp2
-rw-r--r--kghostview/viewcontrol.cpp2
2 files changed, 2 insertions, 2 deletions
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" );
diff --git a/kghostview/viewcontrol.cpp b/kghostview/viewcontrol.cpp
index 5a912a0c..3da5730e 100644
--- a/kghostview/viewcontrol.cpp
+++ b/kghostview/viewcontrol.cpp
@@ -103,7 +103,7 @@ ViewControl::ViewControl( TQWidget *tqparent, const char *name )
grid->addWidget( vcLabel, 1, 0 );
- vcLabel = new TQLabel( orientComboBox, i18n("&Qt::Orientation"), vcGroupBox );
+ vcLabel = new TQLabel( orientComboBox, i18n("&Orientation"), vcGroupBox );
vcLabel->tqsetAlignment( AlignRight | AlignVCenter | ShowPrefix );
if ( vcLabel->tqsizeHint().width() > labelWidth )
labelWidth = vcLabel->tqsizeHint().width();