Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: okular/conf/dlgeditorbase.ui
- ===================================================================
- --- okular/conf/dlgeditorbase.ui (revision 1109126)
- +++ okular/conf/dlgeditorbase.ui (working copy)
- @@ -27,7 +27,7 @@
- </widget>
- </item>
- <item row="0" column="1" >
- - <widget class="QComboBox" name="kcfg_ExternalEditor" >
- + <widget class="KComboBox" name="kcfg_ExternalEditor" >
- <property name="whatsThis" >
- <string comment="@info:whatsthis" >Choose the editor you want to launch when Okular wants to open a source file.</string>
- </property>
- @@ -44,7 +44,7 @@
- <number>0</number>
- </property>
- <item>
- - <widget class="QLineEdit" name="kcfg_ExternalEditorCommand" />
- + <widget class="KLineEdit" name="kcfg_ExternalEditorCommand" />
- </item>
- </layout>
- </widget>
- @@ -54,7 +54,7 @@
- <number>0</number>
- </property>
- <item>
- - <widget class="QLineEdit" name="leReadOnlyCommand" >
- + <widget class="KLineEdit" name="leReadOnlyCommand" >
- <property name="readOnly" >
- <bool>true</bool>
- </property>
- Index: okular/conf/dlgidentitybase.ui
- ===================================================================
- --- okular/conf/dlgidentitybase.ui (revision 1109126)
- +++ okular/conf/dlgidentitybase.ui (working copy)
- @@ -63,7 +63,7 @@
- </widget>
- </item>
- <item row="0" column="1" >
- - <widget class="QLineEdit" name="kcfg_IdentityAuthor" />
- + <widget class="KLineEdit" name="kcfg_IdentityAuthor" />
- </item>
- <item row="1" column="0" colspan="2" >
- <widget class="QLabel" name="label_2" >
- Index: okular/conf/dlgpresentationbase.ui
- ===================================================================
- --- okular/conf/dlgpresentationbase.ui (revision 1109126)
- +++ okular/conf/dlgpresentationbase.ui (working copy)
- @@ -110,7 +110,7 @@
- </widget>
- </item>
- <item row="2" column="1" >
- - <widget class="QComboBox" name="kcfg_SlidesCursor" >
- + <widget class="KComboBox" name="kcfg_SlidesCursor" >
- <item>
- <property name="text" >
- <string>Hidden After Delay</string>
- @@ -170,7 +170,7 @@
- </widget>
- </item>
- <item row="0" column="1" >
- - <widget class="QComboBox" name="kcfg_SlidesTransition" >
- + <widget class="KComboBox" name="kcfg_SlidesTransition" >
- <item>
- <property name="text" >
- <string>Blinds Vertical</string>
- @@ -283,7 +283,7 @@
- </widget>
- </item>
- <item row="0" column="1" >
- - <widget class="QComboBox" name="screenCombo" />
- + <widget class="KComboBox" name="screenCombo" />
- </item>
- </layout>
- </widget>
- Index: okular/core/chooseenginewidget.ui
- ===================================================================
- --- okular/core/chooseenginewidget.ui (revision 1109126)
- +++ okular/core/chooseenginewidget.ui (working copy)
- @@ -33,7 +33,7 @@
- </widget>
- </item>
- <item>
- - <widget class="QComboBox" name="engineList" />
- + <widget class="KComboBox" name="engineList" />
- </item>
- </layout>
- </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement