diff options
| author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-05 17:16:35 +0000 | 
|---|---|---|
| committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-05 17:16:35 +0000 | 
| commit | 91064f3b1d93fb0449e588f70552f050b4033e9f (patch) | |
| tree | 5d042542cfd52a1ea454774157300f0509b84441 /kcm_gtk/emacsdetails.ui | |
| parent | 5cf5e6b8214ace7beb2836bce2f2b3e3324222ca (diff) | |
| download | gtk-qt-engine-91064f3b1d93fb0449e588f70552f050b4033e9f.tar.gz gtk-qt-engine-91064f3b1d93fb0449e588f70552f050b4033e9f.zip | |
Port gtk-qt-engine to TQt4
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gtk-qt-engine@1230499 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcm_gtk/emacsdetails.ui')
| -rw-r--r-- | kcm_gtk/emacsdetails.ui | 18 | 
1 files changed, 9 insertions, 9 deletions
| diff --git a/kcm_gtk/emacsdetails.ui b/kcm_gtk/emacsdetails.ui index 677a69c..489a356 100644 --- a/kcm_gtk/emacsdetails.ui +++ b/kcm_gtk/emacsdetails.ui @@ -1,10 +1,10 @@  <!DOCTYPE UI><UI version="3.3" stdsetdef="1">  <class>EmacsDetails</class> -<widget class="QDialog"> +<widget class="TQDialog">      <property name="name">          <cstring>EmacsDetails</cstring>      </property> -    <property name="geometry"> +    <property name="tqgeometry">          <rect>              <x>0</x>              <y>0</y> @@ -19,7 +19,7 @@          <property name="name">              <cstring>unnamed</cstring>          </property> -        <widget class="QLabel"> +        <widget class="TQLabel">              <property name="name">                  <cstring>textLabel2</cstring>              </property> @@ -28,7 +28,7 @@  When enabled, they will override the standard keyboard shortcuts in GTK applications.</string>              </property>          </widget> -        <widget class="QListView"> +        <widget class="TQListView">              <column>                  <property name="text">                      <string>Shortcut</string> @@ -184,9 +184,9 @@ When enabled, they will override the standard keyboard shortcuts in GTK applicat                  <bool>true</bool>              </property>          </widget> -        <widget class="QLayoutWidget"> +        <widget class="TQLayoutWidget">              <property name="name"> -                <cstring>layout13</cstring> +                <cstring>tqlayout13</cstring>              </property>              <hbox>                  <property name="name"> @@ -202,14 +202,14 @@ When enabled, they will override the standard keyboard shortcuts in GTK applicat                      <property name="sizeType">                          <enum>Expanding</enum>                      </property> -                    <property name="sizeHint"> +                    <property name="tqsizeHint">                          <size>                              <width>101</width>                              <height>21</height>                          </size>                      </property>                  </spacer> -                <widget class="QPushButton"> +                <widget class="TQPushButton">                      <property name="name">                          <cstring>pushButton4</cstring>                      </property> @@ -229,5 +229,5 @@ When enabled, they will override the standard keyboard shortcuts in GTK applicat          <slot>close()</slot>      </connection>  </connections> -<layoutdefaults spacing="6" margin="11"/> +<tqlayoutdefaults spacing="6" margin="11"/>  </UI> | 
