diff options
author | Michele Calgaro <[email protected]> | 2021-12-17 19:53:54 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-12-17 19:53:54 +0900 |
commit | 35181c8a0f3b1e381a53b59bb327c477e55c0178 (patch) | |
tree | 1c546bbf2c5b44a8319cd4a1a43146ba1a3998e8 /src/authdetails.ui | |
parent | 5a3408879dbba9ac96ea027a16a5c67aaf49d855 (diff) | |
download | polkit-agent-tde-35181c8a0f3b1e381a53b59bb327c477e55c0178.tar.gz polkit-agent-tde-35181c8a0f3b1e381a53b59bb327c477e55c0178.zip |
Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tq
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/authdetails.ui')
-rw-r--r-- | src/authdetails.ui | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/authdetails.ui b/src/authdetails.ui index 6dda5da..04a2957 100644 --- a/src/authdetails.ui +++ b/src/authdetails.ui @@ -1,6 +1,6 @@ <ui version="4.0" > <class>AuthDetails</class> - <widget class="QWidget" name="AuthDetails" > + <widget class="TQWidget" name="AuthDetails" > <property name="geometry" > <rect> <x>0</x> @@ -15,23 +15,23 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <layout class="QGridLayout" name="gridLayout" > + <layout class="TQGridLayout" name="gridLayout" > <item row="1" column="0" > - <widget class="QLabel" name="label" > + <widget class="TQLabel" name="label" > <property name="text" > <string>Application:</string> </property> </widget> </item> <item row="2" column="0" > - <widget class="QLabel" name="label_3" > + <widget class="TQLabel" name="label_3" > <property name="text" > <string>Action:</string> </property> </widget> </item> <item row="3" column="0" > - <widget class="QLabel" name="vendorL" > + <widget class="TQLabel" name="vendorL" > <property name="text" > <string>Vendor:</string> </property> @@ -66,12 +66,12 @@ <item row="0" column="0" colspan="4" > <widget class="Line" name="line" > <property name="orientation" > - <enum>Qt::Horizontal</enum> + <enum>TQt::Horizontal</enum> </property> </widget> </item> <item row="1" column="1" colspan="3" > - <widget class="QLabel" name="app_label" > + <widget class="TQLabel" name="app_label" > <property name="text" > <string>Application:</string> </property> @@ -82,7 +82,7 @@ <customwidgets> <customwidget> <class>KUrlLabel</class> - <extends>QLabel</extends> + <extends>TQLabel</extends> <header>kurllabel.h</header> </customwidget> </customwidgets> |