diff options
Diffstat (limited to 'kopete/plugins/smpppdcs/smpppdcsprefs.ui')
-rw-r--r-- | kopete/plugins/smpppdcs/smpppdcsprefs.ui | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/kopete/plugins/smpppdcs/smpppdcsprefs.ui b/kopete/plugins/smpppdcs/smpppdcsprefs.ui index 067c55a3..80e8e6ed 100644 --- a/kopete/plugins/smpppdcs/smpppdcsprefs.ui +++ b/kopete/plugins/smpppdcs/smpppdcsprefs.ui @@ -1,7 +1,7 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>SMPPPDCSPrefsBase</class> <author>Heiko Schaefer</author> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>SMPPPDCSPrefsBase</cstring> </property> @@ -20,11 +20,11 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QTabWidget"> + <widget class="TQTabWidget"> <property name="name"> <cstring>tabWidget</cstring> </property> - <widget class="QWidget"> + <widget class="TQWidget"> <property name="name"> <cstring>tab</cstring> </property> @@ -35,9 +35,9 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> - <cstring>layout4</cstring> + <cstring>tqlayout4</cstring> </property> <vbox> <property name="name"> @@ -49,12 +49,12 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QButtonGroup"> + <widget class="TQButtonGroup"> <property name="name"> <cstring>csMethod</cstring> </property> <property name="title"> - <string>Method of Connection Status Detection</string> + <string>Method of Connection tqStatus Detection</string> </property> <vbox> <property name="name"> @@ -66,7 +66,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QRadioButton"> + <widget class="TQRadioButton"> <property name="name"> <cstring>useNetstat</cstring> </property> @@ -80,7 +80,7 @@ <string>Uses the netstat command to find a gateway; suitable on dial-up computers</string> </property> </widget> - <widget class="QRadioButton"> + <widget class="TQRadioButton"> <property name="name"> <cstring>useSmpppd</cstring> </property> @@ -91,7 +91,7 @@ <string>Uses the smpppd on a gateway; suitable for a computer in a private network</string> </property> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>autoCSLayout</cstring> </property> @@ -120,7 +120,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>341</width> <height>20</height> @@ -131,7 +131,7 @@ </widget> </vbox> </widget> - <widget class="QGroupBox"> + <widget class="TQGroupBox"> <property name="name"> <cstring>smpppdPrefs</cstring> </property> @@ -168,7 +168,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> @@ -179,7 +179,7 @@ </widget> </vbox> </widget> - <widget class="QWidget"> + <widget class="TQWidget"> <property name="name"> <cstring>tab</cstring> </property> @@ -203,14 +203,14 @@ <property name="sizeType"> <enum>Fixed</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>6</height> </size> </property> </spacer> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>toIgnoreLabel</cstring> </property> @@ -275,7 +275,7 @@ <tabstop>useSmpppd</tabstop> <tabstop>accountList</tabstop> </tabstops> -<layoutdefaults spacing="0" margin="0"/> +<tqlayoutdefaults spacing="0" margin="0"/> <includehints> <includehint>kpushbutton.h</includehint> <includehint>smpppdlocationwidget.h</includehint> |