summaryrefslogtreecommitdiffstats
path: root/kghostview/viewcontrol.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 /kghostview/viewcontrol.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 'kghostview/viewcontrol.cpp')
-rw-r--r--kghostview/viewcontrol.cpp2
1 files changed, 1 insertions, 1 deletions
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();