diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-04 19:54:24 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-04 19:54:24 +0000 |
commit | d7633c195a464e4d344ada9eea61afd10110598a (patch) | |
tree | 1f2da0b135f3ed84955e340cae823f00c4ce7284 /src/svnfrontend/svnlogdlg.ui | |
parent | 3fa7eb804f67b2789f128075cc2522f398640250 (diff) | |
download | tdesvn-d7633c195a464e4d344ada9eea61afd10110598a.tar.gz tdesvn-d7633c195a464e4d344ada9eea61afd10110598a.zip |
Port kdesvn to TQt4
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdesvn@1230412 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/svnfrontend/svnlogdlg.ui')
-rw-r--r-- | src/svnfrontend/svnlogdlg.ui | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/src/svnfrontend/svnlogdlg.ui b/src/svnfrontend/svnlogdlg.ui index 85038e2..37d2819 100644 --- a/src/svnfrontend/svnlogdlg.ui +++ b/src/svnfrontend/svnlogdlg.ui @@ -1,10 +1,10 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>SvnLogDialogData</class> -<widget class="QDialog"> +<widget class="TQDialog"> <property name="name"> <cstring>LogDialog</cstring> </property> - <property name="geometry"> + <property name="tqgeometry"> <rect> <x>0</x> <y>0</y> @@ -19,17 +19,17 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> - <cstring>layout5</cstring> + <cstring>tqlayout5</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> - <cstring>layout4</cstring> + <cstring>tqlayout4</cstring> </property> <grid> <property name="name"> @@ -48,7 +48,7 @@ <cstring>m_endRevButton</cstring> </property> </widget> - <widget class="QLabel" row="0" column="1"> + <widget class="TQLabel" row="0" column="1"> <property name="name"> <cstring>endLabel</cstring> </property> @@ -56,7 +56,7 @@ <string>End revision</string> </property> </widget> - <widget class="QLabel" row="0" column="0"> + <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>startLabel</cstring> </property> @@ -81,7 +81,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>107</width> <height>20</height> @@ -90,7 +90,7 @@ </spacer> </hbox> </widget> - <widget class="QSplitter"> + <widget class="TQSplitter"> <property name="name"> <cstring>m_centralSplitter</cstring> </property> @@ -186,7 +186,7 @@ <string>Select in first column revisions for diff</string> </property> </widget> - <widget class="QSplitter"> + <widget class="TQSplitter"> <property name="name"> <cstring>m_rightSplitter</cstring> </property> @@ -244,9 +244,9 @@ </widget> </widget> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> - <cstring>layout3</cstring> + <cstring>tqlayout3</cstring> </property> <hbox> <property name="name"> @@ -321,7 +321,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>42</width> <height>20</height> @@ -383,15 +383,15 @@ </connection> <connection> <sender>m_LogView</sender> - <signal>selectionChanged(QListViewItem*)</signal> + <signal>selectionChanged(TQListViewItem*)</signal> <receiver>LogDialog</receiver> - <slot>slotSelectionChanged(QListViewItem*)</slot> + <slot>slotSelectionChanged(TQListViewItem*)</slot> </connection> <connection> <sender>m_LogView</sender> - <signal>mouseButtonClicked(int,QListViewItem*,const QPoint&,int)</signal> + <signal>mouseButtonClicked(int,TQListViewItem*,const QPoint&,int)</signal> <receiver>LogDialog</receiver> - <slot>slotItemClicked(int,QListViewItem*,const QPoint&,int)</slot> + <slot>slotItemClicked(int,TQListViewItem*,const QPoint&,int)</slot> </connection> <connection> <sender>m_DispSpecDiff</sender> @@ -419,15 +419,15 @@ </connection> <connection> <sender>m_ChangedList</sender> - <signal>contextMenuRequested(QListViewItem*,const QPoint&,int)</signal> + <signal>contextMenuRequested(TQListViewItem*,const QPoint&,int)</signal> <receiver>LogDialog</receiver> - <slot>slotSingleContext(QListViewItem*,const QPoint&,int)</slot> + <slot>slotSingleContext(TQListViewItem*,const QPoint&,int)</slot> </connection> <connection> <sender>m_ChangedList</sender> - <signal>doubleClicked(QListViewItem*)</signal> + <signal>doubleClicked(TQListViewItem*)</signal> <receiver>LogDialog</receiver> - <slot>slotSingleDoubleClicked(QListViewItem*)</slot> + <slot>slotSingleDoubleClicked(TQListViewItem*)</slot> </connection> <connection> <sender>m_startRevButton</sender> @@ -448,21 +448,21 @@ <slot>slotGetLogs()</slot> </connection> </connections> -<slots> - <slot access="protected">slotSelectionChanged(QListViewItem*)</slot> - <slot access="protected">slotItemChanged(QListViewItem*)</slot> +<Q_SLOTS> + <slot access="protected">slotSelectionChanged(TQListViewItem*)</slot> + <slot access="protected">slotItemChanged(TQListViewItem*)</slot> <slot access="protected">slotDispPrevious()</slot> - <slot access="protected">slotItemClicked(int,QListViewItem*,const QPoint &,int)</slot> + <slot access="protected">slotItemClicked(int,TQListViewItem*,const QPoint &,int)</slot> <slot access="protected">slotDispSelected()</slot> <slot access="protected">slotListEntries()</slot> <slot access="protected">slotBlameItem()</slot> <slot access="protected">slotEntriesSelectionChanged()</slot> - <slot access="protected">slotSingleContext(QListViewItem*, const QPoint &, int)</slot> - <slot access="protected">slotSingleDoubleClicked(QListViewItem*)</slot> + <slot access="protected">slotSingleContext(TQListViewItem*, const QPoint &, int)</slot> + <slot access="protected">slotSingleDoubleClicked(TQListViewItem*)</slot> <slot access="protected">slotRevisionSelected()</slot> <slot access="protected">slotGetLogs()</slot> -</slots> -<layoutdefaults spacing="2" margin="2"/> +</Q_SLOTS> +<tqlayoutdefaults spacing="2" margin="2"/> <includehints> <includehint>kpushbutton.h</includehint> <includehint>revisionbuttonimpl.h</includehint> |