Advertisement
Guest User

Untitled

a guest
Mar 30th, 2010
871
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.28 KB | None | 0 0
  1. Index: okular/conf/dlgeditorbase.ui
  2. ===================================================================
  3. --- okular/conf/dlgeditorbase.ui    (revision 1109126)
  4. +++ okular/conf/dlgeditorbase.ui    (working copy)
  5. @@ -27,7 +27,7 @@
  6.         </widget>
  7.        </item>
  8.        <item row="0" column="1" >
  9. -       <widget class="QComboBox" name="kcfg_ExternalEditor" >
  10. +       <widget class="KComboBox" name="kcfg_ExternalEditor" >
  11.          <property name="whatsThis" >
  12.           <string comment="@info:whatsthis" >Choose the editor you want to launch when Okular wants to open a source file.</string>
  13.          </property>
  14. @@ -44,7 +44,7 @@
  15.             <number>0</number>
  16.            </property>
  17.            <item>
  18. -           <widget class="QLineEdit" name="kcfg_ExternalEditorCommand" />
  19. +           <widget class="KLineEdit" name="kcfg_ExternalEditorCommand" />
  20.            </item>
  21.           </layout>
  22.          </widget>
  23. @@ -54,7 +54,7 @@
  24.             <number>0</number>
  25.            </property>
  26.            <item>
  27. -           <widget class="QLineEdit" name="leReadOnlyCommand" >
  28. +           <widget class="KLineEdit" name="leReadOnlyCommand" >
  29.              <property name="readOnly" >
  30.               <bool>true</bool>
  31.              </property>
  32. Index: okular/conf/dlgidentitybase.ui
  33. ===================================================================
  34. --- okular/conf/dlgidentitybase.ui  (revision 1109126)
  35. +++ okular/conf/dlgidentitybase.ui  (working copy)
  36. @@ -63,7 +63,7 @@
  37.         </widget>
  38.        </item>
  39.        <item row="0" column="1" >
  40. -       <widget class="QLineEdit" name="kcfg_IdentityAuthor" />
  41. +       <widget class="KLineEdit" name="kcfg_IdentityAuthor" />
  42.        </item>
  43.        <item row="1" column="0" colspan="2" >
  44.         <widget class="QLabel" name="label_2" >
  45. Index: okular/conf/dlgpresentationbase.ui
  46. ===================================================================
  47. --- okular/conf/dlgpresentationbase.ui  (revision 1109126)
  48. +++ okular/conf/dlgpresentationbase.ui  (working copy)
  49. @@ -110,7 +110,7 @@
  50.           </widget>
  51.          </item>
  52.          <item row="2" column="1" >
  53. -         <widget class="QComboBox" name="kcfg_SlidesCursor" >
  54. +         <widget class="KComboBox" name="kcfg_SlidesCursor" >
  55.            <item>
  56.             <property name="text" >
  57.              <string>Hidden After Delay</string>
  58. @@ -170,7 +170,7 @@
  59.         </widget>
  60.        </item>
  61.        <item row="0" column="1" >
  62. -       <widget class="QComboBox" name="kcfg_SlidesTransition" >
  63. +       <widget class="KComboBox" name="kcfg_SlidesTransition" >
  64.          <item>
  65.           <property name="text" >
  66.            <string>Blinds Vertical</string>
  67. @@ -283,7 +283,7 @@
  68.         </widget>
  69.        </item>
  70.        <item row="0" column="1" >
  71. -       <widget class="QComboBox" name="screenCombo" />
  72. +       <widget class="KComboBox" name="screenCombo" />
  73.        </item>
  74.       </layout>
  75.      </widget>
  76. Index: okular/core/chooseenginewidget.ui
  77. ===================================================================
  78. --- okular/core/chooseenginewidget.ui   (revision 1109126)
  79. +++ okular/core/chooseenginewidget.ui   (working copy)
  80. @@ -33,7 +33,7 @@
  81.      </widget>
  82.     </item>
  83.     <item>
  84. -    <widget class="QComboBox" name="engineList" />
  85. +    <widget class="KComboBox" name="engineList" />
  86.     </item>
  87.    </layout>
  88.   </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement