diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2021-01-13 19:30:17 +0200 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2021-01-13 19:30:17 +0200 |
commit | 357ddeb8afd82d69ef871c146f4fc8f2c67fb17e (patch) | |
tree | dc3ef0e6fedd64f5fb177c114f72e1515a07cd1b /src/firstrunwizard.ui | |
parent | c6cbd71bc169ac0e927e52325dbbbcb506abbc73 (diff) | |
download | klamav-357ddeb8afd82d69ef871c146f4fc8f2c67fb17e.tar.gz klamav-357ddeb8afd82d69ef871c146f4fc8f2c67fb17e.zip |
Conversion Qt3->TQt
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'src/firstrunwizard.ui')
-rw-r--r-- | src/firstrunwizard.ui | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/firstrunwizard.ui b/src/firstrunwizard.ui index 384a7b7..8dadb07 100644 --- a/src/firstrunwizard.ui +++ b/src/firstrunwizard.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>FirstRunWizard</class> -<widget class="QWizard"> +<widget class="TQWizard"> <property name="name"> <cstring>FirstRunWizard</cstring> </property> @@ -15,7 +15,7 @@ <property name="caption"> <string>First-Run Wizard</string> </property> - <widget class="QWidget"> + <widget class="TQWidget"> <property name="name"> <cstring>WizardPage</cstring> </property> @@ -44,7 +44,7 @@ </string> </property> </widget> - <widget class="QLabel" row="0" column="2"> + <widget class="TQLabel" row="0" column="2"> <property name="name"> <cstring>preview</cstring> </property> @@ -82,7 +82,7 @@ </spacer> </grid> </widget> - <widget class="QWidget"> + <widget class="TQWidget"> <property name="name"> <cstring>WizardPage_1</cstring> </property> @@ -152,7 +152,7 @@ </rect> </property> </spacer> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckForDatabaseUpdates</cstring> </property> @@ -174,7 +174,7 @@ <bool>true</bool> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>CheckForClamAVUpdates</cstring> </property> @@ -196,7 +196,7 @@ <bool>false</bool> </property> </widget> - <widget class="QGroupBox"> + <widget class="TQGroupBox"> <property name="name"> <cstring>groupBox1</cstring> </property> @@ -243,7 +243,7 @@ <number>6</number> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>textLabel1</cstring> </property> @@ -259,7 +259,7 @@ <string>Signature Database Location:</string> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>textLabel1_2</cstring> </property> @@ -372,11 +372,11 @@ </variables> <functions> <function access="private" specifier="non virtual">init()</function> - <function access="protected">showPage( QWidget * w )</function> + <function access="protected">showPage( TQWidget * w )</function> <function returnType="KURL">databasePath()</function> <function returnType="KURL">quarantinePath()</function> - <function returnType="QString">defaultDatabasePath()</function> - <function returnType="QString">defaultQuarantinePath()</function> + <function returnType="TQString">defaultDatabasePath()</function> + <function returnType="TQString">defaultQuarantinePath()</function> <function returnType="bool">downloadDatabase()</function> <function returnType="bool">downloadClamAV()</function> </functions> |