Fix inadvertently renamed Orientation => Qt::Orientation.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/6/head
Slávek Banko 5 years ago
parent 5767e49f35
commit 7a078e4485
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -206,7 +206,7 @@ KViewPart::KViewPart(TQWidget *parentWidget, const char *widgetName, TQObject *p
viewModeAction = new TDESelectAction (i18n("View Mode"), 0, 0, 0, actionCollection(), "viewmode");
viewModeAction->setItems(viewModes);
// Qt::Orientation menu
// Orientation menu
TQStringList orientations;
orientations.append(i18n("Portrait"));
orientations.append(i18n("Landscape"));

@ -141,7 +141,7 @@
<cstring>TextLabel4</cstring>
</property>
<property name="text">
<string>Qt::Orientation:</string>
<string>Orientation:</string>
</property>
</widget>
<widget class="KComboBox" row="0" column="1" rowspan="1" colspan="2">

Loading…
Cancel
Save