Rename a number of old tq methods that are no longer tq specific

pull/1/head
Timothy Pearson 13 years ago
parent 2622d5ad00
commit 1d9c18c8a0

@ -1678,7 +1678,7 @@
- void doConnect() - void doConnect()
- void doDisconnect() - void doDisconnect()
- uint getConnectedTime() - uint getConnectedTime()
- QString gettqStatus() - QString getStatus()
- QString getCurrentProfile() - QString getCurrentProfile()
- void setProfile(QString profilename) - void setProfile(QString profilename)
- void createNewProfile() - void createNewProfile()
@ -1737,7 +1737,7 @@
crash fix if no currentprofile defined. thank to Laurent Montel <montel@kde.org> who has it provided. crash fix if no currentprofile defined. thank to Laurent Montel <montel@kde.org> who has it provided.
2004-12-16 Christoph Thielecke <crissi99@gmx.de> 2004-12-16 Christoph Thielecke <crissi99@gmx.de>
tqgeometry setting of mainwindow fixed geometry setting of mainwindow fixed
2004-12-11 Christoph Thielecke <crissi99@gmx.de> 2004-12-11 Christoph Thielecke <crissi99@gmx.de>
profile widget better organized profile widget better organized

@ -18,7 +18,7 @@ QString getVersion()
void doConnect() void doConnect()
void doDisconnect() void doDisconnect()
uint getConnectedTime() uint getConnectedTime()
QString gettqStatus() QString getStatus()
QString getCurrentProfile() QString getCurrentProfile()
void setProfile(QString profilename) void setProfile(QString profilename)
void createNewProfile() void createNewProfile()

@ -28,7 +28,7 @@
<kdevvalgrind> <kdevvalgrind>
<executable path="" params="" /> <executable path="" params="" />
<valgrind path="valgrind" params="--tool=memcheck --leak-check=yes" /> <valgrind path="valgrind" params="--tool=memcheck --leak-check=yes" />
<calltree path="calltree" params=" --trace-tqchildren=yes" /> <calltree path="calltree" params=" --trace-children=yes" />
<kcachegrind path="kcachegrind" /> <kcachegrind path="kcachegrind" />
</kdevvalgrind> </kdevvalgrind>
</pluginList> </pluginList>

@ -7686,7 +7686,7 @@ msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox) #. i18n: ectx: property (title), widget (QGroupBox)
#: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346 #: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346
#, fuzzy #, fuzzy
msgid "Connection tqStatus Check" msgid "Connection Status Check"
msgstr "Връзката е установена" msgstr "Връзката е установена"
#. i18n: file: profilenetworkgeneraloptionsbase.ui:593 #. i18n: file: profilenetworkgeneraloptionsbase.ui:593
@ -14025,23 +14025,23 @@ msgid "write of %1 was ok."
msgstr "" msgstr ""
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("user password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("user password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("user password")), #. i18n( "Unable to store secure %1" ).arg(i18n("user password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "User password", it->getUserPassword() ); #. config->writeEntry( "User password", it->getUserPassword() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("pre shared key")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("pre shared key")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("pre shared key")), #. i18n( "Unable to store secure %1" ).arg(i18n("pre shared key")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("preshared key password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("preshared key password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("reshared key password")), #. i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }

@ -7648,7 +7648,7 @@ msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox) #. i18n: ectx: property (title), widget (QGroupBox)
#: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346 #: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346
#, fuzzy #, fuzzy
msgid "Connection tqStatus Check" msgid "Connection Status Check"
msgstr "Connexió establerta." msgstr "Connexió establerta."
#. i18n: file: profilenetworkgeneraloptionsbase.ui:593 #. i18n: file: profilenetworkgeneraloptionsbase.ui:593
@ -14036,23 +14036,23 @@ msgid "write of %1 was ok."
msgstr "" msgstr ""
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("user password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("user password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("user password")), #. i18n( "Unable to store secure %1" ).arg(i18n("user password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "User password", it->getUserPassword() ); #. config->writeEntry( "User password", it->getUserPassword() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("pre shared key")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("pre shared key")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("pre shared key")), #. i18n( "Unable to store secure %1" ).arg(i18n("pre shared key")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("preshared key password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("preshared key password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("reshared key password")), #. i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }

@ -7488,7 +7488,7 @@ msgstr ""
#. i18n: file: profilenetworkgeneraloptionsbase.ui:590 #. i18n: file: profilenetworkgeneraloptionsbase.ui:590
#. i18n: ectx: property (title), widget (QGroupBox) #. i18n: ectx: property (title), widget (QGroupBox)
#: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346 #: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346
msgid "Connection tqStatus Check" msgid "Connection Status Check"
msgstr "Forbindelsesstatus kontrol" msgstr "Forbindelsesstatus kontrol"
#. i18n: file: profilenetworkgeneraloptionsbase.ui:593 #. i18n: file: profilenetworkgeneraloptionsbase.ui:593
@ -13721,23 +13721,23 @@ msgid "write of %1 was ok."
msgstr "Det lykkedes at gemme %1." msgstr "Det lykkedes at gemme %1."
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("user password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("user password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("user password")), #. i18n( "Unable to store secure %1" ).arg(i18n("user password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "User password", it->getUserPassword() ); #. config->writeEntry( "User password", it->getUserPassword() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("pre shared key")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("pre shared key")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("pre shared key")), #. i18n( "Unable to store secure %1" ).arg(i18n("pre shared key")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("preshared key password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("preshared key password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("reshared key password")), #. i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }

@ -7438,7 +7438,7 @@ msgstr ""
#. i18n: file: profilenetworkgeneraloptionsbase.ui:590 #. i18n: file: profilenetworkgeneraloptionsbase.ui:590
#. i18n: ectx: property (title), widget (QGroupBox) #. i18n: ectx: property (title), widget (QGroupBox)
#: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346 #: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346
msgid "Connection tqStatus Check" msgid "Connection Status Check"
msgstr "Verbindungsstatustest" msgstr "Verbindungsstatustest"
#. i18n: file: profilenetworkgeneraloptionsbase.ui:593 #. i18n: file: profilenetworkgeneraloptionsbase.ui:593
@ -9449,7 +9449,7 @@ msgstr "Trennen angefordert"
#: kvpnc.cpp:8228 #: kvpnc.cpp:8228
msgid "Disconnect requested, status connected" msgid "Disconnect requested, status connected"
msgstr "Trennen angefordert, tqStatus verbunden" msgstr "Trennen angefordert, Status verbunden"
#: kvpnc.cpp:8305 kvpnc.cpp:9782 #: kvpnc.cpp:8305 kvpnc.cpp:9782
msgid "Vpnc pid file found, killing process %1" msgid "Vpnc pid file found, killing process %1"
@ -9584,7 +9584,7 @@ msgstr "ssh-Stopdatei"
#: kvpnc.cpp:9726 #: kvpnc.cpp:9726
msgid "Disconnect requested, status connecting" msgid "Disconnect requested, status connecting"
msgstr "Trennen angefordert, tqStatus Verbindungsaufbau" msgstr "Trennen angefordert, Status Verbindungsaufbau"
#: kvpnc.cpp:9729 #: kvpnc.cpp:9729
msgid "Killing process while connecting.\n" msgid "Killing process while connecting.\n"
@ -9592,7 +9592,7 @@ msgstr "Es wird Prozess während des Verbindens getötet.\n"
#: kvpnc.cpp:10456 #: kvpnc.cpp:10456
msgid "%1 tunnel state: %2" msgid "%1 tunnel state: %2"
msgstr "%1 Tunnel-tqStatus: %2" msgstr "%1 Tunnel-Status: %2"
#: kvpnc.cpp:11059 #: kvpnc.cpp:11059
msgid "Not connected.\n" msgid "Not connected.\n"
@ -13437,23 +13437,23 @@ msgid "write of %1 was ok."
msgstr "schreiben von %1 war ok." msgstr "schreiben von %1 war ok."
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("user password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("user password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("user password")), #. i18n( "Unable to store secure %1" ).arg(i18n("user password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "User password", it->getUserPassword() ); #. config->writeEntry( "User password", it->getUserPassword() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("pre shared key")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("pre shared key")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("pre shared key")), #. i18n( "Unable to store secure %1" ).arg(i18n("pre shared key")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("preshared key password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("preshared key password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("reshared key password")), #. i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }

@ -7538,7 +7538,7 @@ msgstr ""
#. i18n: file: profilenetworkgeneraloptionsbase.ui:590 #. i18n: file: profilenetworkgeneraloptionsbase.ui:590
#. i18n: ectx: property (title), widget (QGroupBox) #. i18n: ectx: property (title), widget (QGroupBox)
#: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346 #: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346
msgid "Connection tqStatus Check" msgid "Connection Status Check"
msgstr "Comprobación del estado de la conexión" msgstr "Comprobación del estado de la conexión"
#. i18n: file: profilenetworkgeneraloptionsbase.ui:593 #. i18n: file: profilenetworkgeneraloptionsbase.ui:593
@ -13913,23 +13913,23 @@ msgid "write of %1 was ok."
msgstr "la escritura de %1 se ha realizado correctamente." msgstr "la escritura de %1 se ha realizado correctamente."
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("user password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("user password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("user password")), #. i18n( "Unable to store secure %1" ).arg(i18n("user password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "User password", it->getUserPassword() ); #. config->writeEntry( "User password", it->getUserPassword() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("pre shared key")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("pre shared key")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("pre shared key")), #. i18n( "Unable to store secure %1" ).arg(i18n("pre shared key")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("preshared key password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("preshared key password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("reshared key password")), #. i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }

@ -7632,7 +7632,7 @@ msgstr ""
#. i18n: file: profilenetworkgeneraloptionsbase.ui:590 #. i18n: file: profilenetworkgeneraloptionsbase.ui:590
#. i18n: ectx: property (title), widget (QGroupBox) #. i18n: ectx: property (title), widget (QGroupBox)
#: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346 #: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346
msgid "Connection tqStatus Check" msgid "Connection Status Check"
msgstr "Vérification de l'état de la connexion" msgstr "Vérification de l'état de la connexion"
#. i18n: file: profilenetworkgeneraloptionsbase.ui:593 #. i18n: file: profilenetworkgeneraloptionsbase.ui:593
@ -13925,23 +13925,23 @@ msgid "write of %1 was ok."
msgstr "ecriture de %1 complétée." msgstr "ecriture de %1 complétée."
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("user password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("user password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("user password")), #. i18n( "Unable to store secure %1" ).arg(i18n("user password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "User password", it->getUserPassword() ); #. config->writeEntry( "User password", it->getUserPassword() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("pre shared key")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("pre shared key")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("pre shared key")), #. i18n( "Unable to store secure %1" ).arg(i18n("pre shared key")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("preshared key password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("preshared key password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("reshared key password")), #. i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }

@ -7708,7 +7708,7 @@ msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox) #. i18n: ectx: property (title), widget (QGroupBox)
#: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346 #: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346
#, fuzzy #, fuzzy
msgid "Connection tqStatus Check" msgid "Connection Status Check"
msgstr "A kapcsolat létrejött." msgstr "A kapcsolat létrejött."
#. i18n: file: profilenetworkgeneraloptionsbase.ui:593 #. i18n: file: profilenetworkgeneraloptionsbase.ui:593
@ -14145,23 +14145,23 @@ msgid "write of %1 was ok."
msgstr "" msgstr ""
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("user password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("user password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("user password")), #. i18n( "Unable to store secure %1" ).arg(i18n("user password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "User password", it->getUserPassword() ); #. config->writeEntry( "User password", it->getUserPassword() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("pre shared key")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("pre shared key")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("pre shared key")), #. i18n( "Unable to store secure %1" ).arg(i18n("pre shared key")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("preshared key password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("preshared key password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("reshared key password")), #. i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }

@ -7508,7 +7508,7 @@ msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox) #. i18n: ectx: property (title), widget (QGroupBox)
#: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346 #: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346
#, fuzzy #, fuzzy
msgid "Connection tqStatus Check" msgid "Connection Status Check"
msgstr "Connessione stabilita." msgstr "Connessione stabilita."
#. i18n: file: profilenetworkgeneraloptionsbase.ui:593 #. i18n: file: profilenetworkgeneraloptionsbase.ui:593
@ -13782,23 +13782,23 @@ msgid "write of %1 was ok."
msgstr "" msgstr ""
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("user password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("user password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("user password")), #. i18n( "Unable to store secure %1" ).arg(i18n("user password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "User password", it->getUserPassword() ); #. config->writeEntry( "User password", it->getUserPassword() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("pre shared key")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("pre shared key")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("pre shared key")), #. i18n( "Unable to store secure %1" ).arg(i18n("pre shared key")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("preshared key password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("preshared key password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("reshared key password")), #. i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }

@ -7474,7 +7474,7 @@ msgstr ""
#. i18n: file: profilenetworkgeneraloptionsbase.ui:590 #. i18n: file: profilenetworkgeneraloptionsbase.ui:590
#. i18n: ectx: property (title), widget (QGroupBox) #. i18n: ectx: property (title), widget (QGroupBox)
#: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346 #: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346
msgid "Connection tqStatus Check" msgid "Connection Status Check"
msgstr "接続状態チェック" msgstr "接続状態チェック"
#. i18n: file: profilenetworkgeneraloptionsbase.ui:593 #. i18n: file: profilenetworkgeneraloptionsbase.ui:593
@ -13741,23 +13741,23 @@ msgid "write of %1 was ok."
msgstr "%1 の書き込みに成功しました。" msgstr "%1 の書き込みに成功しました。"
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("user password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("user password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("user password")), #. i18n( "Unable to store secure %1" ).arg(i18n("user password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "User password", it->getUserPassword() ); #. config->writeEntry( "User password", it->getUserPassword() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("pre shared key")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("pre shared key")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("pre shared key")), #. i18n( "Unable to store secure %1" ).arg(i18n("pre shared key")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("preshared key password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("preshared key password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("reshared key password")), #. i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }

@ -7163,7 +7163,7 @@ msgstr ""
#. i18n: file: profilenetworkgeneraloptionsbase.ui:590 #. i18n: file: profilenetworkgeneraloptionsbase.ui:590
#. i18n: ectx: property (title), widget (QGroupBox) #. i18n: ectx: property (title), widget (QGroupBox)
#: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346 #: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346
msgid "Connection tqStatus Check" msgid "Connection Status Check"
msgstr "" msgstr ""
#. i18n: file: profilenetworkgeneraloptionsbase.ui:593 #. i18n: file: profilenetworkgeneraloptionsbase.ui:593
@ -12842,23 +12842,23 @@ msgid "write of %1 was ok."
msgstr "" msgstr ""
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("user password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("user password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("user password")), #. i18n( "Unable to store secure %1" ).arg(i18n("user password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "User password", it->getUserPassword() ); #. config->writeEntry( "User password", it->getUserPassword() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("pre shared key")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("pre shared key")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("pre shared key")), #. i18n( "Unable to store secure %1" ).arg(i18n("pre shared key")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("preshared key password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("preshared key password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("reshared key password")), #. i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }

@ -7550,7 +7550,7 @@ msgstr ""
#. i18n: file: profilenetworkgeneraloptionsbase.ui:590 #. i18n: file: profilenetworkgeneraloptionsbase.ui:590
#. i18n: ectx: property (title), widget (QGroupBox) #. i18n: ectx: property (title), widget (QGroupBox)
#: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346 #: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346
msgid "Connection tqStatus Check" msgid "Connection Status Check"
msgstr "Controle op verbindingsstatus" msgstr "Controle op verbindingsstatus"
#. i18n: file: profilenetworkgeneraloptionsbase.ui:593 #. i18n: file: profilenetworkgeneraloptionsbase.ui:593
@ -13913,23 +13913,23 @@ msgid "write of %1 was ok."
msgstr "schrijven van %1 is gelukt." msgstr "schrijven van %1 is gelukt."
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("user password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("user password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("user password")), #. i18n( "Unable to store secure %1" ).arg(i18n("user password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "User password", it->getUserPassword() ); #. config->writeEntry( "User password", it->getUserPassword() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("pre shared key")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("pre shared key")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("pre shared key")), #. i18n( "Unable to store secure %1" ).arg(i18n("pre shared key")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("preshared key password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("preshared key password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("reshared key password")), #. i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }

@ -7474,7 +7474,7 @@ msgstr ""
#. i18n: file: profilenetworkgeneraloptionsbase.ui:590 #. i18n: file: profilenetworkgeneraloptionsbase.ui:590
#. i18n: ectx: property (title), widget (QGroupBox) #. i18n: ectx: property (title), widget (QGroupBox)
#: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346 #: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346
msgid "Connection tqStatus Check" msgid "Connection Status Check"
msgstr "Sprawdzanie statusu połączenia" msgstr "Sprawdzanie statusu połączenia"
#. i18n: file: profilenetworkgeneraloptionsbase.ui:593 #. i18n: file: profilenetworkgeneraloptionsbase.ui:593
@ -13729,23 +13729,23 @@ msgid "write of %1 was ok."
msgstr "poprawny zapis %1." msgstr "poprawny zapis %1."
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("user password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("user password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("user password")), #. i18n( "Unable to store secure %1" ).arg(i18n("user password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "User password", it->getUserPassword() ); #. config->writeEntry( "User password", it->getUserPassword() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("pre shared key")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("pre shared key")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("pre shared key")), #. i18n( "Unable to store secure %1" ).arg(i18n("pre shared key")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("preshared key password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("preshared key password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("reshared key password")), #. i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }

@ -7583,7 +7583,7 @@ msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox) #. i18n: ectx: property (title), widget (QGroupBox)
#: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346 #: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346
#, fuzzy #, fuzzy
msgid "Connection tqStatus Check" msgid "Connection Status Check"
msgstr "Opções de conexão" msgstr "Opções de conexão"
#. i18n: file: profilenetworkgeneraloptionsbase.ui:593 #. i18n: file: profilenetworkgeneraloptionsbase.ui:593
@ -13922,23 +13922,23 @@ msgid "write of %1 was ok."
msgstr "" msgstr ""
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("user password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("user password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("user password")), #. i18n( "Unable to store secure %1" ).arg(i18n("user password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "User password", it->getUserPassword() ); #. config->writeEntry( "User password", it->getUserPassword() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("pre shared key")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("pre shared key")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("pre shared key")), #. i18n( "Unable to store secure %1" ).arg(i18n("pre shared key")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("preshared key password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("preshared key password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("reshared key password")), #. i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }

@ -7653,7 +7653,7 @@ msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox) #. i18n: ectx: property (title), widget (QGroupBox)
#: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346 #: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346
#, fuzzy #, fuzzy
msgid "Connection tqStatus Check" msgid "Connection Status Check"
msgstr "Соединение установлено." msgstr "Соединение установлено."
#. i18n: file: profilenetworkgeneraloptionsbase.ui:593 #. i18n: file: profilenetworkgeneraloptionsbase.ui:593
@ -14019,23 +14019,23 @@ msgid "write of %1 was ok."
msgstr "" msgstr ""
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("user password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("user password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("user password")), #. i18n( "Unable to store secure %1" ).arg(i18n("user password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "User password", it->getUserPassword() ); #. config->writeEntry( "User password", it->getUserPassword() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("pre shared key")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("pre shared key")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("pre shared key")), #. i18n( "Unable to store secure %1" ).arg(i18n("pre shared key")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("preshared key password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("preshared key password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("reshared key password")), #. i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }

@ -7495,7 +7495,7 @@ msgstr ""
#. i18n: file: profilenetworkgeneraloptionsbase.ui:590 #. i18n: file: profilenetworkgeneraloptionsbase.ui:590
#. i18n: ectx: property (title), widget (QGroupBox) #. i18n: ectx: property (title), widget (QGroupBox)
#: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346 #: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346
msgid "Connection tqStatus Check" msgid "Connection Status Check"
msgstr "Kontrola stavu spojenia" msgstr "Kontrola stavu spojenia"
#. i18n: file: profilenetworkgeneraloptionsbase.ui:593 #. i18n: file: profilenetworkgeneraloptionsbase.ui:593
@ -13768,23 +13768,23 @@ msgid "write of %1 was ok."
msgstr "zápis %1 bol v poriadku." msgstr "zápis %1 bol v poriadku."
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("user password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("user password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("user password")), #. i18n( "Unable to store secure %1" ).arg(i18n("user password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "User password", it->getUserPassword() ); #. config->writeEntry( "User password", it->getUserPassword() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("pre shared key")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("pre shared key")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("pre shared key")), #. i18n( "Unable to store secure %1" ).arg(i18n("pre shared key")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("preshared key password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("preshared key password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("reshared key password")), #. i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }

@ -7685,7 +7685,7 @@ msgstr ""
#. i18n: file: profilenetworkgeneraloptionsbase.ui:590 #. i18n: file: profilenetworkgeneraloptionsbase.ui:590
#. i18n: ectx: property (title), widget (QGroupBox) #. i18n: ectx: property (title), widget (QGroupBox)
#: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346 #: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346
msgid "Connection tqStatus Check" msgid "Connection Status Check"
msgstr "Statuskontroll av anslutning" msgstr "Statuskontroll av anslutning"
#. i18n: file: profilenetworkgeneraloptionsbase.ui:593 #. i18n: file: profilenetworkgeneraloptionsbase.ui:593
@ -14026,23 +14026,23 @@ msgid "write of %1 was ok."
msgstr "skrivning av %1 var ok." msgstr "skrivning av %1 var ok."
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("user password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("user password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("user password")), #. i18n( "Unable to store secure %1" ).arg(i18n("user password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "User password", it->getUserPassword() ); #. config->writeEntry( "User password", it->getUserPassword() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("pre shared key")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("pre shared key")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("pre shared key")), #. i18n( "Unable to store secure %1" ).arg(i18n("pre shared key")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("preshared key password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("preshared key password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("reshared key password")), #. i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }

@ -7657,7 +7657,7 @@ msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox) #. i18n: ectx: property (title), widget (QGroupBox)
#: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346 #: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346
#, fuzzy #, fuzzy
msgid "Connection tqStatus Check" msgid "Connection Status Check"
msgstr "Bağlantı sağlandı." msgstr "Bağlantı sağlandı."
#. i18n: file: profilenetworkgeneraloptionsbase.ui:593 #. i18n: file: profilenetworkgeneraloptionsbase.ui:593
@ -14035,23 +14035,23 @@ msgid "write of %1 was ok."
msgstr "" msgstr ""
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("user password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("user password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("user password")), #. i18n( "Unable to store secure %1" ).arg(i18n("user password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "User password", it->getUserPassword() ); #. config->writeEntry( "User password", it->getUserPassword() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("pre shared key")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("pre shared key")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("pre shared key")), #. i18n( "Unable to store secure %1" ).arg(i18n("pre shared key")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("preshared key password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("preshared key password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("reshared key password")), #. i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }

@ -7609,7 +7609,7 @@ msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox) #. i18n: ectx: property (title), widget (QGroupBox)
#: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346 #: rc.cpp:4263 profilenetworkgeneraloptionsbase.cpp:346
#, fuzzy #, fuzzy
msgid "Connection tqStatus Check" msgid "Connection Status Check"
msgstr "连接已建立。" msgstr "连接已建立。"
#. i18n: file: profilenetworkgeneraloptionsbase.ui:593 #. i18n: file: profilenetworkgeneraloptionsbase.ui:593
@ -13939,23 +13939,23 @@ msgid "write of %1 was ok."
msgstr "" msgstr ""
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("user password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("user password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("user password")), #. i18n( "Unable to store secure %1" ).arg(i18n("user password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "User password", it->getUserPassword() ); #. config->writeEntry( "User password", it->getUserPassword() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("pre shared key")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("pre shared key")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("pre shared key")), #. i18n( "Unable to store secure %1" ).arg(i18n("pre shared key")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }
#. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" #. i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
#. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("preshared key password")), #. "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("preshared key password")),
#. i18n( "Unable to store secure %1" ).tqarg(i18n("reshared key password")), #. i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")),
#. KGuiItem( i18n( "Store &Unsafe" ), QString::tqfromLatin1( "unlock" ),QString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) #. KGuiItem( i18n( "Store &Unsafe" ), QString::fromLatin1( "unlock" ),QString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
#. { #. {
#. config->writeEntry( "Pre shared key", it->getPreSharedKey() ); #. config->writeEntry( "Pre shared key", it->getPreSharedKey() );
#. } #. }

@ -31,7 +31,7 @@ AddNetworkRouteDialog::AddNetworkRouteDialog(TQWidget *parent, const TQString& c
{ {
main = new AddNetworkRouteDialogBase (this); main = new AddNetworkRouteDialogBase (this);
setMainWidget(main); setMainWidget(main);
main->setMinimumSize(main->tqsizeHint()); main->setMinimumSize(main->sizeHint());
connect(main->UseGatewayCheckBox,TQT_SIGNAL(toggled(bool)),this, TQT_SLOT(useGatewayToggled(bool))); connect(main->UseGatewayCheckBox,TQT_SIGNAL(toggled(bool)),this, TQT_SLOT(useGatewayToggled(bool)));
connect(main->UseInterfaceCheckBox,TQT_SIGNAL(toggled(bool)),this, TQT_SLOT(useInterfaceToggled(bool))); connect(main->UseInterfaceCheckBox,TQT_SIGNAL(toggled(bool)),this, TQT_SLOT(useInterfaceToggled(bool)));

@ -27,7 +27,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout12</cstring> <cstring>layout12</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -35,7 +35,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout9</cstring> <cstring>layout9</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -214,7 +214,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout5</cstring> <cstring>layout5</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -247,7 +247,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>49</width> <width>49</width>
<height>20</height> <height>20</height>
@ -272,7 +272,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout11</cstring> <cstring>layout11</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -305,7 +305,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>88</width> <width>88</width>
<height>20</height> <height>20</height>

@ -43,7 +43,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>56</height> <height>56</height>

@ -24,7 +24,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout15</cstring> <cstring>layout15</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -54,7 +54,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout39</cstring> <cstring>layout39</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -62,7 +62,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout38</cstring> <cstring>layout38</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -92,7 +92,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="12" column="1"> <widget class="TQLayoutWidget" row="12" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout75_2</cstring> <cstring>layout75_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -119,7 +119,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>181</width> <width>181</width>
<height>20</height> <height>20</height>
@ -149,7 +149,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="10" column="1"> <widget class="TQLayoutWidget" row="10" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout76</cstring> <cstring>layout76</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -176,7 +176,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>110</width> <width>110</width>
<height>20</height> <height>20</height>
@ -256,7 +256,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="11" column="1"> <widget class="TQLayoutWidget" row="11" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout75</cstring> <cstring>layout75</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -283,7 +283,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>181</width> <width>181</width>
<height>20</height> <height>20</height>
@ -316,7 +316,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="5" column="1"> <widget class="TQLayoutWidget" row="5" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout15</cstring> <cstring>layout15</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -346,7 +346,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>167</width> <width>167</width>
<height>21</height> <height>21</height>
@ -387,7 +387,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="1"> <widget class="TQLayoutWidget" row="4" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout78</cstring> <cstring>layout78</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -414,7 +414,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>141</width> <width>141</width>
<height>20</height> <height>20</height>
@ -436,7 +436,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="14" column="1"> <widget class="TQLayoutWidget" row="14" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout15_2</cstring> <cstring>layout15_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -472,7 +472,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>167</width> <width>167</width>
<height>21</height> <height>21</height>
@ -488,7 +488,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="9" column="1"> <widget class="TQLayoutWidget" row="9" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout77</cstring> <cstring>layout77</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -515,7 +515,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>121</width> <width>121</width>
<height>20</height> <height>20</height>
@ -537,7 +537,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="13" column="1"> <widget class="TQLayoutWidget" row="13" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout75_2_2</cstring> <cstring>layout75_2_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -564,7 +564,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>181</width> <width>181</width>
<height>20</height> <height>20</height>
@ -585,7 +585,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -637,7 +637,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>

@ -35,7 +35,7 @@ AdvancedSettingsDialog::AdvancedSettingsDialog(TQWidget *parent, const TQString&
{ {
main = new AdvancedProfileDialogBase(this); main = new AdvancedProfileDialogBase(this);
setMainWidget(main); setMainWidget(main);
main->setMinimumSize(main->tqsizeHint()); main->setMinimumSize(main->sizeHint());
this->currentProfile = currentProfile; this->currentProfile = currentProfile;
this->connectionType = connectionType; this->connectionType = connectionType;

@ -103,7 +103,7 @@ void CiscoCertificateEnrollment::setupPages()
{ {
GlobalConfig->appPointer->setOverrideCursor( TQCursor(TQt::WaitCursor) ); GlobalConfig->appPointer->setOverrideCursor( TQCursor(TQt::WaitCursor) );
selectionpage = new CiscoCertificateEnrollmentBase ( 0 ); selectionpage = new CiscoCertificateEnrollmentBase ( 0 );
selectionpage->tqsizeHint(); selectionpage->sizeHint();
addPage ( selectionpage, "<b>" + i18n ( "Select enrollment type..." ) + "</b>" ); addPage ( selectionpage, "<b>" + i18n ( "Select enrollment type..." ) + "</b>" );
connect ( selectionpage->FileEnrollementRadioButton, TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( enrollmentToggled ( bool ) ) ); connect ( selectionpage->FileEnrollementRadioButton, TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( enrollmentToggled ( bool ) ) );
@ -127,11 +127,11 @@ void CiscoCertificateEnrollment::setupPages()
} }
datapage = new CiscoCertificateEnrollmentDataDialog ( 0, "datapage",GlobalConfig ); datapage = new CiscoCertificateEnrollmentDataDialog ( 0, "datapage",GlobalConfig );
datapage->tqsizeHint(); datapage->sizeHint();
addPage ( datapage, "<b>" + i18n ( "Enter certificate data..." ) + "</b>" ); addPage ( datapage, "<b>" + i18n ( "Enter certificate data..." ) + "</b>" );
finishpage = new CiscoCertificateEnrollmentFinishWidgetBase ( 0 ); finishpage = new CiscoCertificateEnrollmentFinishWidgetBase ( 0 );
finishpage->tqsizeHint(); finishpage->sizeHint();
addPage ( finishpage, "<b>" + i18n ( "Finish" ) + "</b>" ); addPage ( finishpage, "<b>" + i18n ( "Finish" ) + "</b>" );
GlobalConfig->appPointer->restoreOverrideCursor(); GlobalConfig->appPointer->restoreOverrideCursor();

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout71</cstring> <cstring>layout71</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -96,7 +96,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>331</width> <width>331</width>
<height>21</height> <height>21</height>
@ -113,7 +113,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>331</width> <width>331</width>
<height>21</height> <height>21</height>
@ -236,7 +236,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout73</cstring> <cstring>layout73</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout72</cstring> <cstring>layout72</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -37,7 +37,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="3" column="0"> <widget class="TQLayoutWidget" row="3" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout69</cstring> <cstring>layout69</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -61,7 +61,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>21</height> <height>21</height>
@ -72,7 +72,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="6" column="0"> <widget class="TQLayoutWidget" row="6" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout65</cstring> <cstring>layout65</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -96,7 +96,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -117,7 +117,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="0"> <widget class="TQLayoutWidget" row="4" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout68</cstring> <cstring>layout68</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -141,7 +141,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -152,7 +152,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="5" column="0"> <widget class="TQLayoutWidget" row="5" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout67</cstring> <cstring>layout67</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -176,7 +176,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -187,7 +187,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout63</cstring> <cstring>layout63</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -211,7 +211,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>31</width> <width>31</width>
<height>21</height> <height>21</height>
@ -227,7 +227,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="7" column="0"> <widget class="TQLayoutWidget" row="7" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout64</cstring> <cstring>layout64</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -251,7 +251,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -267,7 +267,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout70</cstring> <cstring>layout70</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -291,7 +291,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -322,7 +322,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout62</cstring> <cstring>layout62</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -346,7 +346,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>31</width> <width>31</width>
<height>21</height> <height>21</height>
@ -367,7 +367,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>41</height> <height>41</height>

@ -21,7 +21,7 @@
#include "ciscopasswddecoder.h" #include "ciscopasswddecoder.h"
#include <tqfile.h> #include <tqfile.h>
#include <tqtextstream.h> #include <textstream.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <klocale.h> #include <klocale.h>
@ -78,7 +78,7 @@ TQString p;
int i, l; int i, l;
for (i = 0; str[i] != '\0'; i++) for (i = 0; str[i] != '\0'; i++)
if (hex2bin_c(TQChar(str[i]).tqunicode()) == -1) if (hex2bin_c(TQChar(str[i]).unicode()) == -1)
return EINVAL; return EINVAL;
l = i; l = i;
@ -87,7 +87,7 @@ TQString p;
l /= 2; l /= 2;
for (i = 0; i < l; i++) for (i = 0; i < l; i++)
p+= hex2bin_c(TQChar(str[i*2]).tqunicode()) << 4 | hex2bin_c(TQChar(str[i*2+1]).tqunicode()); p+= hex2bin_c(TQChar(str[i*2]).unicode()) << 4 | hex2bin_c(TQChar(str[i*2+1]).unicode());
bin = p; bin = p;
if (len) if (len)

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout10</cstring> <cstring>layout10</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -65,7 +65,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>154</width> <width>154</width>
<height>20</height> <height>20</height>
@ -76,7 +76,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout11</cstring> <cstring>layout11</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -115,7 +115,7 @@ about the active connecions</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>210</width> <width>210</width>
<height>20</height> <height>20</height>
@ -134,7 +134,7 @@ about the active connecions</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>41</width> <width>41</width>
<height>16</height> <height>16</height>
@ -143,7 +143,7 @@ about the active connecions</string>
</spacer> </spacer>
<widget class="TQLayoutWidget" row="3" column="0"> <widget class="TQLayoutWidget" row="3" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout12</cstring> <cstring>layout12</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -176,7 +176,7 @@ about the active connecions</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>59</width> <width>59</width>
<height>20</height> <height>20</height>

@ -31,7 +31,7 @@
#include <tqlabel.h> #include <tqlabel.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>

@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout154</cstring> <cstring>layout154</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -37,7 +37,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout153</cstring> <cstring>layout153</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -45,7 +45,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout39</cstring> <cstring>layout39</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -81,7 +81,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>71</width> <width>71</width>
<height>31</height> <height>31</height>
@ -123,7 +123,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout7</cstring> <cstring>layout7</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -131,7 +131,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout6</cstring> <cstring>layout6</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -158,7 +158,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -177,7 +177,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -197,7 +197,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -217,7 +217,7 @@
<property name="scaledContents"> <property name="scaledContents">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqalignment"> <property name="alignment">
<set>AlignJustify|AlignVCenter</set> <set>AlignJustify|AlignVCenter</set>
</property> </property>
<property name="toolTip" stdset="0"> <property name="toolTip" stdset="0">
@ -228,7 +228,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout4</cstring> <cstring>layout4</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -281,7 +281,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>
@ -310,7 +310,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout7_2</cstring> <cstring>layout7_2</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -318,7 +318,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout6_2</cstring> <cstring>layout6_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -345,7 +345,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -364,7 +364,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -384,7 +384,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -404,7 +404,7 @@
<property name="scaledContents"> <property name="scaledContents">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqalignment"> <property name="alignment">
<set>AlignJustify|AlignVCenter</set> <set>AlignJustify|AlignVCenter</set>
</property> </property>
<property name="toolTip" stdset="0"> <property name="toolTip" stdset="0">
@ -415,7 +415,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout4_2</cstring> <cstring>layout4_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -468,7 +468,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>
@ -497,7 +497,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout15</cstring> <cstring>layout15</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -505,7 +505,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout8</cstring> <cstring>layout8</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -532,7 +532,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>60</width> <width>60</width>
<height>20</height> <height>20</height>
@ -551,7 +551,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -571,7 +571,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -591,7 +591,7 @@
<property name="scaledContents"> <property name="scaledContents">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqalignment"> <property name="alignment">
<set>AlignJustify|AlignVCenter</set> <set>AlignJustify|AlignVCenter</set>
</property> </property>
<property name="toolTip" stdset="0"> <property name="toolTip" stdset="0">
@ -604,7 +604,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout162</cstring> <cstring>layout162</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -623,7 +623,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout158</cstring> <cstring>layout158</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -631,7 +631,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout157</cstring> <cstring>layout157</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -775,7 +775,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout161</cstring> <cstring>layout161</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -783,7 +783,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout160</cstring> <cstring>layout160</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -791,7 +791,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout159</cstring> <cstring>layout159</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -938,7 +938,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout71</cstring> <cstring>layout71</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -946,7 +946,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout10</cstring> <cstring>layout10</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -959,7 +959,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -979,7 +979,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>87</width> <width>87</width>
<height>20</height> <height>20</height>
@ -1006,7 +1006,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -1029,7 +1029,7 @@
<property name="scaledContents"> <property name="scaledContents">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqalignment"> <property name="alignment">
<set>AlignJustify|AlignVCenter</set> <set>AlignJustify|AlignVCenter</set>
</property> </property>
<property name="toolTip" stdset="0"> <property name="toolTip" stdset="0">
@ -1040,7 +1040,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout70</cstring> <cstring>layout70</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1048,7 +1048,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout69</cstring> <cstring>layout69</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1083,7 +1083,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout68</cstring> <cstring>layout68</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1099,7 +1099,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>117</width> <width>117</width>
<height>20</height> <height>20</height>
@ -1144,7 +1144,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0" rowspan="1" colspan="2"> <widget class="TQLayoutWidget" row="0" column="0" rowspan="1" colspan="2">
<property name="name"> <property name="name">
<cstring>tqlayout13</cstring> <cstring>layout13</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1171,7 +1171,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>82</width> <width>82</width>
<height>20</height> <height>20</height>
@ -1190,7 +1190,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -1210,7 +1210,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -1230,7 +1230,7 @@
<property name="scaledContents"> <property name="scaledContents">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqalignment"> <property name="alignment">
<set>AlignJustify|AlignVCenter</set> <set>AlignJustify|AlignVCenter</set>
</property> </property>
<property name="toolTip" stdset="0"> <property name="toolTip" stdset="0">
@ -1241,7 +1241,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0" rowspan="1" colspan="2"> <widget class="TQLayoutWidget" row="1" column="0" rowspan="1" colspan="2">
<property name="name"> <property name="name">
<cstring>tqlayout13_2</cstring> <cstring>layout13_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1268,7 +1268,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>82</width> <width>82</width>
<height>20</height> <height>20</height>
@ -1287,7 +1287,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -1307,7 +1307,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -1327,7 +1327,7 @@
<property name="scaledContents"> <property name="scaledContents">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqalignment"> <property name="alignment">
<set>AlignJustify|AlignVCenter</set> <set>AlignJustify|AlignVCenter</set>
</property> </property>
<property name="toolTip" stdset="0"> <property name="toolTip" stdset="0">
@ -1338,7 +1338,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0" rowspan="1" colspan="2"> <widget class="TQLayoutWidget" row="2" column="0" rowspan="1" colspan="2">
<property name="name"> <property name="name">
<cstring>tqlayout36</cstring> <cstring>layout36</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1346,7 +1346,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout34</cstring> <cstring>layout34</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1379,7 +1379,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>21</height> <height>21</height>
@ -1390,7 +1390,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout33</cstring> <cstring>layout33</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1423,7 +1423,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>31</width> <width>31</width>
<height>21</height> <height>21</height>
@ -1436,7 +1436,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="0"> <widget class="TQLayoutWidget" row="3" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout56</cstring> <cstring>layout56</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1486,7 +1486,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="1"> <widget class="TQLayoutWidget" row="3" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout57</cstring> <cstring>layout57</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1502,7 +1502,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>80</width> <width>80</width>
<height>21</height> <height>21</height>
@ -1569,7 +1569,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout18</cstring> <cstring>layout18</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -1577,7 +1577,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout16</cstring> <cstring>layout16</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1604,7 +1604,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>87</width> <width>87</width>
<height>20</height> <height>20</height>
@ -1623,7 +1623,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -1643,7 +1643,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -1663,7 +1663,7 @@
<property name="scaledContents"> <property name="scaledContents">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqalignment"> <property name="alignment">
<set>AlignJustify|AlignVCenter</set> <set>AlignJustify|AlignVCenter</set>
</property> </property>
<property name="toolTip" stdset="0"> <property name="toolTip" stdset="0">
@ -1674,7 +1674,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout17</cstring> <cstring>layout17</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1727,7 +1727,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>151</width> <width>151</width>
<height>20</height> <height>20</height>
@ -1756,7 +1756,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout36</cstring> <cstring>layout36</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -1764,7 +1764,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout16_2</cstring> <cstring>layout16_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1791,7 +1791,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>87</width> <width>87</width>
<height>20</height> <height>20</height>
@ -1810,7 +1810,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -1830,7 +1830,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -1850,7 +1850,7 @@
<property name="scaledContents"> <property name="scaledContents">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqalignment"> <property name="alignment">
<set>AlignJustify|AlignVCenter</set> <set>AlignJustify|AlignVCenter</set>
</property> </property>
<property name="toolTip" stdset="0"> <property name="toolTip" stdset="0">
@ -1861,7 +1861,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout35</cstring> <cstring>layout35</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1917,7 +1917,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout16_2_2</cstring> <cstring>layout16_2_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1944,7 +1944,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>87</width> <width>87</width>
<height>20</height> <height>20</height>
@ -1963,7 +1963,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -1983,7 +1983,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -2003,7 +2003,7 @@
<property name="scaledContents"> <property name="scaledContents">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqalignment"> <property name="alignment">
<set>AlignJustify|AlignVCenter</set> <set>AlignJustify|AlignVCenter</set>
</property> </property>
<property name="toolTip" stdset="0"> <property name="toolTip" stdset="0">
@ -2014,7 +2014,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout37</cstring> <cstring>layout37</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -2022,7 +2022,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout65_2</cstring> <cstring>layout65_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -2045,7 +2045,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout37</cstring> <cstring>layout37</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -2115,7 +2115,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout36_2</cstring> <cstring>layout36_2</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -2123,7 +2123,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout16_2_3</cstring> <cstring>layout16_2_3</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -2150,7 +2150,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>87</width> <width>87</width>
<height>20</height> <height>20</height>
@ -2169,7 +2169,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -2189,7 +2189,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -2209,7 +2209,7 @@
<property name="scaledContents"> <property name="scaledContents">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqalignment"> <property name="alignment">
<set>AlignJustify|AlignVCenter</set> <set>AlignJustify|AlignVCenter</set>
</property> </property>
<property name="toolTip" stdset="0"> <property name="toolTip" stdset="0">
@ -2220,7 +2220,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout35_2</cstring> <cstring>layout35_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -2268,7 +2268,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout16_2_2_2</cstring> <cstring>layout16_2_2_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -2295,7 +2295,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>87</width> <width>87</width>
<height>20</height> <height>20</height>
@ -2314,7 +2314,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -2334,7 +2334,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -2354,7 +2354,7 @@
<property name="scaledContents"> <property name="scaledContents">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqalignment"> <property name="alignment">
<set>AlignJustify|AlignVCenter</set> <set>AlignJustify|AlignVCenter</set>
</property> </property>
<property name="toolTip" stdset="0"> <property name="toolTip" stdset="0">
@ -2381,7 +2381,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout140</cstring> <cstring>layout140</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -2389,7 +2389,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout16_2_2_2_2</cstring> <cstring>layout16_2_2_2_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -2416,7 +2416,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>87</width> <width>87</width>
<height>20</height> <height>20</height>
@ -2435,7 +2435,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -2455,7 +2455,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -2475,7 +2475,7 @@
<property name="scaledContents"> <property name="scaledContents">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqalignment"> <property name="alignment">
<set>AlignJustify|AlignVCenter</set> <set>AlignJustify|AlignVCenter</set>
</property> </property>
<property name="toolTip" stdset="0"> <property name="toolTip" stdset="0">
@ -2486,7 +2486,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout139</cstring> <cstring>layout139</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -2539,7 +2539,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>365</width> <width>365</width>
<height>20</height> <height>20</height>
@ -2562,7 +2562,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>16</height> <height>16</height>
@ -2581,7 +2581,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>21</height> <height>21</height>

@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout7</cstring> <cstring>layout7</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -62,7 +62,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>110</width> <width>110</width>
<height>20</height> <height>20</height>
@ -73,7 +73,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout8</cstring> <cstring>layout8</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -106,7 +106,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>170</width> <width>170</width>
<height>20</height> <height>20</height>
@ -117,7 +117,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout9</cstring> <cstring>layout9</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -170,7 +170,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>150</width> <width>150</width>
<height>20</height> <height>20</height>
@ -181,7 +181,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="0"> <widget class="TQLayoutWidget" row="3" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout10</cstring> <cstring>layout10</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -211,7 +211,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>110</width> <width>110</width>
<height>20</height> <height>20</height>
@ -230,7 +230,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>21</height> <height>21</height>

@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout9</cstring> <cstring>layout9</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -39,7 +39,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="1"> <widget class="TQLayoutWidget" row="0" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout9</cstring> <cstring>layout9</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -47,7 +47,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout7</cstring> <cstring>layout7</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -80,7 +80,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>110</width> <width>110</width>
<height>20</height> <height>20</height>
@ -91,7 +91,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout11</cstring> <cstring>layout11</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -121,7 +121,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>
@ -132,7 +132,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout11_2</cstring> <cstring>layout11_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -162,7 +162,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>
@ -181,7 +181,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>80</height> <height>80</height>

@ -24,7 +24,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout233</cstring> <cstring>layout233</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -32,7 +32,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout232</cstring> <cstring>layout232</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -40,7 +40,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="7" column="0"> <widget class="TQLayoutWidget" row="7" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout21</cstring> <cstring>layout21</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -67,7 +67,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>146</width> <width>146</width>
<height>20</height> <height>20</height>
@ -80,7 +80,7 @@
<property name="name"> <property name="name">
<cstring>IptablesStatePixmapLabel</cstring> <cstring>IptablesStatePixmapLabel</cstring>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -119,7 +119,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -139,7 +139,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -153,7 +153,7 @@
<property name="name"> <property name="name">
<cstring>KillStatePixmapLabel</cstring> <cstring>KillStatePixmapLabel</cstring>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -181,7 +181,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -198,7 +198,7 @@
<property name="name"> <property name="name">
<cstring>IpStatePixmapLabel</cstring> <cstring>IpStatePixmapLabel</cstring>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -226,7 +226,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -241,7 +241,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="9" column="0"> <widget class="TQLayoutWidget" row="9" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout23</cstring> <cstring>layout23</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -268,7 +268,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>146</width> <width>146</width>
<height>16</height> <height>16</height>
@ -284,7 +284,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -298,7 +298,7 @@
<property name="name"> <property name="name">
<cstring>OpensslStatePixmapLabel</cstring> <cstring>OpensslStatePixmapLabel</cstring>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -316,7 +316,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="10" column="0"> <widget class="TQLayoutWidget" row="10" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout24</cstring> <cstring>layout24</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -343,7 +343,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>146</width> <width>146</width>
<height>16</height> <height>16</height>
@ -364,7 +364,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -389,7 +389,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -404,7 +404,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="5" column="0"> <widget class="TQLayoutWidget" row="5" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout19</cstring> <cstring>layout19</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -431,7 +431,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>146</width> <width>146</width>
<height>20</height> <height>20</height>
@ -447,7 +447,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -461,7 +461,7 @@
<property name="name"> <property name="name">
<cstring>Pkcs11ToolStatePixmapLabel</cstring> <cstring>Pkcs11ToolStatePixmapLabel</cstring>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -479,7 +479,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="12" column="0"> <widget class="TQLayoutWidget" row="12" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout24_2_2</cstring> <cstring>layout24_2_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -506,7 +506,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>146</width> <width>146</width>
<height>16</height> <height>16</height>
@ -517,7 +517,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="13" column="0"> <widget class="TQLayoutWidget" row="13" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout24_2_3</cstring> <cstring>layout24_2_3</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -544,7 +544,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>146</width> <width>146</width>
<height>16</height> <height>16</height>
@ -560,7 +560,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -577,7 +577,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -589,7 +589,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout15</cstring> <cstring>layout15</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -616,7 +616,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>146</width> <width>146</width>
<height>20</height> <height>20</height>
@ -629,7 +629,7 @@
<property name="name"> <property name="name">
<cstring>KsshaskpassStatePixmapLabel</cstring> <cstring>KsshaskpassStatePixmapLabel</cstring>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -657,7 +657,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -682,7 +682,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -697,7 +697,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="0"> <widget class="TQLayoutWidget" row="4" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout18</cstring> <cstring>layout18</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -724,7 +724,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>146</width> <width>146</width>
<height>20</height> <height>20</height>
@ -737,7 +737,7 @@
<property name="name"> <property name="name">
<cstring>CiscoCertMgrStatePixmapLabel</cstring> <cstring>CiscoCertMgrStatePixmapLabel</cstring>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -765,7 +765,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -782,7 +782,7 @@
<property name="name"> <property name="name">
<cstring>GnomeaskpassStatePixmapLabel</cstring> <cstring>GnomeaskpassStatePixmapLabel</cstring>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -800,7 +800,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="8" column="0"> <widget class="TQLayoutWidget" row="8" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout22</cstring> <cstring>layout22</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -827,7 +827,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>146</width> <width>146</width>
<height>16</height> <height>16</height>
@ -843,7 +843,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -857,7 +857,7 @@
<property name="name"> <property name="name">
<cstring>IfconfigStatePixmapLabel</cstring> <cstring>IfconfigStatePixmapLabel</cstring>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -875,7 +875,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout25</cstring> <cstring>layout25</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -902,7 +902,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>146</width> <width>146</width>
<height>20</height> <height>20</height>
@ -913,7 +913,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="6" column="0"> <widget class="TQLayoutWidget" row="6" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout20</cstring> <cstring>layout20</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -940,7 +940,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>146</width> <width>146</width>
<height>20</height> <height>20</height>
@ -956,7 +956,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -973,7 +973,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -985,7 +985,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout16</cstring> <cstring>layout16</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1012,7 +1012,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>146</width> <width>146</width>
<height>20</height> <height>20</height>
@ -1028,7 +1028,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -1050,7 +1050,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -1070,7 +1070,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -1103,7 +1103,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -1128,7 +1128,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -1145,7 +1145,7 @@
<property name="name"> <property name="name">
<cstring>TailStatePixmapLabel</cstring> <cstring>TailStatePixmapLabel</cstring>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -1165,7 +1165,7 @@
<property name="name"> <property name="name">
<cstring>KillallStatePixmapLabel</cstring> <cstring>KillallStatePixmapLabel</cstring>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -1185,7 +1185,7 @@
<property name="name"> <property name="name">
<cstring>PingStatePixmapLabel</cstring> <cstring>PingStatePixmapLabel</cstring>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -1213,7 +1213,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -1230,7 +1230,7 @@
<property name="name"> <property name="name">
<cstring>RouteStatePixmapLabel</cstring> <cstring>RouteStatePixmapLabel</cstring>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -1253,7 +1253,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -1275,7 +1275,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
@ -1295,7 +1295,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -1312,7 +1312,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -1324,7 +1324,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="0"> <widget class="TQLayoutWidget" row="3" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout17</cstring> <cstring>layout17</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1351,7 +1351,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>146</width> <width>146</width>
<height>20</height> <height>20</height>
@ -1362,7 +1362,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="11" column="0"> <widget class="TQLayoutWidget" row="11" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout24_2</cstring> <cstring>layout24_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1389,7 +1389,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>146</width> <width>146</width>
<height>16</height> <height>16</height>
@ -1410,7 +1410,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>31</width> <width>31</width>
<height>130</height> <height>130</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout3</cstring> <cstring>layout3</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout57_3</cstring> <cstring>layout57_3</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -76,7 +76,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>
@ -87,7 +87,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout211</cstring> <cstring>layout211</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -117,7 +117,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>61</width> <width>61</width>
<height>20</height> <height>20</height>
@ -152,7 +152,7 @@
<property name="name"> <property name="name">
<cstring>RemoteLogLabel</cstring> <cstring>RemoteLogLabel</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>25</width> <width>25</width>
<height>25</height> <height>25</height>
@ -176,7 +176,7 @@
<property name="name"> <property name="name">
<cstring>InfoLogLabel</cstring> <cstring>InfoLogLabel</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>25</width> <width>25</width>
<height>25</height> <height>25</height>
@ -203,7 +203,7 @@
<property name="name"> <property name="name">
<cstring>ErrorLogLabel</cstring> <cstring>ErrorLogLabel</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>25</width> <width>25</width>
<height>25</height> <height>25</height>
@ -233,7 +233,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>173</width> <width>173</width>
<height>20</height> <height>20</height>
@ -250,7 +250,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>173</width> <width>173</width>
<height>20</height> <height>20</height>
@ -289,7 +289,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>173</width> <width>173</width>
<height>20</height> <height>20</height>
@ -306,7 +306,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>173</width> <width>173</width>
<height>20</height> <height>20</height>
@ -364,7 +364,7 @@
<property name="name"> <property name="name">
<cstring>SuccessLogLabel</cstring> <cstring>SuccessLogLabel</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>25</width> <width>25</width>
<height>25</height> <height>25</height>
@ -405,7 +405,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>173</width> <width>173</width>
<height>20</height> <height>20</height>
@ -430,7 +430,7 @@
<property name="name"> <property name="name">
<cstring>DebugLogLabel</cstring> <cstring>DebugLogLabel</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>25</width> <width>25</width>
<height>25</height> <height>25</height>
@ -471,7 +471,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>43</width> <width>43</width>
<height>20</height> <height>20</height>
@ -496,7 +496,7 @@
<property name="name"> <property name="name">
<cstring>BackgroundLogLabel</cstring> <cstring>BackgroundLogLabel</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>25</width> <width>25</width>
<height>25</height> <height>25</height>
@ -539,7 +539,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>21</width> <width>21</width>
<height>20</height> <height>20</height>

@ -29,7 +29,7 @@ DisplayCertDialog::DisplayCertDialog(TQWidget *parent, const char* caption, KVpn
{ {
main = new DisplayCertDialogBase ( this ); main = new DisplayCertDialogBase ( this );
setMainWidget ( main ); setMainWidget ( main );
main->setMinimumSize ( main->tqsizeHint() ); main->setMinimumSize ( main->sizeHint() );
this->GlobalConfig = GlobalConfig; this->GlobalConfig = GlobalConfig;
} }

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout131</cstring> <cstring>layout131</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout130</cstring> <cstring>layout130</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -45,7 +45,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout62</cstring> <cstring>layout62</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -69,7 +69,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>31</width> <width>31</width>
<height>21</height> <height>21</height>
@ -80,7 +80,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="12" column="0"> <widget class="TQLayoutWidget" row="12" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout64_2_3</cstring> <cstring>layout64_2_3</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -104,7 +104,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -117,7 +117,7 @@
<property name="name"> <property name="name">
<cstring>SerialLineEdit</cstring> <cstring>SerialLineEdit</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>350</width> <width>350</width>
<height>0</height> <height>0</height>
@ -131,7 +131,7 @@
<property name="name"> <property name="name">
<cstring>KeySizeLineEdit</cstring> <cstring>KeySizeLineEdit</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>350</width> <width>350</width>
<height>0</height> <height>0</height>
@ -145,7 +145,7 @@
<property name="name"> <property name="name">
<cstring>DomainLineEdit</cstring> <cstring>DomainLineEdit</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>350</width> <width>350</width>
<height>0</height> <height>0</height>
@ -157,7 +157,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="13" column="0"> <widget class="TQLayoutWidget" row="13" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout64_2_3_2</cstring> <cstring>layout64_2_3_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -181,7 +181,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -194,7 +194,7 @@
<property name="name"> <property name="name">
<cstring>EmailLineEdit</cstring> <cstring>EmailLineEdit</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>350</width> <width>350</width>
<height>0</height> <height>0</height>
@ -206,7 +206,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="10" column="0"> <widget class="TQLayoutWidget" row="10" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout64_2</cstring> <cstring>layout64_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -230,7 +230,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -243,7 +243,7 @@
<property name="name"> <property name="name">
<cstring>SubjectLineEdit</cstring> <cstring>SubjectLineEdit</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>350</width> <width>350</width>
<height>0</height> <height>0</height>
@ -255,7 +255,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="15" column="0"> <widget class="TQLayoutWidget" row="15" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout64_2_3_3_2</cstring> <cstring>layout64_2_3_3_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -279,7 +279,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -290,7 +290,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout109</cstring> <cstring>layout109</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -300,7 +300,7 @@
<property name="name"> <property name="name">
<cstring>textLabel18</cstring> <cstring>textLabel18</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>150</width> <width>150</width>
<height>0</height> <height>0</height>
@ -309,7 +309,7 @@
<property name="text"> <property name="text">
<string>&lt;b&gt;Data of certificate:&lt;/b&gt;</string> <string>&lt;b&gt;Data of certificate:&lt;/b&gt;</string>
</property> </property>
<property name="tqalignment"> <property name="alignment">
<set>AlignVCenter</set> <set>AlignVCenter</set>
</property> </property>
</widget> </widget>
@ -323,7 +323,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>21</height> <height>21</height>
@ -336,7 +336,7 @@
<property name="name"> <property name="name">
<cstring>ValidToLineEdit</cstring> <cstring>ValidToLineEdit</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>350</width> <width>350</width>
<height>0</height> <height>0</height>
@ -348,7 +348,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="0"> <widget class="TQLayoutWidget" row="3" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout63</cstring> <cstring>layout63</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -372,7 +372,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>31</width> <width>31</width>
<height>21</height> <height>21</height>
@ -383,7 +383,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="7" column="0"> <widget class="TQLayoutWidget" row="7" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout67</cstring> <cstring>layout67</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -407,7 +407,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -418,7 +418,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="9" column="0"> <widget class="TQLayoutWidget" row="9" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout64</cstring> <cstring>layout64</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -442,7 +442,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -453,7 +453,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="8" column="0"> <widget class="TQLayoutWidget" row="8" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout65</cstring> <cstring>layout65</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -477,7 +477,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -490,7 +490,7 @@
<property name="name"> <property name="name">
<cstring>NameLineEdit</cstring> <cstring>NameLineEdit</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>350</width> <width>350</width>
<height>0</height> <height>0</height>
@ -504,7 +504,7 @@
<property name="name"> <property name="name">
<cstring>CompanyLineEdit</cstring> <cstring>CompanyLineEdit</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>350</width> <width>350</width>
<height>0</height> <height>0</height>
@ -516,7 +516,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="14" column="0"> <widget class="TQLayoutWidget" row="14" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout64_2_3_3</cstring> <cstring>layout64_2_3_3</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -540,7 +540,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -553,7 +553,7 @@
<property name="name"> <property name="name">
<cstring>ValidFromLineEdit</cstring> <cstring>ValidFromLineEdit</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>350</width> <width>350</width>
<height>0</height> <height>0</height>
@ -565,7 +565,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="6" column="0"> <widget class="TQLayoutWidget" row="6" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout68</cstring> <cstring>layout68</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -589,7 +589,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -602,7 +602,7 @@
<property name="name"> <property name="name">
<cstring>IssuerLineEdit</cstring> <cstring>IssuerLineEdit</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>350</width> <width>350</width>
<height>0</height> <height>0</height>
@ -616,7 +616,7 @@
<property name="name"> <property name="name">
<cstring>DepartmentLineEdit</cstring> <cstring>DepartmentLineEdit</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>350</width> <width>350</width>
<height>0</height> <height>0</height>
@ -630,7 +630,7 @@
<property name="name"> <property name="name">
<cstring>CountryLineEdit</cstring> <cstring>CountryLineEdit</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>350</width> <width>350</width>
<height>0</height> <height>0</height>
@ -652,7 +652,7 @@
<property name="name"> <property name="name">
<cstring>IpLineEdit</cstring> <cstring>IpLineEdit</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>350</width> <width>350</width>
<height>0</height> <height>0</height>
@ -664,7 +664,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="11" column="0"> <widget class="TQLayoutWidget" row="11" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout64_2_2</cstring> <cstring>layout64_2_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -688,7 +688,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -701,7 +701,7 @@
<property name="name"> <property name="name">
<cstring>StateLineEdit</cstring> <cstring>StateLineEdit</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>350</width> <width>350</width>
<height>0</height> <height>0</height>
@ -713,7 +713,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="5" column="0"> <widget class="TQLayoutWidget" row="5" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout69</cstring> <cstring>layout69</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -737,7 +737,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>21</height> <height>21</height>
@ -748,7 +748,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout62_2</cstring> <cstring>layout62_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -772,7 +772,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>31</width> <width>31</width>
<height>21</height> <height>21</height>
@ -783,7 +783,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="0"> <widget class="TQLayoutWidget" row="4" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout70</cstring> <cstring>layout70</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -807,7 +807,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -828,7 +828,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>30</height> <height>30</height>

@ -36,7 +36,7 @@ EnterUsernamePasswordDialog::EnterUsernamePasswordDialog(TQWidget *parent, const
main = new EnterUsernamePasswordDialogBase(this); main = new EnterUsernamePasswordDialogBase(this);
setMainWidget(main); setMainWidget(main);
main->setMinimumSize(main->tqsizeHint()); main->setMinimumSize(main->sizeHint());
if (!askForGrouppassword) if (!askForGrouppassword)
{ {
@ -83,7 +83,7 @@ void EnterUsernamePasswordDialog::accept()
} }
if (!msg.isEmpty()) if (!msg.isEmpty())
{ {
KMessageBox::sorry( 0, i18n( "All fields must be filled in. Please check:\n%1").tqarg(msg)); KMessageBox::sorry( 0, i18n( "All fields must be filled in. Please check:\n%1").arg(msg));
ok=false; ok=false;
} }

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout12</cstring> <cstring>layout12</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -37,7 +37,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout7</cstring> <cstring>layout7</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -45,7 +45,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout6</cstring> <cstring>layout6</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -53,7 +53,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout5</cstring> <cstring>layout5</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -61,7 +61,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout4</cstring> <cstring>layout4</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -99,7 +99,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>156</width> <width>156</width>
<height>20</height> <height>20</height>
@ -144,7 +144,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>88</width> <width>88</width>
<height>20</height> <height>20</height>
@ -172,7 +172,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>156</width> <width>156</width>
<height>20</height> <height>20</height>
@ -231,7 +231,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>156</width> <width>156</width>
<height>20</height> <height>20</height>
@ -294,7 +294,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>16</height> <height>16</height>
@ -313,7 +313,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>21</height> <height>21</height>

@ -31,7 +31,7 @@ EnterXauthInteractivePasscodeDialog::EnterXauthInteractivePasscodeDialog( TQWidg
this->allowEmptyPassword = allowEmptyPassword; this->allowEmptyPassword = allowEmptyPassword;
main = new EnterXauthInteractivePasscodeDialogBase( this ); main = new EnterXauthInteractivePasscodeDialogBase( this );
setMainWidget( main ); setMainWidget( main );
main->setMinimumSize( main->tqsizeHint() ); main->setMinimumSize( main->sizeHint() );
} }
EnterXauthInteractivePasscodeDialog::~ EnterXauthInteractivePasscodeDialog() { EnterXauthInteractivePasscodeDialog::~ EnterXauthInteractivePasscodeDialog() {

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout138</cstring> <cstring>layout138</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout137</cstring> <cstring>layout137</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -48,7 +48,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout136</cstring> <cstring>layout136</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -72,7 +72,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>151</width> <width>151</width>
<height>21</height> <height>21</height>
@ -83,7 +83,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout5</cstring> <cstring>layout5</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -99,7 +99,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>83</width> <width>83</width>
<height>20</height> <height>20</height>
@ -139,7 +139,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>21</width> <width>21</width>
<height>45</height> <height>45</height>

@ -39,7 +39,7 @@ GenerateOpenvpnKeyDialog::GenerateOpenvpnKeyDialog(KVpncConfig *GlobalConfig,TQW
genOk = false; genOk = false;
main = new GenerateOpenvpnKeyDialogBase(this); main = new GenerateOpenvpnKeyDialogBase(this);
setMainWidget(main); setMainWidget(main);
//main->setMinimumSize(main->tqsizeHint()); //main->setMinimumSize(main->sizeHint());
main->FilenameUrlrequester->setFilter( "*.key" ); main->FilenameUrlrequester->setFilter( "*.key" );
@ -91,12 +91,12 @@ void GenerateOpenvpnKeyDialog::canAccept()
connect( generateOpenvpnKeyProcess, TQT_SIGNAL( readyReadStdout() ), this, TQT_SLOT( readStdErr() ) ); connect( generateOpenvpnKeyProcess, TQT_SIGNAL( readyReadStdout() ), this, TQT_SLOT( readStdErr() ) );
if ( !generateOpenvpnKeyProcess->start(env) ) if ( !generateOpenvpnKeyProcess->start(env) )
{ {
KMessageBox::sorry( this, i18n( "Generating of %1 key failed!" ).tqarg( "openvpn" ) ); KMessageBox::sorry( this, i18n( "Generating of %1 key failed!" ).arg( "openvpn" ) );
GlobalConfig->appendLogEntry(i18n( "\"%1\" start failed!" ).tqarg( "openvpn" ),GlobalConfig->error); GlobalConfig->appendLogEntry(i18n( "\"%1\" start failed!" ).arg( "openvpn" ),GlobalConfig->error);
} }
else else
{ {
GlobalConfig->appendLogEntry( i18n("Generating of %1 key was successful.").tqarg("openvpn"), GlobalConfig->info); GlobalConfig->appendLogEntry( i18n("Generating of %1 key was successful.").arg("openvpn"), GlobalConfig->info);
genOk = true; genOk = true;
} }
@ -109,9 +109,9 @@ void GenerateOpenvpnKeyDialog::canAccept()
delete generateOpenvpnKeyProcess; delete generateOpenvpnKeyProcess;
generateOpenvpnKeyProcess = 0L; generateOpenvpnKeyProcess = 0L;
if (genOk) if (genOk)
KMessageBox::information( this, i18n( "Generating the key in \"%1\" was successful." ).tqarg( filename ) ); KMessageBox::information( this, i18n( "Generating the key in \"%1\" was successful." ).arg( filename ) );
else else
KMessageBox::sorry( this, i18n( "Generating the key in \"%1\" failed!" ).tqarg( filename ) ); KMessageBox::sorry( this, i18n( "Generating the key in \"%1\" failed!" ).arg( filename ) );
//std::cout << "accept" << std::endl; //std::cout << "accept" << std::endl;
TQDialog::accept(); TQDialog::accept();
} }

@ -22,7 +22,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout3</cstring> <cstring>layout3</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -30,7 +30,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout2</cstring> <cstring>layout2</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">

@ -12,7 +12,7 @@
<height>604</height> <height>604</height>
</rect> </rect>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>800</width> <width>800</width>
<height>600</height> <height>600</height>
@ -81,7 +81,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>

@ -33,7 +33,7 @@
#include <iostream> #include <iostream>
#include <tqfile.h> #include <tqfile.h>
#include <tqdir.h> #include <tqdir.h>
#include <tqtextstream.h> #include <textstream.h>
#include <tqcursor.h> #include <tqcursor.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <tqurl.h> #include <tqurl.h>
@ -48,7 +48,7 @@ ImportCertificateDialog::ImportCertificateDialog ( TQWidget *parent, const char*
{ {
main = new ImportCertificateDialogBase ( this ); main = new ImportCertificateDialogBase ( this );
setMainWidget ( main ); setMainWidget ( main );
main->setMinimumSize ( main->tqsizeHint() ); main->setMinimumSize ( main->sizeHint() );
this->GlobalConfig = GlobalConfig; this->GlobalConfig = GlobalConfig;
filename = ""; filename = "";
@ -490,7 +490,7 @@ void ImportCertificateDialog::accept()
processname="openssl"; processname="openssl";
if ( GlobalConfig->KvpncDebugLevel >3 ) if ( GlobalConfig->KvpncDebugLevel >3 )
GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1: send %2" ).tqarg("accept()").arg ( i18n ( " import password" ) ),GlobalConfig->debug ); GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1: send %2" ).arg("accept()").arg ( i18n ( " import password" ) ),GlobalConfig->debug );
if ( main->ImportPasswordEdit->text().isEmpty() ) if ( main->ImportPasswordEdit->text().isEmpty() )
ImportProcess->writeToStdin ( "\n" ); ImportProcess->writeToStdin ( "\n" );
@ -642,7 +642,7 @@ void ImportCertificateDialog::doCacert()
{ {
disconnect ( ImportProcess, TQT_SIGNAL ( processExited () ), this, TQT_SLOT ( doCacert() ) ); disconnect ( ImportProcess, TQT_SIGNAL ( processExited () ), this, TQT_SLOT ( doCacert() ) );
if ( GlobalConfig->KvpncDebugLevel > 3 ) if ( GlobalConfig->KvpncDebugLevel > 3 )
GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1" ).tqarg("doCacert()"),GlobalConfig->debug ); GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1" ).arg("doCacert()"),GlobalConfig->debug );
if ( ImportProcess->normalExit () ) if ( ImportProcess->normalExit () )
{ {
@ -695,7 +695,7 @@ void ImportCertificateDialog::doCacert()
{ {
if ( GlobalConfig->KvpncDebugLevel > 3 ) if ( GlobalConfig->KvpncDebugLevel > 3 )
GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1: send %2" ).tqarg("doCacert()").arg ( i18n ( " import password" ) ),GlobalConfig->debug ); GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1: send %2" ).arg("doCacert()").arg ( i18n ( " import password" ) ),GlobalConfig->debug );
if ( main->ImportPasswordEdit->text().isEmpty() ) if ( main->ImportPasswordEdit->text().isEmpty() )
ImportProcess->writeToStdin ( "\n" ); ImportProcess->writeToStdin ( "\n" );
@ -766,7 +766,7 @@ void ImportCertificateDialog::doPrivateKey()
{ {
if ( GlobalConfig->KvpncDebugLevel > 3 ) if ( GlobalConfig->KvpncDebugLevel > 3 )
GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1: send %2" ).tqarg("doPrivateKey()").arg ( i18n ( " import password" ) ),GlobalConfig->debug ); GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1: send %2" ).arg("doPrivateKey()").arg ( i18n ( " import password" ) ),GlobalConfig->debug );
// if ( main->ImportPasswordEdit->text().isEmpty() ) // if ( main->ImportPasswordEdit->text().isEmpty() )
// ImportProcess->writeToStdin ( "\n" ); // ImportProcess->writeToStdin ( "\n" );
@ -777,14 +777,14 @@ void ImportCertificateDialog::doPrivateKey()
if ( main->UsePrivateKeyPasswordCheckBox->isChecked() ) if ( main->UsePrivateKeyPasswordCheckBox->isChecked() )
{ {
if ( GlobalConfig->KvpncDebugLevel > 3 ) if ( GlobalConfig->KvpncDebugLevel > 3 )
GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1: send %2..." ).tqarg("doPrivateKey").arg ( i18n ( " private key password" ) ),GlobalConfig->debug ); GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1: send %2..." ).arg("doPrivateKey").arg ( i18n ( " private key password" ) ),GlobalConfig->debug );
ImportProcess->writeToStdin ( main->PrivateKeyPasswordEdit->text() + "\n" ); ImportProcess->writeToStdin ( main->PrivateKeyPasswordEdit->text() + "\n" );
} }
else else
{ {
if ( GlobalConfig->KvpncDebugLevel > 3 ) if ( GlobalConfig->KvpncDebugLevel > 3 )
GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1: send %2..." ).tqarg("doPrivateKey").arg ( i18n ( " private key password dummy" ) ),GlobalConfig->debug ); GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1: send %2..." ).arg("doPrivateKey").arg ( i18n ( " private key password dummy" ) ),GlobalConfig->debug );
// we need 4 chars here // we need 4 chars here
ImportProcess->writeToStdin ( "abcd\n" ); ImportProcess->writeToStdin ( "abcd\n" );
@ -794,14 +794,14 @@ void ImportCertificateDialog::doPrivateKey()
if ( main->UsePrivateKeyPasswordCheckBox->isChecked() ) if ( main->UsePrivateKeyPasswordCheckBox->isChecked() )
{ {
if ( GlobalConfig->KvpncDebugLevel > 3 ) if ( GlobalConfig->KvpncDebugLevel > 3 )
GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1: send %2..." ).tqarg("doPrivateKey").arg ( i18n ( " private key password" ) ),GlobalConfig->debug ); GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1: send %2..." ).arg("doPrivateKey").arg ( i18n ( " private key password" ) ),GlobalConfig->debug );
ImportProcess->writeToStdin ( main->PrivateKeyPasswordEdit->text() + "\n" ); ImportProcess->writeToStdin ( main->PrivateKeyPasswordEdit->text() + "\n" );
} }
else else
{ {
if ( GlobalConfig->KvpncDebugLevel > 3 ) if ( GlobalConfig->KvpncDebugLevel > 3 )
GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1: send %2..." ).tqarg("doPrivateKey").arg ( i18n ( " private key password dummy" ) ),GlobalConfig->debug ); GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1: send %2..." ).arg("doPrivateKey").arg ( i18n ( " private key password dummy" ) ),GlobalConfig->debug );
// we need 4 chars here // we need 4 chars here
ImportProcess->writeToStdin ( "abcd\n" ); ImportProcess->writeToStdin ( "abcd\n" );
@ -826,7 +826,7 @@ void ImportCertificateDialog::doCreateHash()
disconnect ( ImportProcess, TQT_SIGNAL ( processExited () ), this, TQT_SLOT ( doCreateHash() ) ); disconnect ( ImportProcess, TQT_SIGNAL ( processExited () ), this, TQT_SLOT ( doCreateHash() ) );
if ( GlobalConfig->KvpncDebugLevel > 3 ) if ( GlobalConfig->KvpncDebugLevel > 3 )
GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1" ).tqarg("doCreateHash()"),GlobalConfig->debug ); GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1" ).arg("doCreateHash()"),GlobalConfig->debug );
if ( ImportProcess->normalExit () ) if ( ImportProcess->normalExit () )
{ {
@ -866,7 +866,7 @@ void ImportCertificateDialog::doCreateHash()
{ {
if ( GlobalConfig->KvpncDebugLevel > 3 ) if ( GlobalConfig->KvpncDebugLevel > 3 )
GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1: send %2" ).tqarg("doCreateHash()").arg ( i18n ( " import password" ) ),GlobalConfig->debug ); GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1: send %2" ).arg("doCreateHash()").arg ( i18n ( " import password" ) ),GlobalConfig->debug );
if ( main->ImportPasswordEdit->text().isEmpty() ) if ( main->ImportPasswordEdit->text().isEmpty() )
ImportProcess->writeToStdin ( "\n" ); ImportProcess->writeToStdin ( "\n" );
@ -894,7 +894,7 @@ void ImportCertificateDialog::doLink()
{ {
disconnect ( ImportProcess, TQT_SIGNAL ( processExited () ), this, TQT_SLOT ( doLink() ) ); disconnect ( ImportProcess, TQT_SIGNAL ( processExited () ), this, TQT_SLOT ( doLink() ) );
if ( GlobalConfig->KvpncDebugLevel > 3 ) if ( GlobalConfig->KvpncDebugLevel > 3 )
GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1" ).tqarg("doLink()"),GlobalConfig->debug ); GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1" ).arg("doLink()"),GlobalConfig->debug );
if ( ImportProcess->normalExit () ) if ( ImportProcess->normalExit () )
{ {
@ -957,7 +957,7 @@ void ImportCertificateDialog::doLink()
void ImportCertificateDialog::exit() void ImportCertificateDialog::exit()
{ {
if ( GlobalConfig->KvpncDebugLevel > 0 ) if ( GlobalConfig->KvpncDebugLevel > 0 )
GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1" ).tqarg("exit()"),GlobalConfig->debug ); GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1" ).arg("exit()"),GlobalConfig->debug );
if ( (ImportProcess != 0L && ImportProcess->normalExit() ) || ImportProcess == 0L ) if ( (ImportProcess != 0L && ImportProcess->normalExit() ) || ImportProcess == 0L )
@ -1021,14 +1021,14 @@ void ImportCertificateDialog::readFromStdout_import()
if ( main->UsePrivateKeyPasswordCheckBox->isChecked() ) if ( main->UsePrivateKeyPasswordCheckBox->isChecked() )
{ {
if ( GlobalConfig->KvpncDebugLevel > 3 ) if ( GlobalConfig->KvpncDebugLevel > 3 )
GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1: send %2..." ).tqarg("doPrivateKey").arg ( i18n ( " private key password" ) ),GlobalConfig->debug ); GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1: send %2..." ).arg("doPrivateKey").arg ( i18n ( " private key password" ) ),GlobalConfig->debug );
ImportProcess->writeToStdin ( main->PrivateKeyPasswordEdit->text() + "\n" ); ImportProcess->writeToStdin ( main->PrivateKeyPasswordEdit->text() + "\n" );
} }
else else
{ {
if ( GlobalConfig->KvpncDebugLevel > 3 ) if ( GlobalConfig->KvpncDebugLevel > 3 )
GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1: send %2..." ).tqarg("doPrivateKey").arg ( i18n ( " private key password dummy" ) ),GlobalConfig->debug ); GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1: send %2..." ).arg("doPrivateKey").arg ( i18n ( " private key password dummy" ) ),GlobalConfig->debug );
// we need 4 chars here // we need 4 chars here
ImportProcess->writeToStdin ( "abcd\n" ); ImportProcess->writeToStdin ( "abcd\n" );
@ -1313,7 +1313,7 @@ void ImportCertificateDialog::removePrivateKey()
{ {
disconnect ( ImportProcess, TQT_SIGNAL ( processExited () ), this, TQT_SLOT ( removePrivateKey() ) ); disconnect ( ImportProcess, TQT_SIGNAL ( processExited () ), this, TQT_SLOT ( removePrivateKey() ) );
if ( GlobalConfig->KvpncDebugLevel > 3 ) if ( GlobalConfig->KvpncDebugLevel > 3 )
GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1" ).tqarg("removePrivateKey()"),GlobalConfig->debug ); GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1" ).arg("removePrivateKey()"),GlobalConfig->debug );
if ( ImportProcess->normalExit () ) if ( ImportProcess->normalExit () )
{ {
@ -1349,7 +1349,7 @@ void ImportCertificateDialog::removePrivateKey()
{ {
if ( GlobalConfig->KvpncDebugLevel > 3 ) if ( GlobalConfig->KvpncDebugLevel > 3 )
GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1: send %2..." ).tqarg("removePrivateKey()").arg ( i18n ( " private key password dummy" ) ),GlobalConfig->debug ); GlobalConfig->appendLogEntry ( i18n ( "Certificate import: %1: send %2..." ).arg("removePrivateKey()").arg ( i18n ( " private key password dummy" ) ),GlobalConfig->debug );
// we need 4 chars here // we need 4 chars here
ImportProcess->writeToStdin ( "abcd\n" ); ImportProcess->writeToStdin ( "abcd\n" );

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout19</cstring> <cstring>layout19</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -80,7 +80,7 @@
<property name="name"> <property name="name">
<cstring>FilenameUrlrequester</cstring> <cstring>FilenameUrlrequester</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -100,7 +100,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>100</width> <width>100</width>
<height>20</height> <height>20</height>
@ -172,7 +172,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>80</width> <width>80</width>
<height>20</height> <height>20</height>
@ -189,7 +189,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>60</width> <width>60</width>
<height>20</height> <height>20</height>
@ -302,7 +302,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>21</width> <width>21</width>
<height>20</height> <height>20</height>

@ -37,7 +37,7 @@
#include <tqfile.h> #include <tqfile.h>
#include <tqurl.h> #include <tqurl.h>
#include <kurl.h> #include <kurl.h>
#include <tqtextstream.h> #include <textstream.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <tqlistview.h> #include <tqlistview.h>
#include <string> #include <string>
@ -70,7 +70,7 @@ ImportIpsecProfileDialog::ImportIpsecProfileDialog ( KVpncConfig *GlobalConfig,
main = new ImportOpenvpnProfileDialogBase ( this ); main = new ImportOpenvpnProfileDialogBase ( this );
setMainWidget ( main ); setMainWidget ( main );
//main->setMinimumSize(main->tqsizeHint()); //main->setMinimumSize(main->sizeHint());
main->FilenameUrlrequester->setFilter ( "*.conf" ); main->FilenameUrlrequester->setFilter ( "*.conf" );
main->FilenameUrlrequester->setURL ( filename ); main->FilenameUrlrequester->setURL ( filename );

@ -36,7 +36,7 @@
#include <tqfile.h> #include <tqfile.h>
#include <tqurl.h> #include <tqurl.h>
#include <kurl.h> #include <kurl.h>
#include <tqtextstream.h> #include <textstream.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <string> #include <string>
#include <tqprocess.h> #include <tqprocess.h>
@ -63,7 +63,7 @@ ImportOpenvpnProfileDialog::ImportOpenvpnProfileDialog ( KVpncConfig *config, TQ
main = new ImportOpenvpnProfileDialogBase ( this ); main = new ImportOpenvpnProfileDialogBase ( this );
setMainWidget ( main ); setMainWidget ( main );
//main->setMinimumSize(main->tqsizeHint()); //main->setMinimumSize(main->sizeHint());
main->FilenameUrlrequester->setFilter ( "*.ovpn *.conf" ); main->FilenameUrlrequester->setFilter ( "*.ovpn *.conf" );
@ -761,7 +761,7 @@ void ImportOpenvpnProfileDialog::canAccept()
{ {
acc->setAuthenticationDirection(tlsauthdirection); acc->setAuthenticationDirection(tlsauthdirection);
if ( config->KvpncDebugLevel > 0 ) if ( config->KvpncDebugLevel > 0 )
config->appendLogEntry ( i18n ( "OpenVPN import: use TLS auth direction: %1" ).tqarg(tlsauthdirection), config->debug ); config->appendLogEntry ( i18n ( "OpenVPN import: use TLS auth direction: %1" ).arg(tlsauthdirection), config->debug );
} }
} }
else if ( line.startsWith ( "redirect-gateway" ) ) else if ( line.startsWith ( "redirect-gateway" ) )
@ -965,7 +965,7 @@ void ImportOpenvpnProfileDialog::canAccept()
// TQTextStream CaCertDstStream( &CaCertFileDst ); // TQTextStream CaCertDstStream( &CaCertFileDst );
// //
// if ( config->KvpncDebugLevel > 1 ) // if ( config->KvpncDebugLevel > 1 )
// config->appendLogEntry( i18n( "OpenVPN import: try to copy ca cert file %1 to %2." ).tqarg( CaCertFileSrc.name() ).tqarg( CaCertFileDst.name() ), config->debug ); // config->appendLogEntry( i18n( "OpenVPN import: try to copy ca cert file %1 to %2." ).arg( CaCertFileSrc.name() ).arg( CaCertFileDst.name() ), config->debug );
// //
// //
// if ( CaCertFileSrc.open( IO_ReadOnly ) ) { // if ( CaCertFileSrc.open( IO_ReadOnly ) ) {
@ -974,17 +974,17 @@ void ImportOpenvpnProfileDialog::canAccept()
// CaCertDstStream << CaCertFileString; // CaCertDstStream << CaCertFileString;
// CaCertFileDst.close(); // CaCertFileDst.close();
// if ( config->KvpncDebugLevel > 1 ) // if ( config->KvpncDebugLevel > 1 )
// config->appendLogEntry( i18n( "OpenVPN import: ca cert file %1 copied to %2." ).tqarg( CaCertFileSrc.name() ).tqarg( CaCertFileDst.name() ), config->debug ); // config->appendLogEntry( i18n( "OpenVPN import: ca cert file %1 copied to %2." ).arg( CaCertFileSrc.name() ).arg( CaCertFileDst.name() ), config->debug );
// } else { // } else {
// if ( config->KvpncDebugLevel > 2 ) // if ( config->KvpncDebugLevel > 2 )
// config->appendLogEntry( i18n( "OpenVPN import: ca cert file %1 could not open for writing." ).tqarg( CaCertFileDst.name() ), config->debug ); // config->appendLogEntry( i18n( "OpenVPN import: ca cert file %1 could not open for writing." ).arg( CaCertFileDst.name() ), config->debug );
// //
// // return; // // return;
// } // }
// CaCertFileDst.close(); // CaCertFileDst.close();
// } else { // } else {
// if ( config->KvpncDebugLevel > 2 ) // if ( config->KvpncDebugLevel > 2 )
// config->appendLogEntry( i18n( "OpenVPN import: ca cert file %1 could not open for reading." ).tqarg( CaCertFileSrc.name() ), config->debug ); // config->appendLogEntry( i18n( "OpenVPN import: ca cert file %1 could not open for reading." ).arg( CaCertFileSrc.name() ), config->debug );
// //
// // return; // // return;
// } // }
@ -1001,7 +1001,7 @@ void ImportOpenvpnProfileDialog::canAccept()
// TQTextStream X509CertDstStream( &X509CertFileDst ); // TQTextStream X509CertDstStream( &X509CertFileDst );
// //
// if ( config->KvpncDebugLevel > 1 ) // if ( config->KvpncDebugLevel > 1 )
// config->appendLogEntry( i18n( "OpenVPN import: try to copy pre shared key file %1 to %2." ).tqarg( X509CertFileSrc.name() ).tqarg( X509CertFileDst.name() ), config->debug ); // config->appendLogEntry( i18n( "OpenVPN import: try to copy pre shared key file %1 to %2." ).arg( X509CertFileSrc.name() ).arg( X509CertFileDst.name() ), config->debug );
// //
// //
// if ( X509CertFileSrc.open( IO_ReadOnly ) ) { // if ( X509CertFileSrc.open( IO_ReadOnly ) ) {
@ -1010,17 +1010,17 @@ void ImportOpenvpnProfileDialog::canAccept()
// X509CertDstStream << X509CertFileString; // X509CertDstStream << X509CertFileString;
// X509CertFileDst.close(); // X509CertFileDst.close();
// if ( config->KvpncDebugLevel > 2 ) // if ( config->KvpncDebugLevel > 2 )
// config->appendLogEntry( i18n( "OpenVPN import: X509 cert file %1 copied to %2." ).tqarg( X509CertFileSrc.name() ).tqarg( X509CertFileDst.name() ), config->debug ); // config->appendLogEntry( i18n( "OpenVPN import: X509 cert file %1 copied to %2." ).arg( X509CertFileSrc.name() ).arg( X509CertFileDst.name() ), config->debug );
// } else { // } else {
// if ( config->KvpncDebugLevel > 2 ) // if ( config->KvpncDebugLevel > 2 )
// config->appendLogEntry( i18n( "OpenVPN import: X509 cert file %1 could not open for writing." ).tqarg( X509CertFileDst.name() ), config->debug ); // config->appendLogEntry( i18n( "OpenVPN import: X509 cert file %1 could not open for writing." ).arg( X509CertFileDst.name() ), config->debug );
// //
// // return; // // return;
// } // }
// X509CertFileDst.close(); // X509CertFileDst.close();
// } else { // } else {
// if ( config->KvpncDebugLevel > 2 ) // if ( config->KvpncDebugLevel > 2 )
// config->appendLogEntry( i18n( "OpenVPN import: X509 cert file %1 could not open for reading." ).tqarg( X509CertFileSrc.name() ), config->debug ); // config->appendLogEntry( i18n( "OpenVPN import: X509 cert file %1 could not open for reading." ).arg( X509CertFileSrc.name() ), config->debug );
// //
// // return; // // return;
// } // }
@ -1037,7 +1037,7 @@ void ImportOpenvpnProfileDialog::canAccept()
// TQTextStream PreSharedKeyDstStream( &PreSharedKeyFileDst ); // TQTextStream PreSharedKeyDstStream( &PreSharedKeyFileDst );
// //
// if ( config->KvpncDebugLevel > 1 ) // if ( config->KvpncDebugLevel > 1 )
// config->appendLogEntry( i18n( "OpenVPN import: try to copy pre shared key file %1 to %2." ).tqarg( PreSharedKeyFileSrc.name() ).tqarg( PreSharedKeyFileDst.name() ), config->debug ); // config->appendLogEntry( i18n( "OpenVPN import: try to copy pre shared key file %1 to %2." ).arg( PreSharedKeyFileSrc.name() ).arg( PreSharedKeyFileDst.name() ), config->debug );
// //
// if ( PreSharedKeyFileSrc.open( IO_ReadOnly ) ) { // if ( PreSharedKeyFileSrc.open( IO_ReadOnly ) ) {
// if ( PreSharedKeyFileDst.open( IO_WriteOnly ) ) { // if ( PreSharedKeyFileDst.open( IO_WriteOnly ) ) {
@ -1045,17 +1045,17 @@ void ImportOpenvpnProfileDialog::canAccept()
// PreSharedKeyDstStream << PreSharedKeyFileString; // PreSharedKeyDstStream << PreSharedKeyFileString;
// PreSharedKeyFileDst.close(); // PreSharedKeyFileDst.close();
// if ( config->KvpncDebugLevel > 2 ) // if ( config->KvpncDebugLevel > 2 )
// config->appendLogEntry( i18n( "OpenVPN import: pre shared key file %1 copied to %2." ).tqarg( PreSharedKeyFileSrc.name() ).tqarg( PreSharedKeyFileDst.name() ), config->debug ); // config->appendLogEntry( i18n( "OpenVPN import: pre shared key file %1 copied to %2." ).arg( PreSharedKeyFileSrc.name() ).arg( PreSharedKeyFileDst.name() ), config->debug );
// } else { // } else {
// if ( config->KvpncDebugLevel > 2 ) // if ( config->KvpncDebugLevel > 2 )
// config->appendLogEntry( i18n( "OpenVPN import: pre shared key file %1 could not open for writing." ).tqarg( PreSharedKeyFileDst.name() ), config->debug ); // config->appendLogEntry( i18n( "OpenVPN import: pre shared key file %1 could not open for writing." ).arg( PreSharedKeyFileDst.name() ), config->debug );
// //
// // return; // // return;
// } // }
// PreSharedKeyFileDst.close(); // PreSharedKeyFileDst.close();
// } else { // } else {
// if ( config->KvpncDebugLevel > 2 ) // if ( config->KvpncDebugLevel > 2 )
// config->appendLogEntry( i18n( "OpenVPN import: pre shared key file %1 could not open for reading." ).tqarg( PreSharedKeyFileSrc.name() ), config->debug ); // config->appendLogEntry( i18n( "OpenVPN import: pre shared key file %1 could not open for reading." ).arg( PreSharedKeyFileSrc.name() ), config->debug );
// //
// // return; // // return;
// } // }

@ -13,7 +13,7 @@
<height>143</height> <height>143</height>
</rect> </rect>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>400</width> <width>400</width>
<height>0</height> <height>0</height>
@ -28,7 +28,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout52</cstring> <cstring>layout52</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -36,7 +36,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout51</cstring> <cstring>layout51</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -52,7 +52,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>241</width> <width>241</width>
<height>21</height> <height>21</height>
@ -74,7 +74,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout204</cstring> <cstring>layout204</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -30,7 +30,7 @@
#include <tqfile.h> #include <tqfile.h>
#include <tqurl.h> #include <tqurl.h>
#include <kurl.h> #include <kurl.h>
#include <tqtextstream.h> #include <textstream.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <tqfileinfo.h> #include <tqfileinfo.h>
#include <string> #include <string>
@ -57,7 +57,7 @@ ImportProfileDialog::ImportProfileDialog(KVpncConfig *GlobalConfig, TQWidget *pa
main = new ImportProfileDialogBase(this); main = new ImportProfileDialogBase(this);
setMainWidget(main); setMainWidget(main);
main->setMinimumSize(main->tqsizeHint()); main->setMinimumSize(main->sizeHint());
main->FilenameUrlrequester->setFilter( "*.pcf" ); main->FilenameUrlrequester->setFilter( "*.pcf" );
main->FilenameUrlrequester->setURL(filename); main->FilenameUrlrequester->setURL(filename);
@ -108,7 +108,7 @@ void ImportProfileDialog::canAccept()
TQString groups=""; TQString groups="";
for ( TQStringList::Iterator group = grouplist.begin(); group != grouplist.end(); ++group ) for ( TQStringList::Iterator group = grouplist.begin(); group != grouplist.end(); ++group )
groups += TQString(" "+*group); groups += TQString(" "+*group);
GlobalConfig->appendLogEntry(i18n("PCF import: groups found: [ %1 ]").tqarg(groups), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: groups found: [ %1 ]").arg(groups), GlobalConfig->debug);
} }
config.setGroup( "main" ); config.setGroup( "main" );
@ -154,12 +154,12 @@ void ImportProfileDialog::canAccept()
TQString Description = config.readEntry( "Description", "" ); TQString Description = config.readEntry( "Description", "" );
if (Description.isEmpty()) if (Description.isEmpty())
Description = config.readEntry("!Description",i18n("Profile imported from file %1.").tqarg(filename)); Description = config.readEntry("!Description",i18n("Profile imported from file %1.").arg(filename));
if (!Description.isEmpty()) if (!Description.isEmpty())
{ {
if (GlobalConfig->KvpncDebugLevel > 0) if (GlobalConfig->KvpncDebugLevel > 0)
GlobalConfig->appendLogEntry(i18n("PCF import: description found: %1").tqarg(Description), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: description found: %1").arg(Description), GlobalConfig->debug);
acc->setDescription( Description ); acc->setDescription( Description );
} }
@ -172,7 +172,7 @@ void ImportProfileDialog::canAccept()
if (!Gateway.isEmpty()) if (!Gateway.isEmpty())
{ {
if (GlobalConfig->KvpncDebugLevel > 0) if (GlobalConfig->KvpncDebugLevel > 0)
GlobalConfig->appendLogEntry(i18n("PCF import: gateway found: %1").tqarg(Gateway), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: gateway found: %1").arg(Gateway), GlobalConfig->debug);
acc->setGateway( Gateway ); acc->setGateway( Gateway );
} }
@ -193,7 +193,7 @@ void ImportProfileDialog::canAccept()
if (!GroupName.isEmpty()) if (!GroupName.isEmpty())
{ {
if (GlobalConfig->KvpncDebugLevel > 0) if (GlobalConfig->KvpncDebugLevel > 0)
GlobalConfig->appendLogEntry(i18n("PCF import: group name found: %1").tqarg(GroupName), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: group name found: %1").arg(GroupName), GlobalConfig->debug);
acc->setID( GroupName ); acc->setID( GroupName );
} }
@ -204,7 +204,7 @@ void ImportProfileDialog::canAccept()
if (!NtDomain.isEmpty()) if (!NtDomain.isEmpty())
{ {
if (GlobalConfig->KvpncDebugLevel > 0) if (GlobalConfig->KvpncDebugLevel > 0)
GlobalConfig->appendLogEntry(i18n("PCF import: NT domain found: %1").tqarg(NtDomain), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: NT domain found: %1").arg(NtDomain), GlobalConfig->debug);
acc->setNtDomainName( NtDomain ); acc->setNtDomainName( NtDomain );
} }
@ -217,7 +217,7 @@ void ImportProfileDialog::canAccept()
TQString CertName = config.readEntry( "CertName", "" ); TQString CertName = config.readEntry( "CertName", "" );
if (GlobalConfig->KvpncDebugLevel > 0) if (GlobalConfig->KvpncDebugLevel > 0)
GlobalConfig->appendLogEntry(i18n("PCF import: certificate name found: %1").tqarg(CertName), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: certificate name found: %1").arg(CertName), GlobalConfig->debug);
TQString CertPath = config.readEntry( "CertPath", "" ); TQString CertPath = config.readEntry( "CertPath", "" );
TQString CertSubjectName = config.readEntry( "CertSubjectName", "" ); TQString CertSubjectName = config.readEntry( "CertSubjectName", "" );
@ -234,7 +234,7 @@ void ImportProfileDialog::canAccept()
if (CertStore == 1) if (CertStore == 1)
useCertStore = true; useCertStore = true;
if (GlobalConfig->KvpncDebugLevel > 0) if (GlobalConfig->KvpncDebugLevel > 0)
GlobalConfig->appendLogEntry(i18n("PCF import: certificate should be stored into cisco cert store: %1").tqarg(TQString().setNum(int(useCertStore))), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: certificate should be stored into cisco cert store: %1").arg(TQString().setNum(int(useCertStore))), GlobalConfig->debug);
if (useCertStore) if (useCertStore)
{ {
@ -328,13 +328,13 @@ void ImportProfileDialog::canAccept()
if (useUdp) if (useUdp)
{ {
if (GlobalConfig->KvpncDebugLevel > 0) if (GlobalConfig->KvpncDebugLevel > 0)
GlobalConfig->appendLogEntry(i18n("PCF import: using %1 for tunneling").tqarg("UDP"), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: using %1 for tunneling").arg("UDP"), GlobalConfig->debug);
acc->setUseUdp( true); acc->setUseUdp( true);
} }
else else
{ {
if (GlobalConfig->KvpncDebugLevel > 0) if (GlobalConfig->KvpncDebugLevel > 0)
GlobalConfig->appendLogEntry(i18n("PCF import: using %1 for tunneling").tqarg("TCP"), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: using %1 for tunneling").arg("TCP"), GlobalConfig->debug);
acc->setUseUdp( false); acc->setUseUdp( false);
} }
/* /*
@ -345,13 +345,13 @@ void ImportProfileDialog::canAccept()
if (enableNAT) if (enableNAT)
{ {
if (GlobalConfig->KvpncDebugLevel > 0) if (GlobalConfig->KvpncDebugLevel > 0)
GlobalConfig->appendLogEntry(i18n("PCF import: enable NAT mode: %1").tqarg(i18n("yes")), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: enable NAT mode: %1").arg(i18n("yes")), GlobalConfig->debug);
acc->setUseNat(true); acc->setUseNat(true);
} }
else else
{ {
if (GlobalConfig->KvpncDebugLevel > 0) if (GlobalConfig->KvpncDebugLevel > 0)
GlobalConfig->appendLogEntry(i18n("PCF import: enable NAT mode: %1").tqarg(i18n("no")), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: enable NAT mode: %1").arg(i18n("no")), GlobalConfig->debug);
acc->setUseNat(false); acc->setUseNat(false);
} }
@ -375,7 +375,7 @@ void ImportProfileDialog::canAccept()
if (DHGroup != -1 ) if (DHGroup != -1 )
{ {
if (GlobalConfig->KvpncDebugLevel > 0) if (GlobalConfig->KvpncDebugLevel > 0)
GlobalConfig->appendLogEntry(i18n("PCF import: Diffie Hellman group found: %1").tqarg(TQString().setNum(DHGroup)), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: Diffie Hellman group found: %1").arg(TQString().setNum(DHGroup)), GlobalConfig->debug);
IkeGroup = "dh" + TQString().setNum( DHGroup ) ; IkeGroup = "dh" + TQString().setNum( DHGroup ) ;
useIkeGroup = true; useIkeGroup = true;
acc->setIkeGroup( IkeGroup ); acc->setIkeGroup( IkeGroup );
@ -385,7 +385,7 @@ void ImportProfileDialog::canAccept()
if (PeerTimeout > -1 ) if (PeerTimeout > -1 )
{ {
if (GlobalConfig->KvpncDebugLevel > 0) if (GlobalConfig->KvpncDebugLevel > 0)
GlobalConfig->appendLogEntry(i18n("PCF import: peer timeout found: %1").tqarg(TQString().setNum(PeerTimeout)), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: peer timeout found: %1").arg(TQString().setNum(PeerTimeout)), GlobalConfig->debug);
// read minutes but store seconds // read minutes but store seconds
acc->setPeerTimeout( PeerTimeout*60 ); acc->setPeerTimeout( PeerTimeout*60 );
} }
@ -394,7 +394,7 @@ void ImportProfileDialog::canAccept()
if (!Username.isEmpty()) if (!Username.isEmpty())
{ {
if (GlobalConfig->KvpncDebugLevel > 0) if (GlobalConfig->KvpncDebugLevel > 0)
GlobalConfig->appendLogEntry(i18n("PCF import: user name found: %1").tqarg(Username), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: user name found: %1").arg(Username), GlobalConfig->debug);
acc->setUserName( Username ); acc->setUserName( Username );
} }
@ -405,7 +405,7 @@ void ImportProfileDialog::canAccept()
if (!UserPassword.isEmpty()) if (!UserPassword.isEmpty())
{ {
if (GlobalConfig->KvpncDebugLevel > 0) if (GlobalConfig->KvpncDebugLevel > 0)
GlobalConfig->appendLogEntry(i18n("PCF import: clear text user password found: %1").tqarg(UserPassword), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: clear text user password found: %1").arg(UserPassword), GlobalConfig->debug);
acc->setUserPassword( UserPassword ); acc->setUserPassword( UserPassword );
} }
@ -416,7 +416,7 @@ void ImportProfileDialog::canAccept()
if (!enc_UserPassword.isEmpty()) if (!enc_UserPassword.isEmpty())
{ {
if (GlobalConfig->KvpncDebugLevel > 0) if (GlobalConfig->KvpncDebugLevel > 0)
GlobalConfig->appendLogEntry(i18n("PCF import: encrypted user password found: %1").tqarg(enc_UserPassword), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: encrypted user password found: %1").arg(enc_UserPassword), GlobalConfig->debug);
} }
CiscoPasswdDecoder dec (filename); CiscoPasswdDecoder dec (filename);
@ -438,15 +438,15 @@ void ImportProfileDialog::canAccept()
if (!userpasswd.isEmpty()) if (!userpasswd.isEmpty())
{ {
if (GlobalConfig->KvpncDebugLevel > 3) if (GlobalConfig->KvpncDebugLevel > 3)
GlobalConfig->appendLogEntry(i18n("PCF import: decrypted user password found: %1").tqarg(userpasswd), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: decrypted user password found: %1").arg(userpasswd), GlobalConfig->debug);
acc->setUserPassword( userpasswd ); acc->setUserPassword( userpasswd );
} }
if (GlobalConfig->KvpncDebugLevel > 0) if (GlobalConfig->KvpncDebugLevel > 0)
if (saveUserPassword) if (saveUserPassword)
GlobalConfig->appendLogEntry(i18n("PCF import: save user pass : %1").tqarg(i18n("yes")), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: save user pass : %1").arg(i18n("yes")), GlobalConfig->debug);
else else
GlobalConfig->appendLogEntry(i18n("PCF import: save user pass : %1").tqarg(i18n("no")), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: save user pass : %1").arg(i18n("no")), GlobalConfig->debug);
acc->setSaveUserPassword( saveUserPassword ); acc->setSaveUserPassword( saveUserPassword );
bool saveGroupPwd = true; bool saveGroupPwd = true;
@ -457,7 +457,7 @@ void ImportProfileDialog::canAccept()
if (!GroupPwd.isEmpty()) if (!GroupPwd.isEmpty())
{ {
if (GlobalConfig->KvpncDebugLevel > 3) if (GlobalConfig->KvpncDebugLevel > 3)
GlobalConfig->appendLogEntry(i18n("PCF import: clear text group password found: %1").tqarg(GroupPwd), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: clear text group password found: %1").arg(GroupPwd), GlobalConfig->debug);
acc->setPreSharedKey( GroupPwd ); acc->setPreSharedKey( GroupPwd );
} }
@ -469,7 +469,7 @@ void ImportProfileDialog::canAccept()
if (!grouppasswd.isEmpty()) if (!grouppasswd.isEmpty())
{ {
if (GlobalConfig->KvpncDebugLevel > 3) if (GlobalConfig->KvpncDebugLevel > 3)
GlobalConfig->appendLogEntry(i18n("PCF import: decrypted group password found: %1").tqarg(grouppasswd), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: decrypted group password found: %1").arg(grouppasswd), GlobalConfig->debug);
acc->setPreSharedKey( grouppasswd ); acc->setPreSharedKey( grouppasswd );
} }
@ -502,13 +502,13 @@ void ImportProfileDialog::canAccept()
if (GlobalConfig->KvpncDebugLevel > 0) if (GlobalConfig->KvpncDebugLevel > 0)
if (AuthType ==1) if (AuthType ==1)
GlobalConfig->appendLogEntry(i18n("PCF import: authentication type found: %1").tqarg(i18n("PSK")), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: authentication type found: %1").arg(i18n("PSK")), GlobalConfig->debug);
else if (AuthType ==3) else if (AuthType ==3)
GlobalConfig->appendLogEntry(i18n("PCF import: authentication type found: %1").tqarg(i18n("certificate")), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: authentication type found: %1").arg(i18n("certificate")), GlobalConfig->debug);
else if (AuthType ==5) else if (AuthType ==5)
GlobalConfig->appendLogEntry(i18n("PCF import: authentication type found: %1").tqarg(i18n("hybrid")), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: authentication type found: %1").arg(i18n("hybrid")), GlobalConfig->debug);
else else
GlobalConfig->appendLogEntry(i18n("PCF import: no authentication type found, assuming %1").tqarg(i18n("PSK")), GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("PCF import: no authentication type found, assuming %1").arg(i18n("PSK")), GlobalConfig->debug);
if (AuthType == 3 || AuthType == 5) if (AuthType == 3 || AuthType == 5)
{ {

@ -22,7 +22,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout7</cstring> <cstring>layout7</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -30,7 +30,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout203</cstring> <cstring>layout203</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -46,7 +46,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout202</cstring> <cstring>layout202</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -74,7 +74,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout6</cstring> <cstring>layout6</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -90,7 +90,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>258</width> <width>258</width>
<height>21</height> <height>21</height>

@ -10,7 +10,7 @@
#include <tqheader.h> #include <tqheader.h>
#include <tqlayout.h> #include <layout.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqglobal.h> #include <tqglobal.h>
#include <tqmultilineedit.h> #include <tqmultilineedit.h>
@ -35,7 +35,7 @@ KFeedbackDialog::KFeedbackDialog( const TQString & feedbackMailAddress,
| ( helpTopic.isEmpty() ? 0 : (int) Help ), // buttonMask | ( helpTopic.isEmpty() ? 0 : (int) Help ), // buttonMask
Apply ) // defaultButton Apply ) // defaultButton
{ {
TQVBoxLayout * tqlayout = new TQVBoxLayout( plainPage(), 0, spacingHint() ); TQVBoxLayout * layout = new TQVBoxLayout( plainPage(), 0, spacingHint() );
setButtonApply( KGuiItem( i18n( "&Mail this..." ) ) ); setButtonApply( KGuiItem( i18n( "&Mail this..." ) ) );
if ( ! helpTopic.isEmpty() ) if ( ! helpTopic.isEmpty() )
@ -44,7 +44,7 @@ KFeedbackDialog::KFeedbackDialog( const TQString & feedbackMailAddress,
_form = new KFeedbackForm( feedbackMailAddress, plainPage() ); _form = new KFeedbackForm( feedbackMailAddress, plainPage() );
Q_CHECK_PTR( _form ); Q_CHECK_PTR( _form );
tqlayout->addWidget( _form ); layout->addWidget( _form );
checkSendButton(); checkSendButton();
connect( this, TQT_SIGNAL( applyClicked() ), connect( this, TQT_SIGNAL( applyClicked() ),
@ -113,16 +113,16 @@ KFeedbackForm::KFeedbackForm( const TQString & feedbackMailAddress,
label = new TQLabel( i18n( "Questions marked with " ), hbox ); label = new TQLabel( i18n( "Questions marked with " ), hbox );
Q_CHECK_PTR( label ); Q_CHECK_PTR( label );
label->tqsetSizePolicy( pol ); label->setSizePolicy( pol );
label = new TQLabel( hbox ); label = new TQLabel( hbox );
Q_CHECK_PTR( label ); Q_CHECK_PTR( label );
label->setPixmap( KGlobal::iconLoader()->loadIcon( "edit", KIcon::Small ) ); label->setPixmap( KGlobal::iconLoader()->loadIcon( "edit", KIcon::Small ) );
label->tqsetSizePolicy( pol ); label->setSizePolicy( pol );
label = new TQLabel( i18n( " must be answered before a mail can be sent.") , hbox ); label = new TQLabel( i18n( " must be answered before a mail can be sent.") , hbox );
Q_CHECK_PTR( label ); Q_CHECK_PTR( label );
label->tqsetSizePolicy( pol ); label->setSizePolicy( pol );
new TQWidget( hbox ); // Fill any leftover space to the right. new TQWidget( hbox ); // Fill any leftover space to the right.

File diff suppressed because it is too large Load Diff

@ -32,7 +32,7 @@
#include <tqdatetime.h> #include <tqdatetime.h>
#include <tqptrlist.h> #include <tqptrlist.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqtextstream.h> #include <textstream.h>
#include <tqpixmap.h> #include <tqpixmap.h>
#include <tqpoint.h> #include <tqpoint.h>
#include <tqsize.h> #include <tqsize.h>
@ -111,7 +111,7 @@ protected:
* sets the gui status * sets the gui status
* @param status The status that will be set * @param status The status that will be set
*/ */
void setGuitqStatus( int status ); void setGuiStatus( int status );
/** /**
* terminates the connection * terminates the connection
@ -142,7 +142,7 @@ public:
private: private:
// FIXME also declared at kvpncconfig -> made it only in one place // FIXME also declared at kvpncconfig -> made it only in one place
enum ConnectiontqStatus {disconnected=0, connecting=1, connected=2}; enum ConnectionStatus {disconnected=0, connecting=1, connected=2};
enum LogType {info=0, remote=1, error=2, success=3, debug=4}; enum LogType {info=0, remote=1, error=2, success=3, debug=4};
KApplication *parent; KApplication *parent;
@ -191,7 +191,7 @@ private:
int RacoonctlConnectCounter; //<< counter for waiting of adminsock int RacoonctlConnectCounter; //<< counter for waiting of adminsock
int sec, min, hour; int sec, min, hour;
int racoon_tunnel_state; // 0 => no tunnel, 1 => first tunnel, 2 => second tunnel int racoon_tunnel_state; // 0 => no tunnel, 1 => first tunnel, 2 => second tunnel
int prevConnectionState; //< needed for setGuitqStatus(), holds previous state before disconnect (connected, connecting) int prevConnectionState; //< needed for setGuiStatus(), holds previous state before disconnect (connected, connecting)
bool cancelClicked; bool cancelClicked;
bool deviceaddrstr2addr; bool deviceaddrstr2addr;
@ -468,7 +468,7 @@ private slots:
void vpncStarted(); void vpncStarted();
void ipsecStarted(); void ipsecStarted();
void ipsecPhase2Established(); void ipsecPhase2Established();
void checkIpsecWhacktqStatus(); void checkIpsecWhackStatus();
void addIpsecConnection(); void addIpsecConnection();
void racoonStarted(); void racoonStarted();
void pppdStarted(); void pppdStarted();
@ -501,7 +501,7 @@ private slots:
void sendFeedbackMail(); void sendFeedbackMail();
void feedbackMailSent(); void feedbackMailSent();
void start_l2tpd(); void start_l2tpd();
bool checkCiscoVpnctqStatus(); bool checkCiscoVpncStatus();
void startCiscoVpnc(); void startCiscoVpnc();
void startStopIpsec(bool stop=false, bool silent=false); void startStopIpsec(bool stop=false, bool silent=false);
void startStopOpenl2tp(bool stop=false, bool silent=false); void startStopOpenl2tp(bool stop=false, bool silent=false);
@ -524,7 +524,7 @@ k_dcop:
void doConnect(); void doConnect();
void doDisconnect(); void doDisconnect();
uint getConnectedTime(); uint getConnectedTime();
TQString gettqStatus(); TQString getStatus();
TQString getCurrentProfile(); TQString getCurrentProfile();
void setProfile(TQString profilename); void setProfile(TQString profilename);
void createNewProfile(); void createNewProfile();

@ -204,14 +204,14 @@ void KVpncConfig::appendLogEntry( TQString msg, LogType type )
{ {
// TQTextStream s( &logfile ); // TQTextStream s( &logfile );
logFileStream << i18n( "Log session started at: " ); logFileStream << i18n( "Log session started at: " );
logFileStream << TQDateTime::tqcurrentDateTime().toString( Qt::TextDate ); logFileStream << TQDateTime::currentDateTime().toString( Qt::TextDate );
logFileStream << "\n"; logFileStream << "\n";
logfile.flush(); logfile.flush();
} }
} }
else else
{ {
TQString date = TQDate().tqcurrentDate().toString(Qt::ISODate)+ " "; TQString date = TQDate().currentDate().toString(Qt::ISODate)+ " ";
TQString time = TQTime().currentTime().toString(Qt::ISODate)+ " "; TQString time = TQTime().currentTime().toString(Qt::ISODate)+ " ";
TQString prefix=""; TQString prefix="";
switch ( type ) switch ( type )
@ -536,66 +536,66 @@ void KVpncConfig::saveOptions(bool saveOneProfile, TQString Profile)
{ {
if (UserPasswordOK) if (UserPasswordOK)
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n( "write of %1 was ok." ).tqarg(i18n("user password")), debug); appendLogEntry(i18n( "write of %1 was ok." ).arg(i18n("user password")), debug);
else else
{ {
// if ( KMessageBox::warningContinueCancel( 0, // if ( KMessageBox::warningContinueCancel( 0,
// i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" // i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
// "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("user password")), // "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("user password")),
// i18n( "Unable to store secure %1" ).tqarg(i18n("user password")), // i18n( "Unable to store secure %1" ).arg(i18n("user password")),
// KGuiItem( i18n( "Store &Unsafe" ), TQString::tqfromLatin1( "unlock" ),TQString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) // KGuiItem( i18n( "Store &Unsafe" ), TQString::fromLatin1( "unlock" ),TQString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
// { // {
// config->writeEntry( "User password", it->getUserPassword() ); // config->writeEntry( "User password", it->getUserPassword() );
// } // }
appendLogEntry(i18n( "write of %1 has failed." ).tqarg(i18n("user password")), error); appendLogEntry(i18n( "write of %1 has failed." ).arg(i18n("user password")), error);
} }
if (PskOK) if (PskOK)
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n( "write of %1 was successful." ).tqarg(i18n("preshared key")), debug); appendLogEntry(i18n( "write of %1 was successful." ).arg(i18n("preshared key")), debug);
else else
{ {
// if ( KMessageBox::warningContinueCancel( 0, // if ( KMessageBox::warningContinueCancel( 0,
// i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" // i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
// "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("pre shared key")), // "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("pre shared key")),
// i18n( "Unable to store secure %1" ).tqarg(i18n("pre shared key")), // i18n( "Unable to store secure %1" ).arg(i18n("pre shared key")),
// KGuiItem( i18n( "Store &Unsafe" ), TQString::tqfromLatin1( "unlock" ),TQString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) // KGuiItem( i18n( "Store &Unsafe" ), TQString::fromLatin1( "unlock" ),TQString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
// { // {
// config->writeEntry( "Pre shared key", it->getPreSharedKey() ); // config->writeEntry( "Pre shared key", it->getPreSharedKey() );
// } // }
appendLogEntry(i18n( "write of %1 has failed." ).tqarg(i18n("preshared key")),error); appendLogEntry(i18n( "write of %1 has failed." ).arg(i18n("preshared key")),error);
} }
if (PskOK) if (PskOK)
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n( "write of %1 was successful." ).tqarg(i18n("preshared key")), debug); appendLogEntry(i18n( "write of %1 was successful." ).arg(i18n("preshared key")), debug);
else else
{ {
// if ( KMessageBox::warningContinueCancel( 0, // if ( KMessageBox::warningContinueCancel( 0,
// i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" // i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
// "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("preshared key password")), // "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("preshared key password")),
// i18n( "Unable to store secure %1" ).tqarg(i18n("reshared key password")), // i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")),
// KGuiItem( i18n( "Store &Unsafe" ), TQString::tqfromLatin1( "unlock" ),TQString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) // KGuiItem( i18n( "Store &Unsafe" ), TQString::fromLatin1( "unlock" ),TQString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
// { // {
// config->writeEntry( "Pre shared key", it->getPreSharedKey() ); // config->writeEntry( "Pre shared key", it->getPreSharedKey() );
// } // }
appendLogEntry(i18n( "write of %1 has failed." ).tqarg(i18n("preshared key")),error); appendLogEntry(i18n( "write of %1 has failed." ).arg(i18n("preshared key")),error);
} }
if (PskKeyPassOK) if (PskKeyPassOK)
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n( "write of %1 was successful." ).tqarg(i18n("preshared key password")), debug); appendLogEntry(i18n( "write of %1 was successful." ).arg(i18n("preshared key password")), debug);
else else
{ {
// if ( KMessageBox::warningContinueCancel( 0, // if ( KMessageBox::warningContinueCancel( 0,
// i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>" // i18n( "KVpnc is unable to save %1 password securely in your wallet.<br>"
// "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).tqarg(i18n("preshared key password")), // "Do you want to save the password in the <b>unsafe</b> configuration file instead?" ).arg(i18n("preshared key password")),
// i18n( "Unable to store secure %1" ).tqarg(i18n("reshared key password")), // i18n( "Unable to store secure %1" ).arg(i18n("reshared key password")),
// KGuiItem( i18n( "Store &Unsafe" ), TQString::tqfromLatin1( "unlock" ),TQString::tqfromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue ) // KGuiItem( i18n( "Store &Unsafe" ), TQString::fromLatin1( "unlock" ),TQString::fromLatin1( "KWalletFallbackToKConfig" ) ) ) == KMessageBox::Continue )
// { // {
// config->writeEntry( "Pre shared key", it->getPreSharedKey() ); // config->writeEntry( "Pre shared key", it->getPreSharedKey() );
// } // }
appendLogEntry(i18n( "write of %1 has failed." ).tqarg(i18n("preshared key password")),error); appendLogEntry(i18n( "write of %1 has failed." ).arg(i18n("preshared key password")),error);
} }
//std::cout << "success: " << pwdOK << std::endl; //std::cout << "success: " << pwdOK << std::endl;
} }
@ -881,9 +881,9 @@ void KVpncConfig::saveOptions(bool saveOneProfile, TQString Profile)
// wallet->sync(); // wallet->sync();
/* give info */ /* give info */
// slotStatusMsg ( i18n( "Profile \"%1\" saved." ).tqarg( ProfileName.remove("Profile_") ), ID_FLASH_MSG ); // slotStatusMsg ( i18n( "Profile \"%1\" saved." ).arg( ProfileName.remove("Profile_") ), ID_FLASH_MSG );
appendLogEntry ( i18n( "Profile \"%1\" saved." ).tqarg( ProfileName.remove("Profile_") ) , info); appendLogEntry ( i18n( "Profile \"%1\" saved." ).arg( ProfileName.remove("Profile_") ) , info);
// appPointer->processEvents(); // appPointer->processEvents();
} }
appPointer->processEvents(); appPointer->processEvents();
@ -1011,12 +1011,12 @@ void KVpncConfig::loadOptions()
TQDir AppFolder (TQString(dirs->saveLocation( "data" )+"/kvpnc")); TQDir AppFolder (TQString(dirs->saveLocation( "data" )+"/kvpnc"));
if (!AppFolder.exists()) if (!AppFolder.exists())
{ {
// KMessageBox::error( this, i18n( "creating dir: %1" ).tqarg(dirs->saveLocation( "data" )+"/kvpnc" )); // KMessageBox::error( this, i18n( "creating dir: %1" ).arg(dirs->saveLocation( "data" )+"/kvpnc" ));
TQDir AppFolder2(dirs->saveLocation( "data" )); TQDir AppFolder2(dirs->saveLocation( "data" ));
if(!AppFolder2.mkdir("kvpnc",true)) if(!AppFolder2.mkdir("kvpnc",true))
{ {
KMessageBox::error( 0, i18n( "The appdir for kvpnc could not be created. Be sure that you have write permission of \"%1\"." ).tqarg(dirs->saveLocation( "data" )) ); KMessageBox::error( 0, i18n( "The appdir for kvpnc could not be created. Be sure that you have write permission of \"%1\"." ).arg(dirs->saveLocation( "data" )) );
appendLogEntry( i18n( "The appdir for kvpnc could not be created. Be sure that you have write permission of \"%1\"." ).tqarg(dirs->saveLocation( "data" )),error); appendLogEntry( i18n( "The appdir for kvpnc could not be created. Be sure that you have write permission of \"%1\"." ).arg(dirs->saveLocation( "data" )),error);
} }
} }
@ -1027,12 +1027,12 @@ void KVpncConfig::loadOptions()
if ( !logfile.open( IO_WriteOnly | IO_Append ) ) if ( !logfile.open( IO_WriteOnly | IO_Append ) )
{ {
KMessageBox::error( 0, i18n( "Log file cant be opened!" ) ); KMessageBox::error( 0, i18n( "Log file cant be opened!" ) );
appendLogEntry(i18n( "Unable to find \"%1\"!" ).tqarg("pppd"),error); appendLogEntry(i18n( "Unable to find \"%1\"!" ).arg("pppd"),error);
} }
else else
{ {
TQTextStream s( &logfile ); TQTextStream s( &logfile );
s << i18n( "Log session started at: " ) << TQDateTime::tqcurrentDateTime().toString( Qt::TextDate ) << endl; s << i18n( "Log session started at: " ) << TQDateTime::currentDateTime().toString( Qt::TextDate ) << endl;
} }
} }
@ -1120,22 +1120,22 @@ void KVpncConfig::loadOptions()
TQString profilename = name.right( ( name.length() ) - 8 ); TQString profilename = name.right( ( name.length() ) - 8 );
if (wallet->readPassword(TQString(profilename+"__user_pw"), UserPassword) != 0) if (wallet->readPassword(TQString(profilename+"__user_pw"), UserPassword) != 0)
appendLogEntry(i18n( "read of %1 has failed." ).tqarg(i18n("user password")),error); appendLogEntry(i18n( "read of %1 has failed." ).arg(i18n("user password")),error);
else else
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n( "read of %1 was successful." ).tqarg(i18n("user password")),debug); appendLogEntry(i18n( "read of %1 was successful." ).arg(i18n("user password")),debug);
if (wallet->readPassword(TQString(profilename+"__psk"), PreSharedKey) != 0) if (wallet->readPassword(TQString(profilename+"__psk"), PreSharedKey) != 0)
appendLogEntry(i18n( "read of %1 has failed." ).tqarg(i18n("preshared key")),error); appendLogEntry(i18n( "read of %1 has failed." ).arg(i18n("preshared key")),error);
else else
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n( "read of %1 was successful." ).tqarg(i18n("preshared key")),debug); appendLogEntry(i18n( "read of %1 was successful." ).arg(i18n("preshared key")),debug);
if (wallet->readPassword(TQString(profilename+"__priv_key_pwd"), PrivateKeyPass) != 0) if (wallet->readPassword(TQString(profilename+"__priv_key_pwd"), PrivateKeyPass) != 0)
appendLogEntry(i18n( "read of %1 has failed." ).tqarg(i18n("preshared key password")),error); appendLogEntry(i18n( "read of %1 has failed." ).arg(i18n("preshared key password")),error);
else else
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n( "read of %1 was successful." ).tqarg(i18n("preshared key password")),debug); appendLogEntry(i18n( "read of %1 was successful." ).arg(i18n("preshared key password")),debug);
} }
else else
{ {
@ -1438,7 +1438,7 @@ void KVpncConfig::loadOptions()
appendLogEntry ( i18n( "Old configuration found, converted." ),info ); appendLogEntry ( i18n( "Old configuration found, converted." ),info );
if ( KvpncDebugLevel > 2 ) if ( KvpncDebugLevel > 2 )
appendLogEntry( i18n( "Configuration for profile \"%1\" loaded." ).tqarg( Name ),info ); appendLogEntry( i18n( "Configuration for profile \"%1\" loaded." ).arg( Name ),info );
appPointer->processEvents(); appPointer->processEvents();
} }
@ -1996,9 +1996,9 @@ bool KVpncConfig::exportKvpncConfig(TQString filename)
} }
TQString msg=""; TQString msg="";
if (exportCount > 0 && exportGlobal==true) if (exportCount > 0 && exportGlobal==true)
msg = i18n("Export was successful. %1 profiles and global settings are exported.").tqarg(TQString::number(exportCount)); msg = i18n("Export was successful. %1 profiles and global settings are exported.").arg(TQString::number(exportCount));
if (exportCount > 0 && exportGlobal==false) if (exportCount > 0 && exportGlobal==false)
msg = i18n("Export was successful. %1 profiles are exported.").tqarg(TQString::number(exportCount)); msg = i18n("Export was successful. %1 profiles are exported.").arg(TQString::number(exportCount));
if (exportCount < 1 && exportGlobal==true) if (exportCount < 1 && exportGlobal==true)
msg = i18n("Export was successful. Global settings are exported."); msg = i18n("Export was successful. Global settings are exported.");
KMessageBox::information ( 0, msg,i18n("Export success") ); KMessageBox::information ( 0, msg,i18n("Export success") );
@ -2140,7 +2140,7 @@ bool KVpncConfig::importKvpncConfig(TQString filename, TQString& RetName, bool&
} }
importfile.close(); importfile.close();
// print out the element names of all elements that are direct tqchildren // print out the element names of all elements that are direct children
// of the outermost element. // of the outermost element.
TQDomElement docElem = doc.documentElement(); TQDomElement docElem = doc.documentElement();
@ -2621,7 +2621,7 @@ bool KVpncConfig::importKvpncConfig(TQString filename, TQString& RetName, bool&
if ( it->getName() == data->getName() ) if ( it->getName() == data->getName() )
{ {
//account->setName( TQString( account->getName() + "_2" ) ); //account->setName( TQString( account->getName() + "_2" ) );
// KMessageBox::information ( this, i18n( "Profile name exists!\n It will be renamed to \"%1\"." ).tqarg( account->getName() ), i18n( "Name exist, renamed" ) ); // KMessageBox::information ( this, i18n( "Profile name exists!\n It will be renamed to \"%1\"." ).arg( account->getName() ), i18n( "Name exist, renamed" ) );
KMessageBox::error ( 0, i18n ( "Profile name exists!" ), i18n ( "Name Exists" ) ); KMessageBox::error ( 0, i18n ( "Profile name exists!" ), i18n ( "Name Exists" ) );
nameOk = false; nameOk = false;
TQString newName = KInputDialog::getText ( i18n ( "New Name" ), i18n ( "New name for profile:" ), TQString ( data->getName() + "_2" ), &ok ); TQString newName = KInputDialog::getText ( i18n ( "New Name" ), i18n ( "New name for profile:" ), TQString ( data->getName() + "_2" ), &ok );
@ -2763,9 +2763,9 @@ bool KVpncConfig::importKvpncConfig(TQString filename, TQString& RetName, bool&
TQString msg=""; TQString msg="";
if (importCount > 0 && importGlobal==true) if (importCount > 0 && importGlobal==true)
msg = i18n("Import was successful. %1 profiles and global settings are imported.").tqarg(TQString::number(importCount)); msg = i18n("Import was successful. %1 profiles and global settings are imported.").arg(TQString::number(importCount));
if (importCount > 0 && importGlobal==false) if (importCount > 0 && importGlobal==false)
msg = i18n("Import was successful. %1 profiles are imported.").tqarg(TQString::number(importCount)); msg = i18n("Import was successful. %1 profiles are imported.").arg(TQString::number(importCount));
if (importCount < 1 && importGlobal==false) if (importCount < 1 && importGlobal==false)
msg = i18n("Import was successful. Global settings are imported."); msg = i18n("Import was successful. Global settings are imported.");
KMessageBox::information ( 0, msg,i18n("Import success") ); KMessageBox::information ( 0, msg,i18n("Import success") );
@ -2827,7 +2827,7 @@ bool KVpncConfig::importIpsecConfig(TQString filename, TQString& RetName, bool&
// end of section found // end of section found
// std::cout << "end of section " << IpsecConfigSectionName << " found." << std::endl; // std::cout << "end of section " << IpsecConfigSectionName << " found." << std::endl;
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n("import ipsec config: end of section %1 found.").tqarg(IpsecConfigSectionName), debug); appendLogEntry(i18n("import ipsec config: end of section %1 found.").arg(IpsecConfigSectionName), debug);
sectionEndFound=true; sectionEndFound=true;
IpsecImportSection *section = new IpsecImportSection(); IpsecImportSection *section = new IpsecImportSection();
@ -3032,7 +3032,7 @@ bool KVpncConfig::importIpsecConfig(TQString filename, TQString& RetName, bool&
{ {
// std::cout << "section " << OtherSection << " found, appending:" << std::endl; // std::cout << "section " << OtherSection << " found, appending:" << std::endl;
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n ("import ipsec config: section %1 found, appending:").tqarg(OtherSection),debug); appendLogEntry(i18n ("import ipsec config: section %1 found, appending:").arg(OtherSection),debug);
// std::cout << "other data:" << std::endl << it3->SectionData.join("\n") << "--------" << std::endl; // std::cout << "other data:" << std::endl << it3->SectionData.join("\n") << "--------" << std::endl;
// std::cout << "section data:" << std::endl << section->SectionData.join("\n") << "--------" << std::endl; // std::cout << "section data:" << std::endl << section->SectionData.join("\n") << "--------" << std::endl;
section_found=true; section_found=true;
@ -3073,7 +3073,7 @@ bool KVpncConfig::importIpsecConfig(TQString filename, TQString& RetName, bool&
{ {
// std::cout << "section " << OtherSection << " not found, skipping" << std::endl; // std::cout << "section " << OtherSection << " not found, skipping" << std::endl;
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n ("import ipsec config: section %1 not found, skipping").tqarg(OtherSection) ,debug); appendLogEntry(i18n ("import ipsec config: section %1 not found, skipping").arg(OtherSection) ,debug);
} }
} }
@ -3757,9 +3757,9 @@ bool KVpncConfig::importIpsecConfig(TQString filename, TQString& RetName, bool&
TQString msg=""; TQString msg="";
if (importCount > 0 ) if (importCount > 0 )
msg = i18n("Import was successful. %1 profiles are imported.").tqarg(TQString::number(importCount)); msg = i18n("Import was successful. %1 profiles are imported.").arg(TQString::number(importCount));
else else
msg = i18n("Import was canceled because no profiles are selected.").tqarg(TQString::number(importCount)); msg = i18n("Import was canceled because no profiles are selected.").arg(TQString::number(importCount));
KMessageBox::information ( 0, msg,i18n("Import success") ); KMessageBox::information ( 0, msg,i18n("Import success") );
@ -3916,43 +3916,43 @@ bool KVpncConfig::importFritzboxConfig(TQString filename, TQString& RetName, boo
{ {
line = removeWhiteSpaceAtBegin(stream.readLine()).simplifyWhiteSpace(); line = removeWhiteSpaceAtBegin(stream.readLine()).simplifyWhiteSpace();
if (KvpncDebugLevel > 6) if (KvpncDebugLevel > 6)
appendLogEntry(i18n ("import fritzbox config: line: %1").tqarg(line), debug); appendLogEntry(i18n ("import fritzbox config: line: %1").arg(line), debug);
if (line.startsWith("datapipecfg")) if (line.startsWith("datapipecfg"))
{ {
datapipecfgFound = true; datapipecfgFound = true;
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n ("import fritzbox config: %1 found").tqarg("datapipecfg"), debug); appendLogEntry(i18n ("import fritzbox config: %1 found").arg("datapipecfg"), debug);
} }
if (line.startsWith("policies")) if (line.startsWith("policies"))
{ {
policiesFound = true; policiesFound = true;
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n ("import fritzbox config: %1 found").tqarg("policies"), debug); appendLogEntry(i18n ("import fritzbox config: %1 found").arg("policies"), debug);
} }
if (line.startsWith("targets")) if (line.startsWith("targets"))
{ {
targetsFound = true; targetsFound = true;
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n ("import fritzbox config: %1 found").tqarg("targets"), debug); appendLogEntry(i18n ("import fritzbox config: %1 found").arg("targets"), debug);
} }
if (line.startsWith("localid")) if (line.startsWith("localid"))
{ {
localidFound = true; localidFound = true;
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n ("import fritzbox config: %1 found").tqarg("localid"), debug); appendLogEntry(i18n ("import fritzbox config: %1 found").arg("localid"), debug);
} }
if (line.startsWith("phase2localid")) if (line.startsWith("phase2localid"))
{ {
phase2localidFound = true; phase2localidFound = true;
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n ("import fritzbox config: %1 found").tqarg("phase2localid"), debug); appendLogEntry(i18n ("import fritzbox config: %1 found").arg("phase2localid"), debug);
} }
if (line.startsWith("phase2remoteid")) if (line.startsWith("phase2remoteid"))
{ {
phase2remoteidFound = true; phase2remoteidFound = true;
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n ("import fritzbox config: %1 found").tqarg("phase2remoteid"), debug); appendLogEntry(i18n ("import fritzbox config: %1 found").arg("phase2remoteid"), debug);
} }
if (line.startsWith("ipnet")) if (line.startsWith("ipnet"))
{ {
@ -3970,7 +3970,7 @@ bool KVpncConfig::importFritzboxConfig(TQString filename, TQString& RetName, boo
{ {
TQString ProfileName=line.section("= ",1,1).replace("\"","").replace(";","").replace(" ","_"); TQString ProfileName=line.section("= ",1,1).replace("\"","").replace(";","").replace(" ","_");
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg("name").tqarg(ProfileName) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg("name").arg(ProfileName) ,debug);
profiledata->setName(ProfileName); profiledata->setName(ProfileName);
nameFound = true; nameFound = true;
} }
@ -3981,9 +3981,9 @@ bool KVpncConfig::importFritzboxConfig(TQString filename, TQString& RetName, boo
reconnectAfterConnectionLost = true; reconnectAfterConnectionLost = true;
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
if (reconnectAfterConnectionLost) if (reconnectAfterConnectionLost)
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg("always_renew").tqarg(i18n("yes")) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg("always_renew").arg(i18n("yes")) ,debug);
else else
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg("always_renew").tqarg(i18n("no")) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg("always_renew").arg(i18n("no")) ,debug);
profiledata->setDoReconnectAfterConnectionLost(reconnectAfterConnectionLost); profiledata->setDoReconnectAfterConnectionLost(reconnectAfterConnectionLost);
} }
if (line.startsWith("dont_filter_netbios = ")) if (line.startsWith("dont_filter_netbios = "))
@ -3993,23 +3993,23 @@ bool KVpncConfig::importFritzboxConfig(TQString filename, TQString& RetName, boo
dont_filter_netbios = true; dont_filter_netbios = true;
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
if (dont_filter_netbios) if (dont_filter_netbios)
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg("dont_filter_netbios").tqarg(i18n("yes")) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg("dont_filter_netbios").arg(i18n("yes")) ,debug);
else else
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg("dont_filter_netbios").tqarg(i18n("no")) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg("dont_filter_netbios").arg(i18n("no")) ,debug);
// nothing to yet // nothing to yet
} }
if (line.startsWith("localip = ")) if (line.startsWith("localip = "))
{ {
TQString LocalIp=line.section("= ",1,1).replace("\"","").replace(";",""); TQString LocalIp=line.section("= ",1,1).replace("\"","").replace(";","");
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg("localip").tqarg(LocalIp) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg("localip").arg(LocalIp) ,debug);
// nothing to do yet // nothing to do yet
} }
if (line.startsWith("virtualip = ")) if (line.startsWith("virtualip = "))
{ {
TQString LocalVirtualIp=line.section("= ",1,1).replace("\"","").replace(";",""); TQString LocalVirtualIp=line.section("= ",1,1).replace("\"","").replace(";","");
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg("virtualip").tqarg(LocalVirtualIp) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg("virtualip").arg(LocalVirtualIp) ,debug);
profiledata->setUseLeftSourceIp(true); profiledata->setUseLeftSourceIp(true);
profiledata->setLeftSourceIp(LocalVirtualIp); profiledata->setLeftSourceIp(LocalVirtualIp);
} }
@ -4017,14 +4017,14 @@ bool KVpncConfig::importFritzboxConfig(TQString filename, TQString& RetName, boo
{ {
TQString RemoteIp=line.section("= ",1,1).replace("\"","").replace(";",""); TQString RemoteIp=line.section("= ",1,1).replace("\"","").replace(";","");
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg("remoteip").tqarg(RemoteIp) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg("remoteip").arg(RemoteIp) ,debug);
// nothing to do yet // nothing to do yet
} }
if (line.startsWith("remotehostname = ")) if (line.startsWith("remotehostname = "))
{ {
TQString Gateway=line.section("= ",1,1).replace("\"","").replace(";",""); TQString Gateway=line.section("= ",1,1).replace("\"","").replace(";","");
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg("remotehostname").tqarg(Gateway) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg("remotehostname").arg(Gateway) ,debug);
profiledata->setGateway(Gateway); profiledata->setGateway(Gateway);
} }
if (localidFound) if (localidFound)
@ -4033,7 +4033,7 @@ bool KVpncConfig::importFritzboxConfig(TQString filename, TQString& RetName, boo
{ {
TQString LocalId=line.section("= ",1,1).replace("\"","").replace(";",""); TQString LocalId=line.section("= ",1,1).replace("\"","").replace(";","");
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg(TQString("user_fqdn")+" ("+i18n("local id")+")").tqarg(LocalId) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg(TQString("user_fqdn")+" ("+i18n("local id")+")").arg(LocalId) ,debug);
profiledata->setSpecialLocalID(LocalId); profiledata->setSpecialLocalID(LocalId);
profiledata->setUseSpecialLocalID(true); profiledata->setUseSpecialLocalID(true);
profiledata->setLocalIDType("user_fqdn"); profiledata->setLocalIDType("user_fqdn");
@ -4045,7 +4045,7 @@ bool KVpncConfig::importFritzboxConfig(TQString filename, TQString& RetName, boo
TQString IpsecExchangeMode=line.section("= ",1,1).replace(";",""); TQString IpsecExchangeMode=line.section("= ",1,1).replace(";","");
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg(i18n("exchange mode")).tqarg(IpsecExchangeMode) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg(i18n("exchange mode")).arg(IpsecExchangeMode) ,debug);
if (IpsecExchangeMode == "mode_aggressive") if (IpsecExchangeMode == "mode_aggressive")
profiledata->setExchangeMode("aggressive"); profiledata->setExchangeMode("aggressive");
@ -4056,7 +4056,7 @@ bool KVpncConfig::importFritzboxConfig(TQString filename, TQString& RetName, boo
{ {
TQString AuthType=line.section("= ",1,1).replace(";",""); TQString AuthType=line.section("= ",1,1).replace(";","");
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg("keytype").tqarg(AuthType) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg("keytype").arg(AuthType) ,debug);
if (AuthType == "keytype_pre_shared") if (AuthType == "keytype_pre_shared")
profiledata->setAuthType(VpnAccountData::psk); profiledata->setAuthType(VpnAccountData::psk);
@ -4067,9 +4067,9 @@ bool KVpncConfig::importFritzboxConfig(TQString filename, TQString& RetName, boo
{ {
TQString PreshardKey=line.section("= ",1,1).replace("\"","").replace(";",""); TQString PreshardKey=line.section("= ",1,1).replace("\"","").replace(";","");
if (KvpncDebugLevel > 2 && KvpncDebugLevel < 5) if (KvpncDebugLevel > 2 && KvpncDebugLevel < 5)
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg("key").tqarg("******") ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg("key").arg("******") ,debug);
if (KvpncDebugLevel > 5) if (KvpncDebugLevel > 5)
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg("key").tqarg(PreshardKey) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg("key").arg(PreshardKey) ,debug);
profiledata->setPreSharedKey(PreshardKey); profiledata->setPreSharedKey(PreshardKey);
profiledata->setPskIsInFile(false); profiledata->setPskIsInFile(false);
} }
@ -4080,9 +4080,9 @@ bool KVpncConfig::importFritzboxConfig(TQString filename, TQString& RetName, boo
cert_do_server_auth = true; cert_do_server_auth = true;
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
if (cert_do_server_auth) if (cert_do_server_auth)
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg("cert_do_server_auth").tqarg(i18n("yes")) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg("cert_do_server_auth").arg(i18n("yes")) ,debug);
else else
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg("cert_do_server_auth").tqarg(i18n("no")) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg("cert_do_server_auth").arg(i18n("no")) ,debug);
// nothing to to yet // nothing to to yet
} }
if (line.startsWith("use_nat_t = ")) if (line.startsWith("use_nat_t = "))
@ -4092,9 +4092,9 @@ bool KVpncConfig::importFritzboxConfig(TQString filename, TQString& RetName, boo
UseNat = true; UseNat = true;
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
if (UseNat) if (UseNat)
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg("use_nat_t").tqarg(i18n("yes")) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg("use_nat_t").arg(i18n("yes")) ,debug);
else else
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg("use_nat_t").tqarg(i18n("no")) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg("use_nat_t").arg(i18n("no")) ,debug);
profiledata->setUseNat(UseNat); profiledata->setUseNat(UseNat);
profiledata->setUseUdp(true); profiledata->setUseUdp(true);
} }
@ -4105,9 +4105,9 @@ bool KVpncConfig::importFritzboxConfig(TQString filename, TQString& RetName, boo
UseXauth = true; UseXauth = true;
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
if (UseXauth) if (UseXauth)
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg("use_xauth").tqarg(i18n("yes")) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg("use_xauth").arg(i18n("yes")) ,debug);
else else
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg("use_xauth").tqarg(i18n("no")) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg("use_xauth").arg(i18n("no")) ,debug);
profiledata->setAuthWithUsernameAndPassword(UseXauth); profiledata->setAuthWithUsernameAndPassword(UseXauth);
} }
if (line.startsWith("use_cfgmode = ")) if (line.startsWith("use_cfgmode = "))
@ -4117,9 +4117,9 @@ bool KVpncConfig::importFritzboxConfig(TQString filename, TQString& RetName, boo
ModeConfig = true; ModeConfig = true;
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
if (ModeConfig) if (ModeConfig)
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg("use_cfgmode").tqarg(i18n("yes")) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg("use_cfgmode").arg(i18n("yes")) ,debug);
else else
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg("use_cfgmode").tqarg(i18n("no")) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg("use_cfgmode").arg(i18n("no")) ,debug);
profiledata->setUseModeConfig(ModeConfig); profiledata->setUseModeConfig(ModeConfig);
} }
if (phase2localidFound) if (phase2localidFound)
@ -4128,7 +4128,7 @@ bool KVpncConfig::importFritzboxConfig(TQString filename, TQString& RetName, boo
{ {
TQString Phase2LocalId=line.section("= ",1,1).replace("\"","").replace(";",""); TQString Phase2LocalId=line.section("= ",1,1).replace("\"","").replace(";","");
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg(i18n("ip addr for phase 2")).tqarg(Phase2LocalId) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg(i18n("ip addr for phase 2")).arg(Phase2LocalId) ,debug);
// nothing to do yet // nothing to do yet
} }
} }
@ -4139,7 +4139,7 @@ bool KVpncConfig::importFritzboxConfig(TQString filename, TQString& RetName, boo
{ {
TQString RemoteNetWorkAddr=line.section("= ",1,1).replace(";",""); TQString RemoteNetWorkAddr=line.section("= ",1,1).replace(";","");
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg(i18n("remote network ip")).tqarg(RemoteNetWorkAddr) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg(i18n("remote network ip")).arg(RemoteNetWorkAddr) ,debug);
profiledata->setRemoteNetAddr(RemoteNetWorkAddr); profiledata->setRemoteNetAddr(RemoteNetWorkAddr);
} }
if (line.startsWith("mask = ")) if (line.startsWith("mask = "))
@ -4148,9 +4148,9 @@ bool KVpncConfig::importFritzboxConfig(TQString filename, TQString& RetName, boo
TQString RemoteNetWorkMaskNumeric = TQString().setNum(Utils(this).dottedIpv4Netmask2NetmaskBytes(RemoteNetWorkMask)); TQString RemoteNetWorkMaskNumeric = TQString().setNum(Utils(this).dottedIpv4Netmask2NetmaskBytes(RemoteNetWorkMask));
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
{ {
appendLogEntry(i18n ("import fritzbox config: %1 found: %2").tqarg(i18n("remote network netmask")).tqarg(RemoteNetWorkMask) ,debug); appendLogEntry(i18n ("import fritzbox config: %1 found: %2").arg(i18n("remote network netmask")).arg(RemoteNetWorkMask) ,debug);
appendLogEntry(i18n("Netmask (dotted): %1, numeric value: %2").tqarg(RemoteNetWorkMask).tqarg(RemoteNetWorkMaskNumeric), debug); appendLogEntry(i18n("Netmask (dotted): %1, numeric value: %2").arg(RemoteNetWorkMask).arg(RemoteNetWorkMaskNumeric), debug);
} }
profiledata->setRemoteNetMask(RemoteNetWorkMaskNumeric); profiledata->setRemoteNetMask(RemoteNetWorkMaskNumeric);
} }
@ -4170,7 +4170,7 @@ bool KVpncConfig::importFritzboxConfig(TQString filename, TQString& RetName, boo
if ( it->getName() == profiledata->getName() ) if ( it->getName() == profiledata->getName() )
{ {
//account->setName( TQString( account->getName() + "_2" ) ); //account->setName( TQString( account->getName() + "_2" ) );
// KMessageBox::information ( this, i18n( "Profile name exists!\n It will be renamed to \"%1\"." ).tqarg( account->getName() ), i18n( "Name exist, renamed" ) ); // KMessageBox::information ( this, i18n( "Profile name exists!\n It will be renamed to \"%1\"." ).arg( account->getName() ), i18n( "Name exist, renamed" ) );
KMessageBox::error ( 0, i18n ( "Profile name exists!" ), i18n ( "Name Exists" ) ); KMessageBox::error ( 0, i18n ( "Profile name exists!" ), i18n ( "Name Exists" ) );
nameOk = false; nameOk = false;
TQString newName = KInputDialog::getText ( i18n ( "New Name" ), i18n ( "New name for profile:" ), TQString ( profiledata->getName() + "_2" ), &ok ); TQString newName = KInputDialog::getText ( i18n ( "New Name" ), i18n ( "New name for profile:" ), TQString ( profiledata->getName() + "_2" ), &ok );
@ -4391,19 +4391,19 @@ void KVpncConfig::removeEntry(TQString Name)
if (KvpncDebugLevel > 2) if (KvpncDebugLevel > 2)
{ {
if (UserPasswordOK) if (UserPasswordOK)
appendLogEntry(i18n( "delete of %1 was ok." ).tqarg(i18n("user password")), debug); appendLogEntry(i18n( "delete of %1 was ok." ).arg(i18n("user password")), debug);
else else
appendLogEntry(i18n( "delete of %1 has failed." ).tqarg(i18n("user password")), debug); appendLogEntry(i18n( "delete of %1 has failed." ).arg(i18n("user password")), debug);
// //
if (PskOK) if (PskOK)
appendLogEntry(i18n( "delete of %1 was successful." ).tqarg(i18n("preshared key")), debug); appendLogEntry(i18n( "delete of %1 was successful." ).arg(i18n("preshared key")), debug);
else else
appendLogEntry(i18n( "delete of %1 has failed." ).tqarg(i18n("preshared key")),debug); appendLogEntry(i18n( "delete of %1 has failed." ).arg(i18n("preshared key")),debug);
if (PskKeyPassOK) if (PskKeyPassOK)
appendLogEntry(i18n( "delete of %1 was successful." ).tqarg(i18n("private key password")), debug); appendLogEntry(i18n( "delete of %1 was successful." ).arg(i18n("private key password")), debug);
else else
appendLogEntry(i18n( "delete of %1 has failed." ).tqarg(i18n("private key password")),debug); appendLogEntry(i18n( "delete of %1 has failed." ).arg(i18n("private key password")),debug);
// //std::cout << "success: " << pwdOK << std::endl; // //std::cout << "success: " << pwdOK << std::endl;
@ -4509,8 +4509,8 @@ void KVpncConfig::removeEntry(TQString Name)
config->deleteGroup( ProfileName ); config->deleteGroup( ProfileName );
/* give info */ /* give info */
//slotStatusMsg ( i18n( "Profile \"%1\" removed." ).tqarg( Name ), ID_FLASH_MSG ); //slotStatusMsg ( i18n( "Profile \"%1\" removed." ).arg( Name ), ID_FLASH_MSG );
appendLogEntry ( i18n( "Profile \"%1\" removed." ).tqarg( Name ) , info); appendLogEntry ( i18n( "Profile \"%1\" removed." ).arg( Name ) , info);
AccountList->remove(it); AccountList->remove(it);
break; break;
} }

@ -29,8 +29,8 @@
#include <tqpoint.h> #include <tqpoint.h>
#include <tqsize.h> #include <tqsize.h>
#include <tqfile.h> #include <tqfile.h>
#include <tqtextstream.h> #include <textstream.h>
#include <tqtextedit.h> #include <textedit.h>
#include <tqcolor.h> #include <tqcolor.h>
#include <tqstringlist.h> #include <tqstringlist.h>
#include <kconfig.h> #include <kconfig.h>
@ -57,7 +57,7 @@ public:
~KVpncConfig(); ~KVpncConfig();
public: public:
enum ConnectiontqStatus {disconnected=0, connecting=1, connected=2}; enum ConnectionStatus {disconnected=0, connecting=1, connected=2};
enum LogType {info=0, remote=1, error=2, success=3, debug=4}; enum LogType {info=0, remote=1, error=2, success=3, debug=4};
TQString pathToVpnc; TQString pathToVpnc;
@ -193,7 +193,7 @@ public:
TQApplication *appPointer; TQApplication *appPointer;
TQPoint pos; TQPoint pos;
ConnectiontqStatus status; ConnectionStatus status;
TQFile logfile; TQFile logfile;
TQTextStream logFileStream; TQTextStream logFileStream;
TQTextEdit *LogOutput; TQTextEdit *LogOutput;

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout10</cstring> <cstring>layout10</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -42,7 +42,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout9</cstring> <cstring>layout9</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -80,7 +80,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>271</width> <width>271</width>
<height>21</height> <height>21</height>
@ -91,7 +91,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout8</cstring> <cstring>layout8</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -107,7 +107,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>271</width> <width>271</width>
<height>21</height> <height>21</height>
@ -126,7 +126,7 @@
<property name="name"> <property name="name">
<cstring>ImportNamePrefixLineEdit</cstring> <cstring>ImportNamePrefixLineEdit</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>100</width> <width>100</width>
<height>0</height> <height>0</height>
@ -137,7 +137,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout7</cstring> <cstring>layout7</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -161,7 +161,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>260</width> <width>260</width>
<height>31</height> <height>31</height>

@ -45,7 +45,7 @@ KVpncKicker::~KVpncKicker() {}
void KVpncKicker::closeEvent( TQCloseEvent *e ) void KVpncKicker::closeEvent( TQCloseEvent *e )
{ {
if ( GlobalConfig->KvpncDebugLevel > 1 ) if ( GlobalConfig->KvpncDebugLevel > 1 )
GlobalConfig->appendLogEntry ( i18n ( "CloseEvent recieved (reciever: %1)." ).tqarg("kvpnckicker"), GlobalConfig->debug ); GlobalConfig->appendLogEntry ( i18n ( "CloseEvent recieved (reciever: %1)." ).arg("kvpnckicker"), GlobalConfig->debug );
emit closeEventKicker(e); emit closeEventKicker(e);
} }
@ -59,7 +59,7 @@ void KVpncKicker::enterEvent( TQEvent* e )
} }
void KVpncKicker::settqStatus( int status ) { void KVpncKicker::setStatus( int status ) {
if ( status == connecting ) { if ( status == connecting ) {
setPixmap( connectingIcon ); setPixmap( connectingIcon );
} }

@ -36,7 +36,7 @@ public:
~KVpncKicker(); ~KVpncKicker();
KPopupMenu* menu(); KPopupMenu* menu();
enum status {disconnected=0, connecting=1, connected=2}; enum status {disconnected=0, connecting=1, connected=2};
void settqStatus( int status ); void setStatus( int status );
public slots: public slots:
void closeEvent( TQCloseEvent* e ); void closeEvent( TQCloseEvent* e );
void enterEvent( TQEvent* e ); void enterEvent( TQEvent* e );
@ -47,7 +47,7 @@ protected:
private: private:
// color // color
TQColor currenttqStatus; TQColor currentStatus;
// icons // icons
TQPixmap connectedIcon; TQPixmap connectedIcon;
TQPixmap disconnectedIcon; TQPixmap disconnectedIcon;

@ -45,8 +45,8 @@ inline void ListViewToolTip::maybeTip ( const TQPoint& p )
const TQListViewItem* item = listView->itemAt ( p ); const TQListViewItem* item = listView->itemAt ( p );
if ( !item ) if ( !item )
return; return;
const TQRect tqitemRect = listView->tqitemRect ( item ); const TQRect itemRect = listView->itemRect ( item );
if ( !tqitemRect.isValid() ) if ( !itemRect.isValid() )
return; return;
const int col = listView->header()->sectionAt ( p.x() ); const int col = listView->header()->sectionAt ( p.x() );
const int row = listView->header()->sectionAt ( p.y() ); const int row = listView->header()->sectionAt ( p.y() );
@ -56,9 +56,9 @@ inline void ListViewToolTip::maybeTip ( const TQPoint& p )
const TQRect headerRect = listView->header()->sectionRect ( col ); const TQRect headerRect = listView->header()->sectionRect ( col );
if ( !headerRect.isValid() ) if ( !headerRect.isValid() )
return; return;
// const TQRect cellRect ( headerRect.left(), tqitemRect.top(), // const TQRect cellRect ( headerRect.left(), itemRect.top(),
// headerRect.width(), tqitemRect.height() ); // headerRect.width(), itemRect.height() );
const TQRect cellRect ( headerRect.left(), tqitemRect.top(), 400, 200 ); const TQRect cellRect ( headerRect.left(), itemRect.top(), 400, 200 );
TQString tipStr; TQString tipStr;
tipStr = TQString ( "<h2>"+item->text ( 0 )+"</h2><ul><li>"+i18n("Path:")+" "+item->text(5)+"</li><li>"+i18n("Usability:")+" "+item->text(3)+"</li><li>"+i18n("Comment:")+ " "+item->text(6)+"</li></ul>"); tipStr = TQString ( "<h2>"+item->text ( 0 )+"</h2><ul><li>"+i18n("Path:")+" "+item->text(5)+"</li><li>"+i18n("Usability:")+" "+item->text(3)+"</li><li>"+i18n("Comment:")+ " "+item->text(6)+"</li></ul>");

@ -34,7 +34,7 @@
#include <iostream> #include <iostream>
#include <kvpnc.h> #include <kvpnc.h>
#include <tqfile.h> #include <tqfile.h>
#include <tqtextstream.h> #include <textstream.h>
#include <kmessagebox.h> #include <kmessagebox.h>
LogViewerDialog::LogViewerDialog(TQWidget *parent, TQApplication *app, KVpncConfig *GlobalConfig,const TQString& caption, int count) : KDialogBase( parent, "Show_log", false, caption, LogViewerDialog::LogViewerDialog(TQWidget *parent, TQApplication *app, KVpncConfig *GlobalConfig,const TQString& caption, int count) : KDialogBase( parent, "Show_log", false, caption,
@ -42,7 +42,7 @@ KDialogBase::Ok|KDialogBase::Cancel,KDialogBase::Ok, true )
{ {
main = new LogViewerDialogBase (this); main = new LogViewerDialogBase (this);
setMainWidget(main); setMainWidget(main);
// main->setMinimumSize(main->tqsizeHint()); // main->setMinimumSize(main->sizeHint());
main->setMinimumSize(750,500); main->setMinimumSize(750,500);
main->LineCountIntSpinBox->setValue(count); main->LineCountIntSpinBox->setValue(count);

@ -12,7 +12,7 @@
<height>586</height> <height>586</height>
</rect> </rect>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>700</width> <width>700</width>
<height>500</height> <height>500</height>
@ -27,7 +27,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout48</cstring> <cstring>layout48</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -37,7 +37,7 @@
<property name="name"> <property name="name">
<cstring>LogTextBrowser</cstring> <cstring>LogTextBrowser</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>120</height> <height>120</height>
@ -49,7 +49,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout47</cstring> <cstring>layout47</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -26,12 +26,12 @@
#include <kpassdlg.h> #include <kpassdlg.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <tqprocess.h> #include <tqprocess.h>
#include <tqtextedit.h> #include <textedit.h>
#include <tqwidget.h> #include <tqwidget.h>
#include <tqframe.h> #include <tqframe.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqlayout.h> #include <layout.h>
#include "mainview.h" #include "mainview.h"

@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout4</cstring> <cstring>layout4</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -117,7 +117,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>31</height> <height>31</height>

@ -42,10 +42,10 @@ ManageCiscoCert::ManageCiscoCert(TQWidget *parent, const char* caption, KVpncCon
{ {
main = new ManageCiscoCertBase ( this ); main = new ManageCiscoCertBase ( this );
setMainWidget ( main ); setMainWidget ( main );
main->tqsizeHint(); main->sizeHint();
// main->show(); // main->show();
// main->setMinimumSize ( main->tqsizeHint() ); // main->setMinimumSize ( main->sizeHint() );
tqsizeHint(); sizeHint();
this->GlobalConfig = GlobalConfig; this->GlobalConfig = GlobalConfig;
connect (main->ImportCertFilePushButton,TQT_SIGNAL(clicked()),this,TQT_SLOT(importCertClicked())); connect (main->ImportCertFilePushButton,TQT_SIGNAL(clicked()),this,TQT_SLOT(importCertClicked()));
@ -65,7 +65,7 @@ void ManageCiscoCert::deleteCertClicked()
{ {
TQListViewItem *item = main->CertListView->currentItem(); TQListViewItem *item = main->CertListView->currentItem();
int result = KMessageBox::questionYesNo ( this, i18n( "Do you really want to delete the cert \"%1\" (type: %2) from cert store?" ).tqarg(item->text(1).tqarg(item->text(2))), i18n( "Delete certificate?" ) ); int result = KMessageBox::questionYesNo ( this, i18n( "Do you really want to delete the cert \"%1\" (type: %2) from cert store?" ).arg(item->text(1).arg(item->text(2))), i18n( "Delete certificate?" ) );
// if ( GlobalConfig->KvpncDebugLevel > 2 ) // if ( GlobalConfig->KvpncDebugLevel > 2 )
// GlobalConfig->appendLogEntry( "Result: "+ TQString().setNum(result), GlobalConfig->debug ) ; // GlobalConfig->appendLogEntry( "Result: "+ TQString().setNum(result), GlobalConfig->debug ) ;

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout69</cstring> <cstring>layout69</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout68</cstring> <cstring>layout68</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -37,7 +37,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout67</cstring> <cstring>layout67</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -94,7 +94,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout66</cstring> <cstring>layout66</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -124,7 +124,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>230</width> <width>230</width>
<height>21</height> <height>21</height>
@ -135,7 +135,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout65</cstring> <cstring>layout65</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -162,7 +162,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>221</width> <width>221</width>
<height>20</height> <height>20</height>
@ -185,7 +185,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>21</width> <width>21</width>
<height>41</height> <height>41</height>

@ -21,7 +21,7 @@
#include "networkinterface.h" #include "networkinterface.h"
#include <iostream> #include <iostream>
#include <tqfile.h> #include <tqfile.h>
#include <tqtextstream.h> #include <textstream.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <klocale.h> #include <klocale.h>
#include <kglobal.h> #include <kglobal.h>
@ -159,7 +159,7 @@ TQString NetworkInterface::getInterfaceIP2( TQString Interface )
if ( !InterfaceIpProc->start(env) ) if ( !InterfaceIpProc->start(env) )
{ {
GlobalConfig->appendLogEntry(i18n("unable to start proc (%1)!").tqarg(i18n("getting IP address from interface")), KVpncConfig::error); GlobalConfig->appendLogEntry(i18n("unable to start proc (%1)!").arg(i18n("getting IP address from interface")), KVpncConfig::error);
} }
else else
{ {
@ -219,7 +219,7 @@ TQString NetworkInterface::getInterfaceAddress( TQString IPforInterface )
if ( !InterfaceAddressProc->start(env) ) if ( !InterfaceAddressProc->start(env) )
{ {
GlobalConfig->appendLogEntry(i18n("unable to start proc (%1)!").tqarg(i18n("script for get interface from IP address")), KVpncConfig::error); GlobalConfig->appendLogEntry(i18n("unable to start proc (%1)!").arg(i18n("script for get interface from IP address")), KVpncConfig::error);
} }
else else

@ -51,7 +51,7 @@ NewProfileDialog::NewProfileDialog( TQApplication *app,TQWidget *parent, const T
main = new NewProfileDialogbase(this); main = new NewProfileDialogbase(this);
setMainWidget(main); setMainWidget(main);
main->setMinimumSize(main->tqsizeHint()); main->setMinimumSize(main->sizeHint());
connect( main->ConnectionTypeComboBox, TQT_SIGNAL( activated( const TQString& ) ), this, TQT_SLOT( connectiontypeChanged( const TQString& ) ) ); connect( main->ConnectionTypeComboBox, TQT_SIGNAL( activated( const TQString& ) ), this, TQT_SLOT( connectiontypeChanged( const TQString& ) ) );
connect( main->AuthTypeComboBox , TQT_SIGNAL( activated( const TQString& ) ), this, TQT_SLOT( authTypeChanged( const TQString& ) ) ); connect( main->AuthTypeComboBox , TQT_SIGNAL( activated( const TQString& ) ), this, TQT_SLOT( authTypeChanged( const TQString& ) ) );
@ -326,7 +326,7 @@ void NewProfileDialog::connectiontypeChanged( const TQString& )
{ {
GlobalConfig->appendLogEntry( i18n("New type: %1").tqarg("cisco"),GlobalConfig->debug ); GlobalConfig->appendLogEntry( i18n("New type: %1").arg("cisco"),GlobalConfig->debug );
profileData->setConnectionType( VpnAccountData::cisco ); profileData->setConnectionType( VpnAccountData::cisco );
@ -372,7 +372,7 @@ void NewProfileDialog::connectiontypeChanged( const TQString& )
{ {
GlobalConfig->appendLogEntry( i18n("New type: %1").tqarg("racoon"),GlobalConfig->debug ); GlobalConfig->appendLogEntry( i18n("New type: %1").arg("racoon"),GlobalConfig->debug );
// KURLRequester* main->x509certURLRequester; // KURLRequester* main->x509certURLRequester;
// KComboBox* main->AuthTypeComboBox; // KComboBox* main->AuthTypeComboBox;
// KPushButton* ImportCertificatePushButton; // KPushButton* ImportCertificatePushButton;
@ -424,7 +424,7 @@ void NewProfileDialog::connectiontypeChanged( const TQString& )
{ {
GlobalConfig->appendLogEntry( i18n("New type: %1").tqarg("freeswan"), GlobalConfig->debug ); GlobalConfig->appendLogEntry( i18n("New type: %1").arg("freeswan"), GlobalConfig->debug );
// KURLRequester* main->x509certURLRequester; // KURLRequester* main->x509certURLRequester;
// KComboBox* main->AuthTypeComboBox; // KComboBox* main->AuthTypeComboBox;
// KPushButton* ImportCertificatePushButton; // KPushButton* ImportCertificatePushButton;
@ -476,7 +476,7 @@ void NewProfileDialog::connectiontypeChanged( const TQString& )
{ {
GlobalConfig->appendLogEntry( i18n("New type: %1").tqarg("pptp"),GlobalConfig->debug ); GlobalConfig->appendLogEntry( i18n("New type: %1").arg("pptp"),GlobalConfig->debug );
// KURLRequester* main->x509certURLRequester; // KURLRequester* main->x509certURLRequester;
// KComboBox* main->AuthTypeComboBox; // KComboBox* main->AuthTypeComboBox;
// KPushButton* ImportCertificatePushButton; // KPushButton* ImportCertificatePushButton;
@ -526,7 +526,7 @@ void NewProfileDialog::connectiontypeChanged( const TQString& )
else if ( item == VpnAccountData::ConnectionType(VpnAccountData::openvpn) ) else if ( item == VpnAccountData::ConnectionType(VpnAccountData::openvpn) )
{ {
if (GlobalConfig->KvpncDebugLevel > 0) if (GlobalConfig->KvpncDebugLevel > 0)
GlobalConfig->appendLogEntry( i18n("New type: %1").tqarg("openvpn"),GlobalConfig->debug ); GlobalConfig->appendLogEntry( i18n("New type: %1").arg("openvpn"),GlobalConfig->debug );
// KURLRequester* main->x509certURLRequester; // KURLRequester* main->x509certURLRequester;
// KComboBox* main->AuthTypeComboBox; // KComboBox* main->AuthTypeComboBox;
// KPushButton* ImportCertificatePushButton; // KPushButton* ImportCertificatePushButton;

@ -22,7 +22,7 @@
#include "newprofiledialogbase.h" #include "newprofiledialogbase.h"
#include "vpnaccountdata.h" #include "vpnaccountdata.h"
#include <tqtextedit.h> #include <textedit.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <tqobject.h> #include <tqobject.h>
#include <tqptrlist.h> #include <tqptrlist.h>

@ -27,7 +27,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="16" column="0" rowspan="1" colspan="4"> <widget class="TQLayoutWidget" row="16" column="0" rowspan="1" colspan="4">
<property name="name"> <property name="name">
<cstring>tqlayout9</cstring> <cstring>layout9</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -57,7 +57,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>321</width> <width>321</width>
<height>20</height> <height>20</height>
@ -68,7 +68,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="17" column="0" rowspan="1" colspan="4"> <widget class="TQLayoutWidget" row="17" column="0" rowspan="1" colspan="4">
<property name="name"> <property name="name">
<cstring>tqlayout11</cstring> <cstring>layout11</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -112,7 +112,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>110</width> <width>110</width>
<height>20</height> <height>20</height>
@ -131,7 +131,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>16</height> <height>16</height>
@ -336,7 +336,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>159</width> <width>159</width>
<height>20</height> <height>20</height>
@ -391,7 +391,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>159</width> <width>159</width>
<height>20</height> <height>20</height>
@ -443,7 +443,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>114</width> <width>114</width>
<height>20</height> <height>20</height>
@ -474,7 +474,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>75</width> <width>75</width>
<height>20</height> <height>20</height>
@ -501,7 +501,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="5" column="1" rowspan="1" colspan="3"> <widget class="TQLayoutWidget" row="5" column="1" rowspan="1" colspan="3">
<property name="name"> <property name="name">
<cstring>tqlayout8</cstring> <cstring>layout8</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -174,10 +174,10 @@ void NewProfileWizard::setupPages()
// page1->setSpacing(8); // page1->setSpacing(8);
TQLabel *setupPixmapContent1 = new TQLabel ( page1 ); TQLabel *setupPixmapContent1 = new TQLabel ( page1 );
setupPixmapContent1->setPixmap ( *SetupPixmap ); setupPixmapContent1->setPixmap ( *SetupPixmap );
setupPixmapContent1->resize ( setupPixmapContent1->tqsizeHint() ); setupPixmapContent1->resize ( setupPixmapContent1->sizeHint() );
newprofilewizardstartcontent = new NewProfileWizardStart ( page1 ); newprofilewizardstartcontent = new NewProfileWizardStart ( page1 );
newprofilewizardstartcontent->resize ( newprofilewizardstartcontent->tqsizeHint() ); newprofilewizardstartcontent->resize ( newprofilewizardstartcontent->sizeHint() );
page1->tqsizeHint(); page1->sizeHint();
addPage ( page1, "<b>" + i18n ( "Welcome" ) + "</b>" ); addPage ( page1, "<b>" + i18n ( "Welcome" ) + "</b>" );
// type selection // type selection
@ -185,11 +185,11 @@ void NewProfileWizard::setupPages()
// newprofilewizardtypeselectionpage->setSpacing(8); // newprofilewizardtypeselectionpage->setSpacing(8);
TQLabel *setupPixmapContent2 = new TQLabel ( newprofilewizardtypeselectionpage ); TQLabel *setupPixmapContent2 = new TQLabel ( newprofilewizardtypeselectionpage );
setupPixmapContent2->setPixmap ( *SetupPixmap ); setupPixmapContent2->setPixmap ( *SetupPixmap );
setupPixmapContent2->resize ( setupPixmapContent2->tqsizeHint() ); setupPixmapContent2->resize ( setupPixmapContent2->sizeHint() );
newprofilewizardtypeselectionpagecontent = new NewProfileWizardTypeSelection ( newprofilewizardtypeselectionpage ); newprofilewizardtypeselectionpagecontent = new NewProfileWizardTypeSelection ( newprofilewizardtypeselectionpage );
newprofilewizardtypeselectionpagecontent->FreeswanRadioButton->setText ( i18n ( "IPSec (%1)" ).arg ( "FreeS/WAN/Openswan/strongSwan" ) ); newprofilewizardtypeselectionpagecontent->FreeswanRadioButton->setText ( i18n ( "IPSec (%1)" ).arg ( "FreeS/WAN/Openswan/strongSwan" ) );
newprofilewizardtypeselectionpagecontent->L2tpFreeswanRadioButton->setText ( i18n ( "L2TP over IPSec (%1)" ).arg ( "FreeS/WAN/Openswan/strongSwan" ) ); newprofilewizardtypeselectionpagecontent->L2tpFreeswanRadioButton->setText ( i18n ( "L2TP over IPSec (%1)" ).arg ( "FreeS/WAN/Openswan/strongSwan" ) );
newprofilewizardtypeselectionpage->tqsizeHint(); newprofilewizardtypeselectionpage->sizeHint();
addPage ( newprofilewizardtypeselectionpage, "<b>" + i18n ( "Type selection" ) + "</b>" ); addPage ( newprofilewizardtypeselectionpage, "<b>" + i18n ( "Type selection" ) + "</b>" );
// cisco // cisco
@ -197,17 +197,17 @@ void NewProfileWizard::setupPages()
// newprofilewizardciscoselectionpage->setSpacing(8); // newprofilewizardciscoselectionpage->setSpacing(8);
TQLabel *setupPixmapContent3 = new TQLabel ( newprofilewizardciscoselectionpage ); TQLabel *setupPixmapContent3 = new TQLabel ( newprofilewizardciscoselectionpage );
setupPixmapContent3->setPixmap ( *SetupPixmap ); setupPixmapContent3->setPixmap ( *SetupPixmap );
setupPixmapContent3->resize ( setupPixmapContent3->tqsizeHint() ); setupPixmapContent3->resize ( setupPixmapContent3->sizeHint() );
newprofilewizardciscoselectionpagecontent = new NewProfileWizardCiscoSelection ( newprofilewizardciscoselectionpage ); newprofilewizardciscoselectionpagecontent = new NewProfileWizardCiscoSelection ( newprofilewizardciscoselectionpage );
newprofilewizardciscoselectionpage->tqsizeHint(); newprofilewizardciscoselectionpage->sizeHint();
newprofilewizardciscomanuallypage = new TQHBox ( 0 ); newprofilewizardciscomanuallypage = new TQHBox ( 0 );
// newprofilewizardciscomanuallypage->setSpacing(8); // newprofilewizardciscomanuallypage->setSpacing(8);
TQLabel *setupPixmapContent4 = new TQLabel ( newprofilewizardciscomanuallypage ); TQLabel *setupPixmapContent4 = new TQLabel ( newprofilewizardciscomanuallypage );
setupPixmapContent4->setPixmap ( *SetupPixmap ); setupPixmapContent4->setPixmap ( *SetupPixmap );
setupPixmapContent4->resize ( setupPixmapContent4->tqsizeHint() ); setupPixmapContent4->resize ( setupPixmapContent4->sizeHint() );
newprofilewizardciscomanuallypagecontent = new NewProfileWizardCiscoManually ( newprofilewizardciscomanuallypage ); newprofilewizardciscomanuallypagecontent = new NewProfileWizardCiscoManually ( newprofilewizardciscomanuallypage );
newprofilewizardciscomanuallypage->tqsizeHint(); newprofilewizardciscomanuallypage->sizeHint();
connect ( newprofilewizardciscomanuallypagecontent->GroupPasswordLineEdit , TQT_SIGNAL ( textChanged ( const TQString& ) ), this, TQT_SLOT ( pskToggled ( const TQString& ) ) ); connect ( newprofilewizardciscomanuallypagecontent->GroupPasswordLineEdit , TQT_SIGNAL ( textChanged ( const TQString& ) ), this, TQT_SLOT ( pskToggled ( const TQString& ) ) );
@ -216,7 +216,7 @@ void NewProfileWizard::setupPages()
// newprofilewizardracoonpage->setSpacing(8); // newprofilewizardracoonpage->setSpacing(8);
TQLabel *setupPixmapContent5 = new TQLabel ( newprofilewizardracoonpage ); TQLabel *setupPixmapContent5 = new TQLabel ( newprofilewizardracoonpage );
setupPixmapContent5->setPixmap ( *SetupPixmap ); setupPixmapContent5->setPixmap ( *SetupPixmap );
setupPixmapContent5->resize ( setupPixmapContent5->tqsizeHint() ); setupPixmapContent5->resize ( setupPixmapContent5->sizeHint() );
newprofilewizardracoonpagecontent = new NewProfileWizardRacoon ( newprofilewizardracoonpage ); newprofilewizardracoonpagecontent = new NewProfileWizardRacoon ( newprofilewizardracoonpage );
newprofilewizardracoonpagecontent->ExchangeModeComboBox->insertItem ( "main", 0 ); newprofilewizardracoonpagecontent->ExchangeModeComboBox->insertItem ( "main", 0 );
newprofilewizardracoonpagecontent->ExchangeModeComboBox->insertItem ( "aggressive", 1 ); newprofilewizardracoonpagecontent->ExchangeModeComboBox->insertItem ( "aggressive", 1 );
@ -347,32 +347,32 @@ void NewProfileWizard::setupPages()
newprofilewizardracoonpagecontent->PerfectForwardSecurityCheckbox->hide(); newprofilewizardracoonpagecontent->PerfectForwardSecurityCheckbox->hide();
newprofilewizardracoonpagecontent->PerfectForwardSecrecyCombobox->hide(); newprofilewizardracoonpagecontent->PerfectForwardSecrecyCombobox->hide();
newprofilewizardracoonpage->tqsizeHint(); newprofilewizardracoonpage->sizeHint();
//freeswan //freeswan
newprofilewizardfreeswanselectionpage = new TQHBox ( 0 ); newprofilewizardfreeswanselectionpage = new TQHBox ( 0 );
// newprofilewizardfreeswanselectionpage->setSpacing(8); // newprofilewizardfreeswanselectionpage->setSpacing(8);
TQLabel *setupPixmapContent711 = new TQLabel ( newprofilewizardfreeswanselectionpage ); TQLabel *setupPixmapContent711 = new TQLabel ( newprofilewizardfreeswanselectionpage );
setupPixmapContent711->setPixmap ( *SetupPixmap ); setupPixmapContent711->setPixmap ( *SetupPixmap );
setupPixmapContent711->resize ( setupPixmapContent711->tqsizeHint() ); setupPixmapContent711->resize ( setupPixmapContent711->sizeHint() );
newprofilewizardfreeswanselectionpagecontent = new NewProfileWizardOpenvpnSelection ( newprofilewizardfreeswanselectionpage ); newprofilewizardfreeswanselectionpagecontent = new NewProfileWizardOpenvpnSelection ( newprofilewizardfreeswanselectionpage );
newprofilewizardfreeswanselectionpagecontent->OpenvpnImportRadioButton->setText(i18n("Import &Ipsec config file")); newprofilewizardfreeswanselectionpagecontent->OpenvpnImportRadioButton->setText(i18n("Import &Ipsec config file"));
newprofilewizardfreeswanselectionpage->tqsizeHint(); newprofilewizardfreeswanselectionpage->sizeHint();
newprofilewizardfreeswanpage = new TQHBox ( 0 ); newprofilewizardfreeswanpage = new TQHBox ( 0 );
// newprofilewizardfreeswanpage->setSpacing(8); // newprofilewizardfreeswanpage->setSpacing(8);
TQLabel *setupPixmapContent6 = new TQLabel ( newprofilewizardfreeswanpage ); TQLabel *setupPixmapContent6 = new TQLabel ( newprofilewizardfreeswanpage );
setupPixmapContent6->setPixmap ( *SetupPixmap ); setupPixmapContent6->setPixmap ( *SetupPixmap );
setupPixmapContent6->resize ( setupPixmapContent6->tqsizeHint() ); setupPixmapContent6->resize ( setupPixmapContent6->sizeHint() );
newprofilewizardfreeswanpagecontent = new NewProfileWizardFreeswan ( newprofilewizardfreeswanpage ); newprofilewizardfreeswanpagecontent = new NewProfileWizardFreeswan ( newprofilewizardfreeswanpage );
newprofilewizardfreeswanpage->tqsizeHint(); newprofilewizardfreeswanpage->sizeHint();
//freeswan //freeswan
newprofilewizardfreeswanpage = new TQHBox ( 0 ); newprofilewizardfreeswanpage = new TQHBox ( 0 );
// newprofilewizardfreeswanpage->setSpacing(8); // newprofilewizardfreeswanpage->setSpacing(8);
TQLabel *setupPixmapContent66 = new TQLabel ( newprofilewizardfreeswanpage ); TQLabel *setupPixmapContent66 = new TQLabel ( newprofilewizardfreeswanpage );
setupPixmapContent66->setPixmap ( *SetupPixmap ); setupPixmapContent66->setPixmap ( *SetupPixmap );
setupPixmapContent66->resize ( setupPixmapContent66->tqsizeHint() ); setupPixmapContent66->resize ( setupPixmapContent66->sizeHint() );
newprofilewizardfreeswanpagecontent = new NewProfileWizardFreeswan ( newprofilewizardfreeswanpage ); newprofilewizardfreeswanpagecontent = new NewProfileWizardFreeswan ( newprofilewizardfreeswanpage );
newprofilewizardfreeswanpagecontent->LocalIdTypeCombobox->insertItem(i18n("Certificate ID")); newprofilewizardfreeswanpagecontent->LocalIdTypeCombobox->insertItem(i18n("Certificate ID"));
@ -408,24 +408,24 @@ void NewProfileWizard::setupPages()
connect ( newprofilewizardfreeswanpagecontent->LocalIdTypeCombobox, TQT_SIGNAL ( highlighted ( const TQString& ) ), this, TQT_SLOT ( localIDTypeIpsecToggled ( const TQString& ) ) ); connect ( newprofilewizardfreeswanpagecontent->LocalIdTypeCombobox, TQT_SIGNAL ( highlighted ( const TQString& ) ), this, TQT_SLOT ( localIDTypeIpsecToggled ( const TQString& ) ) );
connect ( newprofilewizardfreeswanpagecontent->RemoteIdTypeCombobox, TQT_SIGNAL ( highlighted ( const TQString& ) ), this, TQT_SLOT ( remoteIDTypeIpsecToggled ( const TQString& ) ) ); connect ( newprofilewizardfreeswanpagecontent->RemoteIdTypeCombobox, TQT_SIGNAL ( highlighted ( const TQString& ) ), this, TQT_SLOT ( remoteIDTypeIpsecToggled ( const TQString& ) ) );
newprofilewizardfreeswanpage->tqsizeHint(); newprofilewizardfreeswanpage->sizeHint();
// openvpn // openvpn
newprofilewizardopenvpnselectionpage = new TQHBox ( 0 ); newprofilewizardopenvpnselectionpage = new TQHBox ( 0 );
// newprofilewizardopenvpnselectionpage->setSpacing(8); // newprofilewizardopenvpnselectionpage->setSpacing(8);
TQLabel *setupPixmapContent7 = new TQLabel ( newprofilewizardopenvpnselectionpage ); TQLabel *setupPixmapContent7 = new TQLabel ( newprofilewizardopenvpnselectionpage );
setupPixmapContent7->setPixmap ( *SetupPixmap ); setupPixmapContent7->setPixmap ( *SetupPixmap );
setupPixmapContent7->resize ( setupPixmapContent7->tqsizeHint() ); setupPixmapContent7->resize ( setupPixmapContent7->sizeHint() );
newprofilewizardopenvpnselectionpagecontent = new NewProfileWizardOpenvpnSelection ( newprofilewizardopenvpnselectionpage ); newprofilewizardopenvpnselectionpagecontent = new NewProfileWizardOpenvpnSelection ( newprofilewizardopenvpnselectionpage );
newprofilewizardopenvpnselectionpage->tqsizeHint(); newprofilewizardopenvpnselectionpage->sizeHint();
newprofilewizardopenvpnauthpage = new TQHBox ( 0 ); newprofilewizardopenvpnauthpage = new TQHBox ( 0 );
// newprofilewizardopenvpnauthpage->setSpacing(8); // newprofilewizardopenvpnauthpage->setSpacing(8);
TQLabel *setupPixmapContent71 = new TQLabel ( newprofilewizardopenvpnauthpage ); TQLabel *setupPixmapContent71 = new TQLabel ( newprofilewizardopenvpnauthpage );
setupPixmapContent71->setPixmap ( *SetupPixmap ); setupPixmapContent71->setPixmap ( *SetupPixmap );
setupPixmapContent71->resize ( setupPixmapContent71->tqsizeHint() ); setupPixmapContent71->resize ( setupPixmapContent71->sizeHint() );
newprofilewizardopenvpnauthpagecontent = new NewProfileWizardOpenvpnAuth ( newprofilewizardopenvpnauthpage ); newprofilewizardopenvpnauthpagecontent = new NewProfileWizardOpenvpnAuth ( newprofilewizardopenvpnauthpage );
newprofilewizardopenvpnauthpage->tqsizeHint(); newprofilewizardopenvpnauthpage->sizeHint();
connect ( newprofilewizardopenvpnauthpagecontent->AuthWithUsernameAndPasswordCheckBox, TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( authenticateWithUsernameAndPasswordToggled ( bool ) ) ); connect ( newprofilewizardopenvpnauthpagecontent->AuthWithUsernameAndPasswordCheckBox, TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( authenticateWithUsernameAndPasswordToggled ( bool ) ) );
connect ( newprofilewizardopenvpnauthpagecontent->UseAuthenticationAlgorithmCheckBox, TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( useAuthenticationAlgorithmToggled ( bool ) ) ); connect ( newprofilewizardopenvpnauthpagecontent->UseAuthenticationAlgorithmCheckBox, TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( useAuthenticationAlgorithmToggled ( bool ) ) );
@ -433,9 +433,9 @@ void NewProfileWizard::setupPages()
// newprofilewizardopenvpnpage->setSpacing(8); // newprofilewizardopenvpnpage->setSpacing(8);
TQLabel *setupPixmapContent8 = new TQLabel ( newprofilewizardopenvpnpage ); TQLabel *setupPixmapContent8 = new TQLabel ( newprofilewizardopenvpnpage );
setupPixmapContent8->setPixmap ( *SetupPixmap ); setupPixmapContent8->setPixmap ( *SetupPixmap );
setupPixmapContent8->resize ( setupPixmapContent8->tqsizeHint() ); setupPixmapContent8->resize ( setupPixmapContent8->sizeHint() );
newprofilewizardopenvpnpagecontent = new NewProfileWizardOpenvpn ( newprofilewizardopenvpnpage ); newprofilewizardopenvpnpagecontent = new NewProfileWizardOpenvpn ( newprofilewizardopenvpnpage );
newprofilewizardopenvpnpage->tqsizeHint(); newprofilewizardopenvpnpage->sizeHint();
newprofilewizardopenvpnpagecontent->TunnelDeviceTypeComboBox->insertItem ( "tun" ); newprofilewizardopenvpnpagecontent->TunnelDeviceTypeComboBox->insertItem ( "tun" );
newprofilewizardopenvpnpagecontent->TunnelDeviceTypeComboBox->insertItem ( "tap" ); newprofilewizardopenvpnpagecontent->TunnelDeviceTypeComboBox->insertItem ( "tap" );
newprofilewizardopenvpnpagecontent->NsCertTypeComboBox->insertItem ( "client" ); newprofilewizardopenvpnpagecontent->NsCertTypeComboBox->insertItem ( "client" );
@ -476,9 +476,9 @@ void NewProfileWizard::setupPages()
// newprofilewizardpptppage->setSpacing(8); // newprofilewizardpptppage->setSpacing(8);
TQLabel *setupPixmapContent9 = new TQLabel ( newprofilewizardpptppage ); TQLabel *setupPixmapContent9 = new TQLabel ( newprofilewizardpptppage );
setupPixmapContent9->setPixmap ( *SetupPixmap ); setupPixmapContent9->setPixmap ( *SetupPixmap );
setupPixmapContent9->resize ( setupPixmapContent9->tqsizeHint() ); setupPixmapContent9->resize ( setupPixmapContent9->sizeHint() );
newprofilewizardpptppagecontent = new NewProfileWizardPptp ( newprofilewizardpptppage ); newprofilewizardpptppagecontent = new NewProfileWizardPptp ( newprofilewizardpptppage );
newprofilewizardpptppage->tqsizeHint(); newprofilewizardpptppage->sizeHint();
newprofilewizardpptppagecontent->DnsServerLineedit->setEnabled ( false ); newprofilewizardpptppagecontent->DnsServerLineedit->setEnabled ( false );
newprofilewizardpptppagecontent->RequireMppeCheckbox->setChecked( profileData->getRequireMppe() ); newprofilewizardpptppagecontent->RequireMppeCheckbox->setChecked( profileData->getRequireMppe() );
newprofilewizardpptppagecontent->Refuse128BitEncryptionCheckbox->setChecked( profileData->getRefuse128BitEncryption() ); newprofilewizardpptppagecontent->Refuse128BitEncryptionCheckbox->setChecked( profileData->getRefuse128BitEncryption() );
@ -513,9 +513,9 @@ void NewProfileWizard::setupPages()
// newprofilewizardvtunpage->setSpacing(8); // newprofilewizardvtunpage->setSpacing(8);
TQLabel *setupPixmapContent19 = new TQLabel ( newprofilewizardvtunpage ); TQLabel *setupPixmapContent19 = new TQLabel ( newprofilewizardvtunpage );
setupPixmapContent19->setPixmap ( *SetupPixmap ); setupPixmapContent19->setPixmap ( *SetupPixmap );
setupPixmapContent19->resize ( setupPixmapContent19->tqsizeHint() ); setupPixmapContent19->resize ( setupPixmapContent19->sizeHint() );
newprofilewizardvtunpagecontent = new ProfileVtunOptions ( newprofilewizardvtunpage ); newprofilewizardvtunpagecontent = new ProfileVtunOptions ( newprofilewizardvtunpage );
newprofilewizardvtunpage->tqsizeHint(); newprofilewizardvtunpage->sizeHint();
connect ( newprofilewizardvtunpagecontent->PortCheckbox, TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( usePortToggled ( bool ) ) ); connect ( newprofilewizardvtunpagecontent->PortCheckbox, TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( usePortToggled ( bool ) ) );
// ssh // ssh
@ -523,9 +523,9 @@ void NewProfileWizard::setupPages()
// newprofilewizardsshpage->setSpacing(8); // newprofilewizardsshpage->setSpacing(8);
TQLabel *setupPixmapContent191 = new TQLabel ( newprofilewizardsshpage ); TQLabel *setupPixmapContent191 = new TQLabel ( newprofilewizardsshpage );
setupPixmapContent191->setPixmap ( *SetupPixmap ); setupPixmapContent191->setPixmap ( *SetupPixmap );
setupPixmapContent191->resize ( setupPixmapContent191->tqsizeHint() ); setupPixmapContent191->resize ( setupPixmapContent191->sizeHint() );
newprofilewizardsshpagecontent = new ProfileSshOptions ( newprofilewizardsshpage ); newprofilewizardsshpagecontent = new ProfileSshOptions ( newprofilewizardsshpage );
newprofilewizardsshpage->tqsizeHint(); newprofilewizardsshpage->sizeHint();
TQString Home= TQString(getenv("HOME")); TQString Home= TQString(getenv("HOME"));
if (!Home.isEmpty()) if (!Home.isEmpty())
@ -535,7 +535,7 @@ void NewProfileWizard::setupPages()
//if (GlobalConfig->KvpncDebugLevel > 2) //if (GlobalConfig->KvpncDebugLevel > 2)
//{ //{
// GlobalConfig->appendLogEntry(i18n("SSH files: %1").tqarg(KeyFiles.join(",")),GlobalConfig->debug); // GlobalConfig->appendLogEntry(i18n("SSH files: %1").arg(KeyFiles.join(",")),GlobalConfig->debug);
//} //}
if (KeyFiles.size() > 1) if (KeyFiles.size() > 1)
@ -545,13 +545,13 @@ void NewProfileWizard::setupPages()
TQString item = TQString(*it); TQString item = TQString(*it);
if (GlobalConfig->KvpncDebugLevel > 2) if (GlobalConfig->KvpncDebugLevel > 2)
{ {
//GlobalConfig->appendLogEntry(i18n("processing entry: %1").tqarg(item),GlobalConfig->debug); //GlobalConfig->appendLogEntry(i18n("processing entry: %1").arg(item),GlobalConfig->debug);
} }
if (!item.contains (".pub", false) && !item.contains ("authorized_keys", false) && !item.contains ("known_hosts", false) && !item.contains (".", false) && !item.contains ("..", false) && !item.contains ("config", false) ) if (!item.contains (".pub", false) && !item.contains ("authorized_keys", false) && !item.contains ("known_hosts", false) && !item.contains (".", false) && !item.contains ("..", false) && !item.contains ("config", false) )
{ {
if (GlobalConfig->KvpncDebugLevel > 2) if (GlobalConfig->KvpncDebugLevel > 2)
{ {
GlobalConfig->appendLogEntry(i18n("SSH key found: %1").tqarg(*it),GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("SSH key found: %1").arg(*it),GlobalConfig->debug);
} }
newprofilewizardsshpagecontent->SshKeyComboBox->insertItem(*it); newprofilewizardsshpagecontent->SshKeyComboBox->insertItem(*it);
} }
@ -564,9 +564,9 @@ void NewProfileWizard::setupPages()
// newprofilewizardauthselectionpage->setSpacing(8); // newprofilewizardauthselectionpage->setSpacing(8);
TQLabel *setupPixmapContent81 = new TQLabel ( newprofilewizardauthselectionpage ); TQLabel *setupPixmapContent81 = new TQLabel ( newprofilewizardauthselectionpage );
setupPixmapContent81->setPixmap ( *SetupPixmap ); setupPixmapContent81->setPixmap ( *SetupPixmap );
setupPixmapContent81->resize ( setupPixmapContent81->tqsizeHint() ); setupPixmapContent81->resize ( setupPixmapContent81->sizeHint() );
newprofilewizardauthselectioncontent = new NewProfileWizardAuthSelection ( newprofilewizardauthselectionpage ); newprofilewizardauthselectioncontent = new NewProfileWizardAuthSelection ( newprofilewizardauthselectionpage );
newprofilewizardauthselectionpage->tqsizeHint(); newprofilewizardauthselectionpage->sizeHint();
newprofilewizardauthselectioncontent->CertificateRadioButton->setChecked ( true ); newprofilewizardauthselectioncontent->CertificateRadioButton->setChecked ( true );
newprofilewizardauthselectioncontent->HybridRadioButton->hide (); newprofilewizardauthselectioncontent->HybridRadioButton->hide ();
@ -575,9 +575,9 @@ void NewProfileWizard::setupPages()
newprofilewizardvirtualipaddresspage = new TQHBox ( 0 ); newprofilewizardvirtualipaddresspage = new TQHBox ( 0 );
TQLabel *setupPixmapContent_virtualip = new TQLabel ( newprofilewizardvirtualipaddresspage ); TQLabel *setupPixmapContent_virtualip = new TQLabel ( newprofilewizardvirtualipaddresspage );
setupPixmapContent_virtualip->setPixmap ( *SetupPixmap ); setupPixmapContent_virtualip->setPixmap ( *SetupPixmap );
setupPixmapContent_virtualip->resize ( setupPixmapContent_virtualip->tqsizeHint() ); setupPixmapContent_virtualip->resize ( setupPixmapContent_virtualip->sizeHint() );
profilenetworkvirtualipoptionscontent = new ProfileNetworkVirtualIpOptions ( newprofilewizardvirtualipaddresspage ); profilenetworkvirtualipoptionscontent = new ProfileNetworkVirtualIpOptions ( newprofilewizardvirtualipaddresspage );
newprofilewizardvirtualipaddresspage->tqsizeHint(); newprofilewizardvirtualipaddresspage->sizeHint();
insertPage ( newprofilewizardvirtualipaddresspage, "<b>" + i18n ( "Virtual IP address options" ) + "</b>",-1 ); insertPage ( newprofilewizardvirtualipaddresspage, "<b>" + i18n ( "Virtual IP address options" ) + "</b>",-1 );
connect ( profilenetworkvirtualipoptionscontent->UseVirtualIPCheckBox, TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( useVirtualIpAddressToggled ( bool ) ) ); connect ( profilenetworkvirtualipoptionscontent->UseVirtualIPCheckBox, TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( useVirtualIpAddressToggled ( bool ) ) );
@ -586,9 +586,9 @@ void NewProfileWizard::setupPages()
// newprofilewizardpskpage->setSpacing(8); // newprofilewizardpskpage->setSpacing(8);
TQLabel *setupPixmapContent72 = new TQLabel ( newprofilewizardpskpage ); TQLabel *setupPixmapContent72 = new TQLabel ( newprofilewizardpskpage );
setupPixmapContent72->setPixmap ( *SetupPixmap ); setupPixmapContent72->setPixmap ( *SetupPixmap );
setupPixmapContent72->resize ( setupPixmapContent72->tqsizeHint() ); setupPixmapContent72->resize ( setupPixmapContent72->sizeHint() );
newprofilewizardpskcontent = new NewProfileWizardPsk ( newprofilewizardpskpage ); newprofilewizardpskcontent = new NewProfileWizardPsk ( newprofilewizardpskpage );
newprofilewizardpskpage->tqsizeHint(); newprofilewizardpskpage->sizeHint();
connect ( newprofilewizardpskcontent->PskInFileCheckBox , TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( pskIsInFileToggled ( bool ) ) ); connect ( newprofilewizardpskcontent->PskInFileCheckBox , TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( pskIsInFileToggled ( bool ) ) );
connect ( newprofilewizardpskcontent->PSKLineEdit , TQT_SIGNAL ( textChanged ( const TQString & ) ), this, TQT_SLOT ( pskInputToggled ( const TQString& ) ) ); connect ( newprofilewizardpskcontent->PSKLineEdit , TQT_SIGNAL ( textChanged ( const TQString & ) ), this, TQT_SLOT ( pskInputToggled ( const TQString& ) ) );
@ -597,9 +597,9 @@ void NewProfileWizard::setupPages()
// newprofilewizardp12certselectionpage->setSpacing(8); // newprofilewizardp12certselectionpage->setSpacing(8);
TQLabel *setupPixmapContent74 = new TQLabel ( newprofilewizardp12certselectionpage ); TQLabel *setupPixmapContent74 = new TQLabel ( newprofilewizardp12certselectionpage );
setupPixmapContent74->setPixmap ( *SetupPixmap ); setupPixmapContent74->setPixmap ( *SetupPixmap );
setupPixmapContent74->resize ( setupPixmapContent74->tqsizeHint() ); setupPixmapContent74->resize ( setupPixmapContent74->sizeHint() );
newprofilewizardp12certselectioncontent = new NewProfileWizardP12CertSelection ( newprofilewizardp12certselectionpage ); newprofilewizardp12certselectioncontent = new NewProfileWizardP12CertSelection ( newprofilewizardp12certselectionpage );
newprofilewizardp12certselectionpage->tqsizeHint(); newprofilewizardp12certselectionpage->sizeHint();
connect ( newprofilewizardp12certselectioncontent->UseSmartcardCheckBox, TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( useSmartcardOnCertFormateToggled ( bool ) ) ); connect ( newprofilewizardp12certselectioncontent->UseSmartcardCheckBox, TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( useSmartcardOnCertFormateToggled ( bool ) ) );
// cert // cert
@ -607,9 +607,9 @@ void NewProfileWizard::setupPages()
// newprofilewizardcertpage->setSpacing(8); // newprofilewizardcertpage->setSpacing(8);
TQLabel *setupPixmapContent73 = new TQLabel ( newprofilewizardcertpage ); TQLabel *setupPixmapContent73 = new TQLabel ( newprofilewizardcertpage );
setupPixmapContent73->setPixmap ( *SetupPixmap ); setupPixmapContent73->setPixmap ( *SetupPixmap );
setupPixmapContent73->resize ( setupPixmapContent73->tqsizeHint() ); setupPixmapContent73->resize ( setupPixmapContent73->sizeHint() );
newprofilewizardcertcontent = new NewProfileWizardCert ( newprofilewizardcertpage ); newprofilewizardcertcontent = new NewProfileWizardCert ( newprofilewizardcertpage );
newprofilewizardcertpage->tqsizeHint(); newprofilewizardcertpage->sizeHint();
connect ( newprofilewizardcertcontent->UseSpecialServerCertificateCheckBox , TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( useSpecialServerCertificateToggled ( bool ) ) ); connect ( newprofilewizardcertcontent->UseSpecialServerCertificateCheckBox , TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( useSpecialServerCertificateToggled ( bool ) ) );
connect ( newprofilewizardcertcontent->UseSmartcardCheckBox, TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( useSmartcardToggled ( bool ) ) ); connect ( newprofilewizardcertcontent->UseSmartcardCheckBox, TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( useSmartcardToggled ( bool ) ) );
connect ( newprofilewizardcertcontent->UsePkcs11ProvidersCheckBox, TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( usePkcs11ProvidersToggled ( bool ) ) ); connect ( newprofilewizardcertcontent->UsePkcs11ProvidersCheckBox, TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( usePkcs11ProvidersToggled ( bool ) ) );
@ -625,9 +625,9 @@ void NewProfileWizard::setupPages()
// newprofilewizarduserpage->setSpacing(8); // newprofilewizarduserpage->setSpacing(8);
TQLabel *setupPixmapContent75 = new TQLabel ( newprofilewizarduserpage ); TQLabel *setupPixmapContent75 = new TQLabel ( newprofilewizarduserpage );
setupPixmapContent75->setPixmap ( *SetupPixmap ); setupPixmapContent75->setPixmap ( *SetupPixmap );
setupPixmapContent75->resize ( setupPixmapContent75->tqsizeHint() ); setupPixmapContent75->resize ( setupPixmapContent75->sizeHint() );
newprofilewizarduserpagecontent = new NewProfileWizardUser ( newprofilewizarduserpage ); newprofilewizarduserpagecontent = new NewProfileWizardUser ( newprofilewizarduserpage );
newprofilewizarduserpage->tqsizeHint(); newprofilewizarduserpage->sizeHint();
connect ( newprofilewizarduserpagecontent->PasswordEdit , TQT_SIGNAL ( textChanged ( const TQString& ) ), this, TQT_SLOT ( userpassToggled ( const TQString& ) ) ); connect ( newprofilewizarduserpagecontent->PasswordEdit , TQT_SIGNAL ( textChanged ( const TQString& ) ), this, TQT_SLOT ( userpassToggled ( const TQString& ) ) );
connect ( newprofilewizarduserpagecontent->UsernameLineEdit , TQT_SIGNAL ( textChanged ( const TQString& ) ), this, TQT_SLOT ( usernameToggled ( const TQString& ) ) ); connect ( newprofilewizarduserpagecontent->UsernameLineEdit , TQT_SIGNAL ( textChanged ( const TQString& ) ), this, TQT_SLOT ( usernameToggled ( const TQString& ) ) );
@ -642,9 +642,9 @@ void NewProfileWizard::setupPages()
// newprofilewizardnetworkpage->setSpacing(8); // newprofilewizardnetworkpage->setSpacing(8);
TQLabel *setupPixmapContent76 = new TQLabel ( newprofilewizardnetworkpage ); TQLabel *setupPixmapContent76 = new TQLabel ( newprofilewizardnetworkpage );
setupPixmapContent76->setPixmap ( *SetupPixmap ); setupPixmapContent76->setPixmap ( *SetupPixmap );
setupPixmapContent76->resize ( setupPixmapContent76->tqsizeHint() ); setupPixmapContent76->resize ( setupPixmapContent76->sizeHint() );
newprofilewizardnetworkcontent = new NewProfileWizardNetwork ( newprofilewizardnetworkpage ); newprofilewizardnetworkcontent = new NewProfileWizardNetwork ( newprofilewizardnetworkpage );
newprofilewizardnetworkpage->tqsizeHint(); newprofilewizardnetworkpage->sizeHint();
newprofilewizardnetworkcontent->NetworkDeviceComboBox->insertItem ( "default" ); newprofilewizardnetworkcontent->NetworkDeviceComboBox->insertItem ( "default" );
NetworkInterface iface ( GlobalConfig, GlobalConfig->appPointer ); NetworkInterface iface ( GlobalConfig, GlobalConfig->appPointer );
@ -673,9 +673,9 @@ void NewProfileWizard::setupPages()
// newprofilewizardnetworkroutepage->setSpacing(8); // newprofilewizardnetworkroutepage->setSpacing(8);
TQLabel *setupPixmapContent761 = new TQLabel ( newprofilewizardnetworkroutepage ); TQLabel *setupPixmapContent761 = new TQLabel ( newprofilewizardnetworkroutepage );
setupPixmapContent761->setPixmap ( *SetupPixmap ); setupPixmapContent761->setPixmap ( *SetupPixmap );
setupPixmapContent761->resize ( setupPixmapContent761->tqsizeHint() ); setupPixmapContent761->resize ( setupPixmapContent761->sizeHint() );
newprofilewizardnetworkroutecontent = new ProfileNetworkRouteOptions ( newprofilewizardnetworkroutepage ); newprofilewizardnetworkroutecontent = new ProfileNetworkRouteOptions ( newprofilewizardnetworkroutepage );
newprofilewizardnetworkroutepage->tqsizeHint(); newprofilewizardnetworkroutepage->sizeHint();
connect(newprofilewizardnetworkroutecontent->DefaultRouteComboBox, TQT_SIGNAL(activated(const TQString&)), this, TQT_SLOT(defaultRouteToggled(const TQString&))); connect(newprofilewizardnetworkroutecontent->DefaultRouteComboBox, TQT_SIGNAL(activated(const TQString&)), this, TQT_SLOT(defaultRouteToggled(const TQString&)));
@ -687,9 +687,9 @@ void NewProfileWizard::setupPages()
// newprofilewizardnatpage->setSpacing(8); // newprofilewizardnatpage->setSpacing(8);
TQLabel *setupPixmapContent77 = new TQLabel ( newprofilewizardnatpage ); TQLabel *setupPixmapContent77 = new TQLabel ( newprofilewizardnatpage );
setupPixmapContent77->setPixmap ( *SetupPixmap ); setupPixmapContent77->setPixmap ( *SetupPixmap );
setupPixmapContent77->resize ( setupPixmapContent77->tqsizeHint() ); setupPixmapContent77->resize ( setupPixmapContent77->sizeHint() );
newprofilewizardnatcontent = new NewProfileWizardNat ( newprofilewizardnatpage ); newprofilewizardnatcontent = new NewProfileWizardNat ( newprofilewizardnatpage );
newprofilewizardnatpage->tqsizeHint(); newprofilewizardnatpage->sizeHint();
newprofilewizardnatcontent->UseUdpCheckbox->setChecked ( true ); newprofilewizardnatcontent->UseUdpCheckbox->setChecked ( true );
newprofilewizardnatcontent->UseNatCheckbox->setChecked ( true ); newprofilewizardnatcontent->UseNatCheckbox->setChecked ( true );
connect ( newprofilewizardnatcontent->UseNatCheckbox, TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( useNatToggled ( bool ) ) ); connect ( newprofilewizardnatcontent->UseNatCheckbox, TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( useNatToggled ( bool ) ) );
@ -701,9 +701,9 @@ void NewProfileWizard::setupPages()
// newprofilewizardconnectionstatuscheckpage->setSpacing(8); // newprofilewizardconnectionstatuscheckpage->setSpacing(8);
TQLabel *setupPixmapContent79 = new TQLabel ( newprofilewizardconnectionstatuscheckpage ); TQLabel *setupPixmapContent79 = new TQLabel ( newprofilewizardconnectionstatuscheckpage );
setupPixmapContent79->setPixmap ( *SetupPixmap ); setupPixmapContent79->setPixmap ( *SetupPixmap );
setupPixmapContent79->resize ( setupPixmapContent79->tqsizeHint() ); setupPixmapContent79->resize ( setupPixmapContent79->sizeHint() );
newprofilewizardconnectionstatuscheckcontent = new NewProfileWizardConnectionStatusCheck ( newprofilewizardconnectionstatuscheckpage ); newprofilewizardconnectionstatuscheckcontent = new NewProfileWizardConnectionStatusCheck ( newprofilewizardconnectionstatuscheckpage );
newprofilewizardconnectionstatuscheckpage->tqsizeHint(); newprofilewizardconnectionstatuscheckpage->sizeHint();
insertPage ( newprofilewizardconnectionstatuscheckpage, "<b>" + i18n ( "Connection status check" ) + "</b>", -1 ); insertPage ( newprofilewizardconnectionstatuscheckpage, "<b>" + i18n ( "Connection status check" ) + "</b>", -1 );
connect ( newprofilewizardconnectionstatuscheckcontent->PingUserdefiniedAddressCheckBox, TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( pingIpAfterConnectToggled ( bool ) ) ); connect ( newprofilewizardconnectionstatuscheckcontent->PingUserdefiniedAddressCheckBox, TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( pingIpAfterConnectToggled ( bool ) ) );
connect ( newprofilewizardconnectionstatuscheckcontent->UseConnectionStatusCheckCheckBox, TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( connectionStatusCheckToggled ( bool ) ) ); connect ( newprofilewizardconnectionstatuscheckcontent->UseConnectionStatusCheckCheckBox, TQT_SIGNAL ( toggled ( bool ) ), this, TQT_SLOT ( connectionStatusCheckToggled ( bool ) ) );
@ -714,9 +714,9 @@ void NewProfileWizard::setupPages()
// newprofilewizardconnectoptionspage->setSpacing(8); // newprofilewizardconnectoptionspage->setSpacing(8);
TQLabel *setupPixmapContent80 = new TQLabel ( newprofilewizardconnectoptionspage ); TQLabel *setupPixmapContent80 = new TQLabel ( newprofilewizardconnectoptionspage );
setupPixmapContent80->setPixmap ( *SetupPixmap ); setupPixmapContent80->setPixmap ( *SetupPixmap );
setupPixmapContent80->resize ( setupPixmapContent80->tqsizeHint() ); setupPixmapContent80->resize ( setupPixmapContent80->sizeHint() );
newprofilewizardconnectoptionscontent = new NewProfileWizardConnectOptions ( newprofilewizardconnectoptionspage ); newprofilewizardconnectoptionscontent = new NewProfileWizardConnectOptions ( newprofilewizardconnectoptionspage );
newprofilewizardconnectoptionspage->tqsizeHint(); newprofilewizardconnectoptionspage->sizeHint();
newprofilewizardconnectoptionscontent->DoAutoConnectCheckBox->hide(); //TODO later newprofilewizardconnectoptionscontent->DoAutoConnectCheckBox->hide(); //TODO later
newprofilewizardconnectoptionscontent->AutoConnectProfileComboBox->hide(); //TODO_ later newprofilewizardconnectoptionscontent->AutoConnectProfileComboBox->hide(); //TODO_ later
insertPage ( newprofilewizardconnectoptionspage, "<b>" + i18n ( "Connect options" ) + "</b>", -1 ); insertPage ( newprofilewizardconnectoptionspage, "<b>" + i18n ( "Connect options" ) + "</b>", -1 );
@ -726,9 +726,9 @@ void NewProfileWizard::setupPages()
// newprofilewizardgeneralpage->setSpacing(8); // newprofilewizardgeneralpage->setSpacing(8);
TQLabel *setupPixmapContent78 = new TQLabel ( newprofilewizardgeneralpage ); TQLabel *setupPixmapContent78 = new TQLabel ( newprofilewizardgeneralpage );
setupPixmapContent78->setPixmap ( *SetupPixmap ); setupPixmapContent78->setPixmap ( *SetupPixmap );
setupPixmapContent78->resize ( setupPixmapContent78->tqsizeHint() ); setupPixmapContent78->resize ( setupPixmapContent78->sizeHint() );
newprofilewizardgeneralpagecontent = new NewProfileWizardGeneral ( newprofilewizardgeneralpage ); newprofilewizardgeneralpagecontent = new NewProfileWizardGeneral ( newprofilewizardgeneralpage );
newprofilewizardgeneralpage->tqsizeHint(); newprofilewizardgeneralpage->sizeHint();
insertPage ( newprofilewizardgeneralpage, "<b>" + i18n ( "General settings" ) + "</b>", -1 ); insertPage ( newprofilewizardgeneralpage, "<b>" + i18n ( "General settings" ) + "</b>", -1 );
// setup end page // setup end page
@ -736,12 +736,12 @@ void NewProfileWizard::setupPages()
// endpage->setSpacing(8); // endpage->setSpacing(8);
TQLabel *setupPixmapContent11 = new TQLabel ( endpage ); TQLabel *setupPixmapContent11 = new TQLabel ( endpage );
setupPixmapContent11->setPixmap ( *SetupPixmapFinal ); setupPixmapContent11->setPixmap ( *SetupPixmapFinal );
setupPixmapContent11->resize ( setupPixmapContent11->tqsizeHint() ); setupPixmapContent11->resize ( setupPixmapContent11->sizeHint() );
TQLabel *endpagecontent = new TQLabel ( endpage ); TQLabel *endpagecontent = new TQLabel ( endpage );
endpagecontent->setMargin ( 11 ); endpagecontent->setMargin ( 11 );
endpagecontent->setText ( i18n ( "Now you have completed all steps for creating a new profile.\nClick \"Finish\" to continue." ) ); endpagecontent->setText ( i18n ( "Now you have completed all steps for creating a new profile.\nClick \"Finish\" to continue." ) );
endpagecontent->setMaximumSize ( endpagecontent->tqsizeHint() ); endpagecontent->setMaximumSize ( endpagecontent->sizeHint() );
endpage->tqsizeHint(); endpage->sizeHint();
insertPage ( endpage, "<b>" + i18n ( "Finish" ) + "</b>", -1 ); // last page insertPage ( endpage, "<b>" + i18n ( "Finish" ) + "</b>", -1 ); // last page
} }
@ -796,7 +796,7 @@ void NewProfileWizard::next ()
if ( it->getName() == Name ) if ( it->getName() == Name )
{ {
//account->setName( TQString( account->getName() + "_2" ) ); //account->setName( TQString( account->getName() + "_2" ) );
// KMessageBox::information ( this, i18n( "Profile name exists!\n It will be renamed to \"%1\"." ).tqarg( account->getName() ), i18n( "Name exist, renamed" ) ); // KMessageBox::information ( this, i18n( "Profile name exists!\n It will be renamed to \"%1\"." ).arg( account->getName() ), i18n( "Name exist, renamed" ) );
KMessageBox::error ( this, i18n ( "Profile name exists!" ), i18n ( "Name Exists" ) ); KMessageBox::error ( this, i18n ( "Profile name exists!" ), i18n ( "Name Exists" ) );
TQString newName = KInputDialog::getText ( i18n ( "New Name" ), i18n ( "New name for profile:" ), TQString ( Name += "_2" ), &ok ); TQString newName = KInputDialog::getText ( i18n ( "New Name" ), i18n ( "New name for profile:" ), TQString ( Name += "_2" ), &ok );
@ -1674,7 +1674,7 @@ void NewProfileWizard::next ()
{ {
profileData->setUseCustomEsp(true); profileData->setUseCustomEsp(true);
if ( GlobalConfig->KvpncDebugLevel > 0 ) if ( GlobalConfig->KvpncDebugLevel > 0 )
GlobalConfig->appendLogEntry ( i18n ( "Use custom %1: %2" ).arg ( i18n("ESP") ).tqarg(i18n("yes")), KVpncConfig::debug ); GlobalConfig->appendLogEntry ( i18n ( "Use custom %1: %2" ).arg ( i18n("ESP") ).arg(i18n("yes")), KVpncConfig::debug );
profileData->setIpsecEsp(EspList.join(",")); profileData->setIpsecEsp(EspList.join(","));
@ -1692,14 +1692,14 @@ void NewProfileWizard::next ()
{ {
profileData->setUseCustomEsp(false); profileData->setUseCustomEsp(false);
if ( GlobalConfig->KvpncDebugLevel > 0 ) if ( GlobalConfig->KvpncDebugLevel > 0 )
GlobalConfig->appendLogEntry ( i18n ( "Use custom %1: %2" ).arg ( i18n("ESP") ).tqarg(i18n("no")), KVpncConfig::debug ); GlobalConfig->appendLogEntry ( i18n ( "Use custom %1: %2" ).arg ( i18n("ESP") ).arg(i18n("no")), KVpncConfig::debug );
} }
if(newprofilewizardfreeswanpagecontent->UseCustomIkeCheckBox->isChecked() && !IkeList.isEmpty()) if(newprofilewizardfreeswanpagecontent->UseCustomIkeCheckBox->isChecked() && !IkeList.isEmpty())
{ {
profileData->setUseCustomIke(true); profileData->setUseCustomIke(true);
if ( GlobalConfig->KvpncDebugLevel > 0 ) if ( GlobalConfig->KvpncDebugLevel > 0 )
GlobalConfig->appendLogEntry ( i18n ( "Use custom %1: %2" ).arg ( i18n("IKE") ).tqarg(i18n("yes")), KVpncConfig::debug ); GlobalConfig->appendLogEntry ( i18n ( "Use custom %1: %2" ).arg ( i18n("IKE") ).arg(i18n("yes")), KVpncConfig::debug );
profileData->setIpsecIke(IkeList.join(",")); profileData->setIpsecIke(IkeList.join(","));
@ -1717,7 +1717,7 @@ void NewProfileWizard::next ()
{ {
profileData->setUseCustomIke(false); profileData->setUseCustomIke(false);
if ( GlobalConfig->KvpncDebugLevel > 0 ) if ( GlobalConfig->KvpncDebugLevel > 0 )
GlobalConfig->appendLogEntry ( i18n ( "Use custom %1: %2" ).arg ( i18n("IKE") ).tqarg(i18n("false")), KVpncConfig::debug ); GlobalConfig->appendLogEntry ( i18n ( "Use custom %1: %2" ).arg ( i18n("IKE") ).arg(i18n("false")), KVpncConfig::debug );
} }
if (ok) if (ok)
@ -1978,7 +1978,7 @@ void NewProfileWizard::next ()
profileData->setAuthType ( VpnAccountData::cert ); profileData->setAuthType ( VpnAccountData::cert );
newprofilewizardcertcontent->x509certURLRequester->show(); newprofilewizardcertcontent->x509certURLRequester->show();
newprofilewizardcertcontent->x509certURLRequester->tqsizeHint(); newprofilewizardcertcontent->x509certURLRequester->sizeHint();
newprofilewizardcertcontent->x509certComboBox->hide(); newprofilewizardcertcontent->x509certComboBox->hide();
@ -2041,7 +2041,7 @@ void NewProfileWizard::next ()
newprofilewizardcertcontent->LabelPrivateKeyPath->hide(); newprofilewizardcertcontent->LabelPrivateKeyPath->hide();
newprofilewizardcertcontent->privkeypathURLRequester->hide(); newprofilewizardcertcontent->privkeypathURLRequester->hide();
newprofilewizardcertcontent->LabelCaCertificatePath->hide(); newprofilewizardcertcontent->LabelCaCertificatePath->hide();
newprofilewizardcertcontent->CertificateGroupBox->resize(newprofilewizardcertcontent->CertificateGroupBox->tqsizeHint()); newprofilewizardcertcontent->CertificateGroupBox->resize(newprofilewizardcertcontent->CertificateGroupBox->sizeHint());
insertPage ( newprofilewizardcertpage, "<b>" + i18n ( "Certificate settings" ) + "</b>", indexOf ( currentpage ) + 1 ); insertPage ( newprofilewizardcertpage, "<b>" + i18n ( "Certificate settings" ) + "</b>", indexOf ( currentpage ) + 1 );
@ -2064,7 +2064,7 @@ void NewProfileWizard::next ()
// newprofilewizardcertcontent->LabelCertificate->setText(i18n("Certificate (enter name here):")); // newprofilewizardcertcontent->LabelCertificate->setText(i18n("Certificate (enter name here):"));
newprofilewizardcertcontent->x509certURLRequester->hide(); newprofilewizardcertcontent->x509certURLRequester->hide();
newprofilewizardcertcontent->x509certComboBox->show(); newprofilewizardcertcontent->x509certComboBox->show();
newprofilewizardcertcontent->x509certComboBox->tqsizeHint(); newprofilewizardcertcontent->x509certComboBox->sizeHint();
newprofilewizardcertcontent->x509certComboBox->setCurrentItem(0); newprofilewizardcertcontent->x509certComboBox->setCurrentItem(0);
} }
@ -2377,13 +2377,13 @@ void NewProfileWizard::next ()
profileData->setPskIsInFile(newprofilewizardsshpagecontent->CostumKeyRadioButton->isChecked()); profileData->setPskIsInFile(newprofilewizardsshpagecontent->CostumKeyRadioButton->isChecked());
profileData->setPreSharedKeyFile(newprofilewizardsshpagecontent->CostumkeyURLRequester->url()); profileData->setPreSharedKeyFile(newprofilewizardsshpagecontent->CostumkeyURLRequester->url());
if ( GlobalConfig->KvpncDebugLevel > 0 ) if ( GlobalConfig->KvpncDebugLevel > 0 )
GlobalConfig->appendLogEntry ( i18n ( "SSH: use costum key: %1" ).tqarg(newprofilewizardsshpagecontent->CostumkeyURLRequester->url()) , KVpncConfig::debug ); GlobalConfig->appendLogEntry ( i18n ( "SSH: use costum key: %1" ).arg(newprofilewizardsshpagecontent->CostumkeyURLRequester->url()) , KVpncConfig::debug );
} }
else else
{ {
profileData->setPreSharedKey(newprofilewizardsshpagecontent->SshKeyComboBox->currentText()); profileData->setPreSharedKey(newprofilewizardsshpagecontent->SshKeyComboBox->currentText());
if ( GlobalConfig->KvpncDebugLevel > 0 ) if ( GlobalConfig->KvpncDebugLevel > 0 )
GlobalConfig->appendLogEntry ( i18n ( "SSH: use autotected key: %1" ).tqarg(newprofilewizardsshpagecontent->SshKeyComboBox->currentText()) , KVpncConfig::debug ); GlobalConfig->appendLogEntry ( i18n ( "SSH: use autotected key: %1" ).arg(newprofilewizardsshpagecontent->SshKeyComboBox->currentText()) , KVpncConfig::debug );
} }
if (newprofilewizardsshpagecontent->UseSshConfigRemoteScriptCheckBox->isChecked() && !newprofilewizardsshpagecontent->SshConfigRemoteScriptLineEdit->text().isEmpty()) if (newprofilewizardsshpagecontent->UseSshConfigRemoteScriptCheckBox->isChecked() && !newprofilewizardsshpagecontent->SshConfigRemoteScriptLineEdit->text().isEmpty())
@ -2392,7 +2392,7 @@ void NewProfileWizard::next ()
profileData->setSshConfigRemoteScript(newprofilewizardsshpagecontent->SshConfigRemoteScriptLineEdit->text()); profileData->setSshConfigRemoteScript(newprofilewizardsshpagecontent->SshConfigRemoteScriptLineEdit->text());
if ( GlobalConfig->KvpncDebugLevel > 0 ) if ( GlobalConfig->KvpncDebugLevel > 0 )
GlobalConfig->appendLogEntry ( i18n ( "SSH: use ssh config remote script: %1" ).tqarg(newprofilewizardsshpagecontent->SshConfigRemoteScriptLineEdit->text()) , KVpncConfig::debug ); GlobalConfig->appendLogEntry ( i18n ( "SSH: use ssh config remote script: %1" ).arg(newprofilewizardsshpagecontent->SshConfigRemoteScriptLineEdit->text()) , KVpncConfig::debug );
} }
else else
@ -2402,7 +2402,7 @@ void NewProfileWizard::next ()
{ {
ok = false; ok = false;
msg += "- " + i18n ( "Special server certificate" ) + "\n"; msg += "- " + i18n ( "Special server certificate" ) + "\n";
GlobalConfig->appendLogEntry( i18n( "%1 cant be empty!" ).tqarg(i18n("ssh config remote script")), GlobalConfig->error); GlobalConfig->appendLogEntry( i18n( "%1 cant be empty!" ).arg(i18n("ssh config remote script")), GlobalConfig->error);
} }
} }
@ -2813,7 +2813,7 @@ void NewProfileWizard::next ()
if ( validAddr == true ) if ( validAddr == true )
{ {
if ( GlobalConfig->KvpncDebugLevel > 0 ) if ( GlobalConfig->KvpncDebugLevel > 0 )
GlobalConfig->appendLogEntry ( i18n ( "Use remote network: %1/%2" ).arg ( addr ).tqarg(newprofilewizardnetworkcontent->RemoteNetMaskComboBox->currentText()), KVpncConfig::debug ); GlobalConfig->appendLogEntry ( i18n ( "Use remote network: %1/%2" ).arg ( addr ).arg(newprofilewizardnetworkcontent->RemoteNetMaskComboBox->currentText()), KVpncConfig::debug );
profileData->setUseRemoteNetwork(true); profileData->setUseRemoteNetwork(true);
profileData->setRemoteNetAddr ( addr ); profileData->setRemoteNetAddr ( addr );
profileData->setRemoteNetMask ( newprofilewizardnetworkcontent->RemoteNetMaskComboBox->currentText() ); profileData->setRemoteNetMask ( newprofilewizardnetworkcontent->RemoteNetMaskComboBox->currentText() );
@ -3650,7 +3650,7 @@ void NewProfileWizard::useSmartcardToggled ( bool )
// } // }
// IpsecToolInfo.collectToolInfo(); // IpsecToolInfo.collectToolInfo();
// if (IpsecToolInfo.Version.contains("Openswan") || IpsecToolInfo.Version.contains("Free")) // if (IpsecToolInfo.Version.contains("Openswan") || IpsecToolInfo.Version.contains("Free"))
// KMessageBox::information(0,i18n("%1 (IPSec) currently has no working smartcard support (pkcs11). Please use strongSwan instead with enabled smartcard support.").tqarg(IpsecToolInfo.Version.section(' ',0,0)),i18n("Unsupported IPSec version")); // KMessageBox::information(0,i18n("%1 (IPSec) currently has no working smartcard support (pkcs11). Please use strongSwan instead with enabled smartcard support.").arg(IpsecToolInfo.Version.section(' ',0,0)),i18n("Unsupported IPSec version"));
// } // }
} }
@ -3687,7 +3687,7 @@ void NewProfileWizard::useSmartcardOnCertFormateToggled ( bool )
// } // }
// IpsecToolInfo.collectToolInfo(); // IpsecToolInfo.collectToolInfo();
// if (IpsecToolInfo.Version.contains("Openswan") || IpsecToolInfo.Version.contains("Free")) // if (IpsecToolInfo.Version.contains("Openswan") || IpsecToolInfo.Version.contains("Free"))
// KMessageBox::information(0,i18n("%1 (IPSec) currently has no working smartcard support (pkcs11). Please use strongSwan instead with enabled smartcard support.").tqarg(IpsecToolInfo.Version.section(' ',0,0)),i18n("Unsupported IPSec version")); // KMessageBox::information(0,i18n("%1 (IPSec) currently has no working smartcard support (pkcs11). Please use strongSwan instead with enabled smartcard support.").arg(IpsecToolInfo.Version.section(' ',0,0)),i18n("Unsupported IPSec version"));
// } // }
} }
else else

@ -78,7 +78,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>71</width> <width>71</width>
<height>20</height> <height>20</height>
@ -95,7 +95,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>51</height> <height>51</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout47</cstring> <cstring>layout47</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout46</cstring> <cstring>layout46</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -37,7 +37,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout76</cstring> <cstring>layout76</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -67,7 +67,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>221</width> <width>221</width>
<height>20</height> <height>20</height>
@ -141,7 +141,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="1"> <widget class="TQLayoutWidget" row="0" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout45</cstring> <cstring>layout45</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -151,7 +151,7 @@
<property name="name"> <property name="name">
<cstring>x509certURLRequester</cstring> <cstring>x509certURLRequester</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -170,7 +170,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout28</cstring> <cstring>layout28</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -194,7 +194,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>172</width> <width>172</width>
<height>20</height> <height>20</height>
@ -205,7 +205,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout29</cstring> <cstring>layout29</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -229,7 +229,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>134</width> <width>134</width>
<height>20</height> <height>20</height>
@ -240,7 +240,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout30</cstring> <cstring>layout30</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -264,7 +264,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>109</width> <width>109</width>
<height>20</height> <height>20</height>
@ -275,7 +275,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="0"> <widget class="TQLayoutWidget" row="4" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout32</cstring> <cstring>layout32</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -305,7 +305,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>34</width> <width>34</width>
<height>20</height> <height>20</height>
@ -316,7 +316,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="5" column="0"> <widget class="TQLayoutWidget" row="5" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout33</cstring> <cstring>layout33</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -340,7 +340,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>134</width> <width>134</width>
<height>20</height> <height>20</height>
@ -351,7 +351,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="6" column="0"> <widget class="TQLayoutWidget" row="6" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout34</cstring> <cstring>layout34</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -375,7 +375,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>84</width> <width>84</width>
<height>20</height> <height>20</height>
@ -402,7 +402,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout90</cstring> <cstring>layout90</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -410,7 +410,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout31</cstring> <cstring>layout31</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -439,7 +439,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout55</cstring> <cstring>layout55</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -525,7 +525,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout24</cstring> <cstring>layout24</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -533,7 +533,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout23</cstring> <cstring>layout23</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -604,7 +604,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout22</cstring> <cstring>layout22</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -620,7 +620,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>241</width> <width>241</width>
<height>21</height> <height>21</height>
@ -673,7 +673,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>44</height> <height>44</height>

@ -29,7 +29,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>71</height> <height>71</height>
@ -38,7 +38,7 @@
</spacer> </spacer>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout24</cstring> <cstring>layout24</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -54,7 +54,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>171</width> <width>171</width>
<height>20</height> <height>20</height>
@ -85,7 +85,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>111</width> <width>111</width>
<height>21</height> <height>21</height>
@ -116,7 +116,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0" rowspan="1" colspan="3"> <widget class="TQLayoutWidget" row="1" column="0" rowspan="1" colspan="3">
<property name="name"> <property name="name">
<cstring>tqlayout12</cstring> <cstring>layout12</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -162,7 +162,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>70</width> <width>70</width>
<height>20</height> <height>20</height>
@ -179,7 +179,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>70</width> <width>70</width>
<height>20</height> <height>20</height>
@ -211,7 +211,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>

@ -67,7 +67,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>31</width> <width>31</width>
<height>311</height> <height>311</height>
@ -84,7 +84,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>351</width> <width>351</width>
<height>20</height> <height>20</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout8</cstring> <cstring>layout8</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout6</cstring> <cstring>layout6</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -68,7 +68,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>241</width> <width>241</width>
<height>20</height> <height>20</height>
@ -79,7 +79,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout5</cstring> <cstring>layout5</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -120,7 +120,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>180</width> <width>180</width>
<height>20</height> <height>20</height>
@ -145,7 +145,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>290</width> <width>290</width>
<height>20</height> <height>20</height>
@ -164,7 +164,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout7</cstring> <cstring>layout7</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -203,7 +203,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>201</width> <width>201</width>
<height>20</height> <height>20</height>
@ -214,7 +214,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout4</cstring> <cstring>layout4</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -268,7 +268,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>201</width> <width>201</width>
<height>41</height> <height>41</height>
@ -285,7 +285,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>121</height> <height>121</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout37</cstring> <cstring>layout37</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout36</cstring> <cstring>layout36</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -56,7 +56,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>181</width> <width>181</width>
<height>21</height> <height>21</height>
@ -67,7 +67,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout12</cstring> <cstring>layout12</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -103,7 +103,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>59</width> <width>59</width>
<height>20</height> <height>20</height>
@ -132,7 +132,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>61</width> <width>61</width>
<height>20</height> <height>20</height>
@ -149,7 +149,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>91</height> <height>91</height>

@ -24,7 +24,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout64</cstring> <cstring>layout64</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -32,7 +32,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout63</cstring> <cstring>layout63</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -40,7 +40,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="7" column="0"> <widget class="TQLayoutWidget" row="7" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout90_2</cstring> <cstring>layout90_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -70,7 +70,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>100</width> <width>100</width>
<height>20</height> <height>20</height>
@ -81,7 +81,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout160</cstring> <cstring>layout160</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -108,7 +108,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -144,7 +144,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout74_2</cstring> <cstring>layout74_2</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -152,7 +152,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout73_2</cstring> <cstring>layout73_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -176,7 +176,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>20</height> <height>20</height>
@ -201,7 +201,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0" rowspan="2" colspan="1"> <widget class="TQLayoutWidget" row="1" column="0" rowspan="2" colspan="1">
<property name="name"> <property name="name">
<cstring>tqlayout72_2_2</cstring> <cstring>layout72_2_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -225,7 +225,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>20</height> <height>20</height>
@ -269,7 +269,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout158</cstring> <cstring>layout158</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -277,7 +277,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout155</cstring> <cstring>layout155</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -362,7 +362,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout52</cstring> <cstring>layout52</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -389,7 +389,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout156</cstring> <cstring>layout156</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -463,7 +463,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout53</cstring> <cstring>layout53</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -492,7 +492,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="5" column="0"> <widget class="TQLayoutWidget" row="5" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout9</cstring> <cstring>layout9</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -554,7 +554,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout74</cstring> <cstring>layout74</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -562,7 +562,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout73</cstring> <cstring>layout73</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -586,7 +586,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>20</height> <height>20</height>
@ -611,7 +611,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0" rowspan="2" colspan="1"> <widget class="TQLayoutWidget" row="1" column="0" rowspan="2" colspan="1">
<property name="name"> <property name="name">
<cstring>tqlayout72_2</cstring> <cstring>layout72_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -635,7 +635,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>20</height> <height>20</height>
@ -679,7 +679,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="6" column="0"> <widget class="TQLayoutWidget" row="6" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout90</cstring> <cstring>layout90</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -706,7 +706,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>100</width> <width>100</width>
<height>20</height> <height>20</height>
@ -725,7 +725,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>198</height> <height>198</height>
@ -734,7 +734,7 @@
</spacer> </spacer>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout16</cstring> <cstring>layout16</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -750,7 +750,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout150</cstring> <cstring>layout150</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -774,7 +774,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>28</width> <width>28</width>
<height>20</height> <height>20</height>
@ -785,7 +785,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout72</cstring> <cstring>layout72</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -809,7 +809,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>91</width> <width>91</width>
<height>21</height> <height>21</height>
@ -861,7 +861,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>53</width> <width>53</width>
<height>31</height> <height>31</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout29</cstring> <cstring>layout29</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -37,7 +37,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout28</cstring> <cstring>layout28</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -109,7 +109,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>21</width> <width>21</width>
<height>43</height> <height>43</height>
@ -128,7 +128,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>41</width> <width>41</width>
<height>20</height> <height>20</height>
@ -145,7 +145,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>41</height> <height>41</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout10</cstring> <cstring>layout10</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout9</cstring> <cstring>layout9</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -37,7 +37,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout8</cstring> <cstring>layout8</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -70,7 +70,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>50</width> <width>50</width>
<height>20</height> <height>20</height>
@ -95,7 +95,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout9</cstring> <cstring>layout9</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -148,7 +148,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>46</width> <width>46</width>
<height>21</height> <height>21</height>
@ -167,7 +167,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>150</height> <height>150</height>
@ -186,7 +186,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>201</width> <width>201</width>
<height>21</height> <height>21</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout28</cstring> <cstring>layout28</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout27</cstring> <cstring>layout27</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -37,7 +37,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout11</cstring> <cstring>layout11</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -53,7 +53,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>252</width> <width>252</width>
<height>20</height> <height>20</height>
@ -125,7 +125,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="1"> <widget class="TQLayoutWidget" row="0" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout77</cstring> <cstring>layout77</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -289,7 +289,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout58</cstring> <cstring>layout58</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -345,7 +345,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>71</width> <width>71</width>
<height>20</height> <height>20</height>
@ -396,7 +396,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout57</cstring> <cstring>layout57</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -415,7 +415,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout22</cstring> <cstring>layout22</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -431,7 +431,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>181</width> <width>181</width>
<height>21</height> <height>21</height>
@ -460,7 +460,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>30</height> <height>30</height>
@ -479,7 +479,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>

@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout17</cstring> <cstring>layout17</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -37,7 +37,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout14</cstring> <cstring>layout14</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -68,7 +68,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>278</width> <width>278</width>
<height>21</height> <height>21</height>
@ -142,7 +142,7 @@
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>150</height> <height>150</height>
@ -154,7 +154,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout52</cstring> <cstring>layout52</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -170,7 +170,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>241</width> <width>241</width>
<height>20</height> <height>20</height>

@ -22,7 +22,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout50</cstring> <cstring>layout50</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -38,7 +38,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout49</cstring> <cstring>layout49</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -79,7 +79,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="5" column="0"> <widget class="TQLayoutWidget" row="5" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout47</cstring> <cstring>layout47</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -109,7 +109,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>101</width> <width>101</width>
<height>20</height> <height>20</height>
@ -120,7 +120,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0" rowspan="2" colspan="1"> <widget class="TQLayoutWidget" row="1" column="0" rowspan="2" colspan="1">
<property name="name"> <property name="name">
<cstring>tqlayout44</cstring> <cstring>layout44</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -147,7 +147,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>119</width> <width>119</width>
<height>20</height> <height>20</height>
@ -177,7 +177,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="6" column="0"> <widget class="TQLayoutWidget" row="6" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout48</cstring> <cstring>layout48</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -207,7 +207,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>31</width> <width>31</width>
<height>20</height> <height>20</height>
@ -218,7 +218,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="8" column="0" rowspan="1" colspan="2"> <widget class="TQLayoutWidget" row="8" column="0" rowspan="1" colspan="2">
<property name="name"> <property name="name">
<cstring>tqlayout18_2</cstring> <cstring>layout18_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -248,7 +248,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>191</width> <width>191</width>
<height>20</height> <height>20</height>
@ -276,7 +276,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="7" column="0" rowspan="1" colspan="2"> <widget class="TQLayoutWidget" row="7" column="0" rowspan="1" colspan="2">
<property name="name"> <property name="name">
<cstring>tqlayout18</cstring> <cstring>layout18</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -306,7 +306,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>191</width> <width>191</width>
<height>20</height> <height>20</height>
@ -317,7 +317,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="0"> <widget class="TQLayoutWidget" row="4" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout46</cstring> <cstring>layout46</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -344,7 +344,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>119</width> <width>119</width>
<height>20</height> <height>20</height>
@ -355,7 +355,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout45</cstring> <cstring>layout45</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -382,7 +382,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>119</width> <width>119</width>
<height>21</height> <height>21</height>
@ -393,7 +393,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="0"> <widget class="TQLayoutWidget" row="3" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout43</cstring> <cstring>layout43</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -423,7 +423,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>119</width> <width>119</width>
<height>20</height> <height>20</height>
@ -447,7 +447,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout11</cstring> <cstring>layout11</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -466,7 +466,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="2"> <widget class="TQLayoutWidget" row="1" column="2">
<property name="name"> <property name="name">
<cstring>tqlayout10</cstring> <cstring>layout10</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -496,7 +496,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>101</width> <width>101</width>
<height>21</height> <height>21</height>
@ -571,7 +571,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>220</width> <width>220</width>
<height>20</height> <height>20</height>
@ -588,7 +588,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>221</width> <width>221</width>
<height>20</height> <height>20</height>
@ -597,7 +597,7 @@
</spacer> </spacer>
<widget class="TQLayoutWidget" row="2" column="1"> <widget class="TQLayoutWidget" row="2" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout9_2</cstring> <cstring>layout9_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -613,7 +613,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>110</width> <width>110</width>
<height>21</height> <height>21</height>
@ -656,7 +656,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>117</height> <height>117</height>

@ -22,7 +22,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout66</cstring> <cstring>layout66</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -30,7 +30,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout65</cstring> <cstring>layout65</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -46,7 +46,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout17</cstring> <cstring>layout17</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -76,7 +76,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>191</width> <width>191</width>
<height>20</height> <height>20</height>
@ -87,7 +87,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout98</cstring> <cstring>layout98</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -120,7 +120,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>46</width> <width>46</width>
<height>20</height> <height>20</height>
@ -131,7 +131,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout64</cstring> <cstring>layout64</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -139,7 +139,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout63</cstring> <cstring>layout63</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -166,7 +166,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>233</width> <width>233</width>
<height>20</height> <height>20</height>
@ -198,7 +198,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>16</height> <height>16</height>
@ -217,7 +217,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>494</width> <width>494</width>
<height>20</height> <height>20</height>

@ -67,7 +67,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>31</width> <width>31</width>
<height>311</height> <height>311</height>
@ -84,7 +84,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>351</width> <width>351</width>
<height>20</height> <height>20</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout81</cstring> <cstring>layout81</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout80</cstring> <cstring>layout80</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -100,7 +100,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>160</height> <height>160</height>
@ -119,7 +119,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>111</width> <width>111</width>
<height>20</height> <height>20</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout14</cstring> <cstring>layout14</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout13</cstring> <cstring>layout13</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -376,7 +376,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout8</cstring> <cstring>layout8</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -384,7 +384,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout7</cstring> <cstring>layout7</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -425,7 +425,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout7_2</cstring> <cstring>layout7_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -433,7 +433,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout6</cstring> <cstring>layout6</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -457,7 +457,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>111</width> <width>111</width>
<height>21</height> <height>21</height>
@ -493,7 +493,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>165</height> <height>165</height>
@ -512,7 +512,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>49</width> <width>49</width>
<height>31</height> <height>31</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout4</cstring> <cstring>layout4</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout3</cstring> <cstring>layout3</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -81,7 +81,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>130</width> <width>130</width>
<height>20</height> <height>20</height>
@ -98,7 +98,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>174</width> <width>174</width>
<height>20</height> <height>20</height>
@ -112,7 +112,7 @@
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -132,7 +132,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>165</width> <width>165</width>
<height>20</height> <height>20</height>
@ -163,7 +163,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>147</width> <width>147</width>
<height>20</height> <height>20</height>
@ -196,7 +196,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>301</height> <height>301</height>
@ -215,7 +215,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>20</height> <height>20</height>
@ -232,7 +232,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>41</height> <height>41</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout66</cstring> <cstring>layout66</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout65</cstring> <cstring>layout65</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -45,7 +45,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout62</cstring> <cstring>layout62</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -77,7 +77,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="6" column="0"> <widget class="TQLayoutWidget" row="6" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout61</cstring> <cstring>layout61</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -107,7 +107,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>101</width> <width>101</width>
<height>20</height> <height>20</height>
@ -118,7 +118,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="0"> <widget class="TQLayoutWidget" row="3" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout71_2</cstring> <cstring>layout71_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -142,7 +142,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>101</width> <width>101</width>
<height>21</height> <height>21</height>
@ -161,7 +161,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout69</cstring> <cstring>layout69</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -188,7 +188,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>101</width> <width>101</width>
<height>21</height> <height>21</height>
@ -229,7 +229,7 @@ dh18 = modp8192 (only racoon)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout71</cstring> <cstring>layout71</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -253,7 +253,7 @@ dh18 = modp8192 (only racoon)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>101</width> <width>101</width>
<height>21</height> <height>21</height>
@ -264,7 +264,7 @@ dh18 = modp8192 (only racoon)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="5" column="0"> <widget class="TQLayoutWidget" row="5" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout37</cstring> <cstring>layout37</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -294,7 +294,7 @@ dh18 = modp8192 (only racoon)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>61</width> <width>61</width>
<height>21</height> <height>21</height>
@ -331,7 +331,7 @@ dh18 = modp8192 (racoon only)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="0"> <widget class="TQLayoutWidget" row="4" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout72</cstring> <cstring>layout72</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -355,7 +355,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>91</width> <width>91</width>
<height>21</height> <height>21</height>
@ -366,7 +366,7 @@ dh18 = modp8192 (racoon only)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout70_2</cstring> <cstring>layout70_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -390,7 +390,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>81</width> <width>81</width>
<height>21</height> <height>21</height>
@ -403,7 +403,7 @@ dh18 = modp8192 (racoon only)</string>
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout75</cstring> <cstring>layout75</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -424,7 +424,7 @@ dh18 = modp8192 (racoon only)</string>
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout90_2</cstring> <cstring>layout90_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -454,7 +454,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>100</width> <width>100</width>
<height>20</height> <height>20</height>
@ -476,7 +476,7 @@ dh18 = modp8192 (racoon only)</string>
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout74_2</cstring> <cstring>layout74_2</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -484,7 +484,7 @@ dh18 = modp8192 (racoon only)</string>
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout73_2</cstring> <cstring>layout73_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -508,7 +508,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>20</height> <height>20</height>
@ -533,7 +533,7 @@ dh18 = modp8192 (racoon only)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0" rowspan="2" colspan="1"> <widget class="TQLayoutWidget" row="1" column="0" rowspan="2" colspan="1">
<property name="name"> <property name="name">
<cstring>tqlayout72_2</cstring> <cstring>layout72_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -557,7 +557,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>20</height> <height>20</height>
@ -598,7 +598,7 @@ dh18 = modp8192 (racoon only)</string>
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout74</cstring> <cstring>layout74</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -606,7 +606,7 @@ dh18 = modp8192 (racoon only)</string>
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout73</cstring> <cstring>layout73</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -630,7 +630,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>20</height> <height>20</height>
@ -655,7 +655,7 @@ dh18 = modp8192 (racoon only)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0" rowspan="2" colspan="1"> <widget class="TQLayoutWidget" row="1" column="0" rowspan="2" colspan="1">
<property name="name"> <property name="name">
<cstring>tqlayout72_3</cstring> <cstring>layout72_3</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -679,7 +679,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>20</height> <height>20</height>
@ -717,7 +717,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -736,7 +736,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>20</height> <height>20</height>

@ -39,7 +39,7 @@ Click "Next" to continue.</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>31</height> <height>31</height>
@ -56,7 +56,7 @@ Click "Next" to continue.</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>61</width> <width>61</width>
<height>20</height> <height>20</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout25</cstring> <cstring>layout25</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout24</cstring> <cstring>layout24</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -179,7 +179,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>105</height> <height>105</height>
@ -198,7 +198,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout57</cstring> <cstring>layout57</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout56</cstring> <cstring>layout56</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -84,7 +84,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout54</cstring> <cstring>layout54</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -108,7 +108,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>211</width> <width>211</width>
<height>21</height> <height>21</height>
@ -119,7 +119,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout55</cstring> <cstring>layout55</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -143,7 +143,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>211</width> <width>211</width>
<height>21</height> <height>21</height>
@ -156,7 +156,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout52</cstring> <cstring>layout52</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -202,7 +202,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>48</height> <height>48</height>

@ -22,7 +22,7 @@
//BEGIN INCLUDES //BEGIN INCLUDES
#include "openvpnmanagementhandler.h" #include "openvpnmanagementhandler.h"
#include <tqregexp.h> #include <tqregexp.h>
#include <tqtextstream.h> #include <textstream.h>
#include <kpassdlg.h> #include <kpassdlg.h>
#include <klocale.h> #include <klocale.h>
#include <tqlabel.h> #include <tqlabel.h>
@ -80,7 +80,7 @@ void OpenvpnManagementHandler::socketConnectionClosed()
if ( GlobalConfig->KvpncDebugLevel > 1 ) if ( GlobalConfig->KvpncDebugLevel > 1 )
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "Disconnected to the OpenVPN manage port (%1)." ).tqarg( TQString().setNum( GlobalConfig->OpenvpnManagementPort ) ), GlobalConfig->debug ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "Disconnected to the OpenVPN manage port (%1)." ).arg( TQString().setNum( GlobalConfig->OpenvpnManagementPort ) ), GlobalConfig->debug );
} }
void OpenvpnManagementHandler::socketClosed() void OpenvpnManagementHandler::socketClosed()
@ -91,7 +91,7 @@ void OpenvpnManagementHandler::socketClosed()
greetingtimer.stop(); greetingtimer.stop();
disconnect ( &greetingtimer, TQT_SIGNAL ( timeout() ), this, TQT_SLOT ( greetingTimedOut() ) ); disconnect ( &greetingtimer, TQT_SIGNAL ( timeout() ), this, TQT_SLOT ( greetingTimedOut() ) );
if ( GlobalConfig->KvpncDebugLevel > 1 ) if ( GlobalConfig->KvpncDebugLevel > 1 )
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "Socket to the OpenVPN manage port (%1) closed." ).tqarg( TQString().setNum( GlobalConfig->OpenvpnManagementPort ) ), GlobalConfig->debug ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "Socket to the OpenVPN manage port (%1) closed." ).arg( TQString().setNum( GlobalConfig->OpenvpnManagementPort ) ), GlobalConfig->debug );
socketReallyClosed = true; socketReallyClosed = true;
// emit terminate_openvpn(); // emit terminate_openvpn();
} }
@ -106,7 +106,7 @@ void OpenvpnManagementHandler::socketConnected()
connectedToManagementPort=true; connectedToManagementPort=true;
if ( GlobalConfig->KvpncDebugLevel > 1 ) if ( GlobalConfig->KvpncDebugLevel > 1 )
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "Connected to the OpenVPN manage port (%1)." ).tqarg( TQString().setNum( GlobalConfig->OpenvpnManagementPort ) ), GlobalConfig->debug ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "Connected to the OpenVPN manage port (%1)." ).arg( TQString().setNum( GlobalConfig->OpenvpnManagementPort ) ), GlobalConfig->debug );
socketReadyRead(); socketReadyRead();
@ -115,7 +115,7 @@ void OpenvpnManagementHandler::socketConnected()
void OpenvpnManagementHandler::socketError( int e ) void OpenvpnManagementHandler::socketError( int e )
{ {
// infoText->append( tr("Error number %1 occurred\n").tqarg(e) ); // infoText->append( tr("Error number %1 occurred\n").arg(e) );
if ( e != 0 ) if ( e != 0 )
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + TQString().setNum( e ) , GlobalConfig->error ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + TQString().setNum( e ) , GlobalConfig->error );
} }
@ -125,7 +125,7 @@ void OpenvpnManagementHandler::greetingTimedOut()
disconnect ( &greetingtimer, TQT_SIGNAL ( timeout() ), this, TQT_SLOT ( greetingTimedOut() ) ); disconnect ( &greetingtimer, TQT_SIGNAL ( timeout() ), this, TQT_SLOT ( greetingTimedOut() ) );
greetingtimer.stop(); greetingtimer.stop();
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n("Got no greeting within %1 seconds from management interface, retrying.").tqarg("3"), GlobalConfig->error ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n("Got no greeting within %1 seconds from management interface, retrying.").arg("3"), GlobalConfig->error );
closeConnection(); closeConnection();
@ -173,7 +173,7 @@ void OpenvpnManagementHandler::socketReadyRead()
// else if ( line.find( ">HOLD:", 0, FALSE ) > -1 ) { // else if ( line.find( ">HOLD:", 0, FALSE ) > -1 ) {
// //
// if ( GlobalConfig->KvpncDebugLevel > 2 ) // if ( GlobalConfig->KvpncDebugLevel > 2 )
// GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message." ).tqarg("'hold'"), GlobalConfig->debug ); // GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message." ).arg("'hold'"), GlobalConfig->debug );
// //
// fInHold = true; // fInHold = true;
// int ret = 0; // int ret = 0;
@ -205,7 +205,7 @@ void OpenvpnManagementHandler::socketReadyRead()
{ {
if ( GlobalConfig->KvpncDebugLevel > 2 ) if ( GlobalConfig->KvpncDebugLevel > 2 )
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).tqarg("'need ok'"), GlobalConfig->debug ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).arg("'need ok'"), GlobalConfig->debug );
TQString req = line.section( TQRegExp( ".*'(.*)'. * MSG:( .* )" ), 0, 0 ); // $1; TQString req = line.section( TQRegExp( ".*'(.*)'. * MSG:( .* )" ), 0, 0 ); // $1;
TQString msg = line.section( TQRegExp( ".*'(.*)'. * MSG:( .* )" ), 1, 1 ); // $2; TQString msg = line.section( TQRegExp( ".*'(.*)'. * MSG:( .* )" ), 1, 1 ); // $2;
@ -240,7 +240,7 @@ void OpenvpnManagementHandler::socketReadyRead()
// if ( line.find( " >PASSWORD:", 0, FALSE ) > -1 ) { // if ( line.find( " >PASSWORD:", 0, FALSE ) > -1 ) {
// //
// if ( GlobalConfig->KvpncDebugLevel > 2 ) // if ( GlobalConfig->KvpncDebugLevel > 2 )
// GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).tqarg("'password'"), GlobalConfig->debug ); // GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).arg("'password'"), GlobalConfig->debug );
// //
// TQString req = line.section( TQRegExp( ".*'(.*)'.*" ), 0, 0 ); // $1; // TQString req = line.section( TQRegExp( ".*'(.*)'.*" ), 0, 0 ); // $1;
// TQCString password; // TQCString password;
@ -264,7 +264,7 @@ void OpenvpnManagementHandler::socketReadyRead()
{ {
if ( GlobalConfig->KvpncDebugLevel > 2 ) if ( GlobalConfig->KvpncDebugLevel > 2 )
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).tqarg("'need username/password'"), GlobalConfig->debug ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).arg("'need username/password'"), GlobalConfig->debug );
if ( GlobalConfig->KvpncDebugLevel > 2 ) if ( GlobalConfig->KvpncDebugLevel > 2 )
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "Send username..." ), GlobalConfig->debug ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "Send username..." ), GlobalConfig->debug );
@ -314,7 +314,7 @@ void OpenvpnManagementHandler::socketReadyRead()
{ {
if ( GlobalConfig->KvpncDebugLevel > 2 ) if ( GlobalConfig->KvpncDebugLevel > 2 )
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).tqarg("SUCCESS: 'Auth' username entered"), GlobalConfig->debug ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).arg("SUCCESS: 'Auth' username entered"), GlobalConfig->debug );
if ( GlobalConfig->KvpncDebugLevel > 2 ) if ( GlobalConfig->KvpncDebugLevel > 2 )
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "Send password..." ), GlobalConfig->debug ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "Send password..." ), GlobalConfig->debug );
@ -367,7 +367,7 @@ void OpenvpnManagementHandler::socketReadyRead()
// else if ( line.find( "SUCCESS: 'Auth' username entered", 0, FALSE ) > -1 ) { // else if ( line.find( "SUCCESS: 'Auth' username entered", 0, FALSE ) > -1 ) {
// //
// if ( GlobalConfig->KvpncDebugLevel > 2 ) // if ( GlobalConfig->KvpncDebugLevel > 2 )
// GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message, 2. step" ).tqarg("'need username/password'"), GlobalConfig->debug ); // GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message, 2. step" ).arg("'need username/password'"), GlobalConfig->debug );
// //
// if ( GlobalConfig->KvpncDebugLevel > 2 ) // if ( GlobalConfig->KvpncDebugLevel > 2 )
// GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "Send password..." ), GlobalConfig->debug ); // GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "Send password..." ), GlobalConfig->debug );
@ -383,7 +383,7 @@ void OpenvpnManagementHandler::socketReadyRead()
{ {
if ( GlobalConfig->KvpncDebugLevel > 2 ) if ( GlobalConfig->KvpncDebugLevel > 2 )
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).tqarg("'HTTP Proxy password'"), GlobalConfig->debug ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).arg("'HTTP Proxy password'"), GlobalConfig->debug );
if ( GlobalConfig->KvpncDebugLevel > 2 ) if ( GlobalConfig->KvpncDebugLevel > 2 )
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "Send HTTP Proxy username..." ), GlobalConfig->debug ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "Send HTTP Proxy username..." ), GlobalConfig->debug );
@ -402,7 +402,7 @@ void OpenvpnManagementHandler::socketReadyRead()
{ {
if ( GlobalConfig->KvpncDebugLevel > 2 ) if ( GlobalConfig->KvpncDebugLevel > 2 )
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).tqarg("SUCCESS: 'HTTP Proxy' username entered"), GlobalConfig->debug ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).arg("SUCCESS: 'HTTP Proxy' username entered"), GlobalConfig->debug );
if ( GlobalConfig->KvpncDebugLevel > 2 ) if ( GlobalConfig->KvpncDebugLevel > 2 )
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "Send HTTP Proxy password..." ), GlobalConfig->debug ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "Send HTTP Proxy password..." ), GlobalConfig->debug );
@ -486,7 +486,7 @@ void OpenvpnManagementHandler::socketReadyRead()
{ {
if ( GlobalConfig->KvpncDebugLevel > 2 ) if ( GlobalConfig->KvpncDebugLevel > 2 )
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).tqarg("'private key password'"), GlobalConfig->debug ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).arg("'private key password'"), GlobalConfig->debug );
if ( !GlobalConfig->currentProfile->getPrivateKeyPass().isEmpty() ) if ( !GlobalConfig->currentProfile->getPrivateKeyPass().isEmpty() )
{ {
@ -643,7 +643,7 @@ void OpenvpnManagementHandler::socketReadyRead()
if ( GlobalConfig->KvpncDebugLevel > 2 ) if ( GlobalConfig->KvpncDebugLevel > 2 )
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: password verification failed!" , GlobalConfig->error ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: password verification failed!" , GlobalConfig->error );
GlobalConfig->appendLogEntry( i18n( "Authentication failed (%1)!" ).tqarg( i18n( "user password" ) ) , GlobalConfig->error ); GlobalConfig->appendLogEntry( i18n( "Authentication failed (%1)!" ).arg( i18n( "user password" ) ) , GlobalConfig->error );
abort = true; abort = true;
} }
@ -654,7 +654,7 @@ void OpenvpnManagementHandler::socketReadyRead()
if ( GlobalConfig->KvpncDebugLevel > 2 ) if ( GlobalConfig->KvpncDebugLevel > 2 )
GlobalConfig->appendLogEntry( i18n("OpenvpnManagementHandler: CA certifcate file could not be loaded! Please check your CA certificate file.") , GlobalConfig->error ); GlobalConfig->appendLogEntry( i18n("OpenvpnManagementHandler: CA certifcate file could not be loaded! Please check your CA certificate file.") , GlobalConfig->error );
GlobalConfig->appendLogEntry( i18n( "Certificate load failed (%1)!" ).tqarg( i18n( "CA certificate" ) ) , GlobalConfig->error ); GlobalConfig->appendLogEntry( i18n( "Certificate load failed (%1)!" ).arg( i18n( "CA certificate" ) ) , GlobalConfig->error );
abort = true; abort = true;
} }
@ -663,9 +663,9 @@ void OpenvpnManagementHandler::socketReadyRead()
{ {
if ( GlobalConfig->KvpncDebugLevel > 2 ) if ( GlobalConfig->KvpncDebugLevel > 2 )
GlobalConfig->appendLogEntry( i18n("OpenvpnManagementHandler: Hash algorithm %1 could not found! Please check your OpenVPN settings.").tqarg(line.section(' ',3,3).remove('\'')) , GlobalConfig->error ); GlobalConfig->appendLogEntry( i18n("OpenvpnManagementHandler: Hash algorithm %1 could not found! Please check your OpenVPN settings.").arg(line.section(' ',3,3).remove('\'')) , GlobalConfig->error );
GlobalConfig->appendLogEntry( i18n( "Hash algorithm not found (%1)!" ).tqarg(line.section(' ',3,3).remove('\'') ) , GlobalConfig->error ); GlobalConfig->appendLogEntry( i18n( "Hash algorithm not found (%1)!" ).arg(line.section(' ',3,3).remove('\'') ) , GlobalConfig->error );
abort = true; abort = true;
} }
@ -682,7 +682,7 @@ void OpenvpnManagementHandler::socketReadyRead()
GlobalConfig->TmpPrivateKeyPass = ""; GlobalConfig->TmpPrivateKeyPass = "";
EnterXauthInteractivePasscodeDialog dlg( 0); EnterXauthInteractivePasscodeDialog dlg( 0);
dlg.setCaption( i18n( "Enter token pin" ) ); dlg.setCaption( i18n( "Enter token pin" ) );
dlg.main->DescriptionLabel->setText( i18n( "Enter eToken pin for unlocking token \"%1\":" ).tqarg(GlobalConfig->currentProfile->getPkcs11Id()) ); dlg.main->DescriptionLabel->setText( i18n( "Enter eToken pin for unlocking token \"%1\":" ).arg(GlobalConfig->currentProfile->getPkcs11Id()) );
dlg.main->LabelPassword->setText( i18n( "eToken pin:" ) ); dlg.main->LabelPassword->setText( i18n( "eToken pin:" ) );
dlg.main->SavePasswordCheckBox->hide(); dlg.main->SavePasswordCheckBox->hide();
dlg.main->adjustSize(); dlg.main->adjustSize();
@ -727,7 +727,7 @@ void OpenvpnManagementHandler::socketReadyRead()
else if ( line.find( "SUCCESS: 'eToken token' password entered, but not yet verified", 0, FALSE ) > -1 ) else if ( line.find( "SUCCESS: 'eToken token' password entered, but not yet verified", 0, FALSE ) > -1 )
{ {
if ( GlobalConfig->KvpncDebugLevel > 1 ) if ( GlobalConfig->KvpncDebugLevel > 1 )
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).tqarg("SUCCESS for 'eToken token' password"), GlobalConfig->debug ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).arg("SUCCESS for 'eToken token' password"), GlobalConfig->debug );
} }
else if ( line.find( ">PASSWORD:Need '", 0, FALSE) > -1 && line.find( "token' password", 0, FALSE ) > -1) else if ( line.find( ">PASSWORD:Need '", 0, FALSE) > -1 && line.find( "token' password", 0, FALSE ) > -1)
@ -738,7 +738,7 @@ void OpenvpnManagementHandler::socketReadyRead()
TQString TokenName = line.section('\'',1,1); TQString TokenName = line.section('\'',1,1);
if ( GlobalConfig->KvpncDebugLevel > 4 ) if ( GlobalConfig->KvpncDebugLevel > 4 )
{ {
GlobalConfig->appendLogEntry ( "[openvpn] " + i18n( "token name detected: %1\n" ).tqarg(TokenName), GlobalConfig->debug ); GlobalConfig->appendLogEntry ( "[openvpn] " + i18n( "token name detected: %1\n" ).arg(TokenName), GlobalConfig->debug );
} }
TQTextStream os( socket ); TQTextStream os( socket );
@ -747,7 +747,7 @@ void OpenvpnManagementHandler::socketReadyRead()
GlobalConfig->TmpPrivateKeyPass = ""; GlobalConfig->TmpPrivateKeyPass = "";
EnterXauthInteractivePasscodeDialog dlg( 0); EnterXauthInteractivePasscodeDialog dlg( 0);
dlg.setCaption( i18n( "Enter token pin" ) ); dlg.setCaption( i18n( "Enter token pin" ) );
dlg.main->DescriptionLabel->setText( i18n( "Enter pin for unlocking token \"%1\":" ).tqarg(GlobalConfig->currentProfile->getPkcs11Id()) ); dlg.main->DescriptionLabel->setText( i18n( "Enter pin for unlocking token \"%1\":" ).arg(GlobalConfig->currentProfile->getPkcs11Id()) );
dlg.main->LabelPassword->setText( i18n( "PIN:" ) ); dlg.main->LabelPassword->setText( i18n( "PIN:" ) );
dlg.main->SavePasswordCheckBox->hide(); dlg.main->SavePasswordCheckBox->hide();
dlg.main->adjustSize(); dlg.main->adjustSize();
@ -794,23 +794,23 @@ void OpenvpnManagementHandler::socketReadyRead()
TQString TokenName = line.section('\'',1,1); TQString TokenName = line.section('\'',1,1);
if ( GlobalConfig->KvpncDebugLevel > 4 ) if ( GlobalConfig->KvpncDebugLevel > 4 )
{ {
GlobalConfig->appendLogEntry ( "[openvpn] " + i18n( "token name detected: %1\n" ).tqarg(TokenName), GlobalConfig->debug ); GlobalConfig->appendLogEntry ( "[openvpn] " + i18n( "token name detected: %1\n" ).arg(TokenName), GlobalConfig->debug );
} }
if ( GlobalConfig->KvpncDebugLevel > 1 ) if ( GlobalConfig->KvpncDebugLevel > 1 )
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).tqarg("SUCCESS for '%1' password").tqarg(TokenName), GlobalConfig->debug ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).arg("SUCCESS for '%1' password").arg(TokenName), GlobalConfig->debug );
} }
else if ( line.find( "SUCCESS: 'Auth' password entered, but not yet verified", 0, FALSE ) > -1 ) else if ( line.find( "SUCCESS: 'Auth' password entered, but not yet verified", 0, FALSE ) > -1 )
{ {
if ( GlobalConfig->KvpncDebugLevel > 1 ) if ( GlobalConfig->KvpncDebugLevel > 1 )
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).tqarg("SUCCESS for user password"), GlobalConfig->debug ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).arg("SUCCESS for user password"), GlobalConfig->debug );
} }
else if ( line.find( "Need 'token-insertion-request'", 0, FALSE ) > -1 ) else if ( line.find( "Need 'token-insertion-request'", 0, FALSE ) > -1 )
{ {
// if ( GlobalConfig->KvpncDebugLevel > 1 ) // if ( GlobalConfig->KvpncDebugLevel > 1 )
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).tqarg("token-insertion-request"), GlobalConfig->debug ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).arg("token-insertion-request"), GlobalConfig->debug );
KMessageBox::error ( 0, i18n("Token \"%1\" is not inserted!").tqarg(GlobalConfig->currentProfile->getPkcs11Id()), i18n("Token missing") ); KMessageBox::error ( 0, i18n("Token \"%1\" is not inserted!").arg(GlobalConfig->currentProfile->getPkcs11Id()), i18n("Token missing") );
abort = true; abort = true;
} }
@ -818,7 +818,7 @@ void OpenvpnManagementHandler::socketReadyRead()
{ {
if ( GlobalConfig->KvpncDebugLevel > 1 ) if ( GlobalConfig->KvpncDebugLevel > 1 )
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).tqarg("SUCCESS for 'Private Key' password"), GlobalConfig->debug ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got %1 message" ).arg("SUCCESS for 'Private Key' password"), GlobalConfig->debug );
} }
else if ( line.find( "external program fork failed", 0, FALSE ) > -1 ) else if ( line.find( "external program fork failed", 0, FALSE ) > -1 )
{ {
@ -830,7 +830,7 @@ void OpenvpnManagementHandler::socketReadyRead()
else else
{ {
if ( GlobalConfig->KvpncDebugLevel > 1 ) if ( GlobalConfig->KvpncDebugLevel > 1 )
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got other management message: %1" ).tqarg(line), GlobalConfig->debug ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "got other management message: %1" ).arg(line), GlobalConfig->debug );
} }
if (abort) if (abort)
{ {
@ -861,7 +861,7 @@ void OpenvpnManagementHandler::socketReadyRead()
{ {
if ( GlobalConfig->KvpncDebugLevel > 4 ) if ( GlobalConfig->KvpncDebugLevel > 4 )
{ {
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "Socket state is strange: %1" ).tqarg( TQString().setNum( socket->state() ) ), GlobalConfig->debug ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "Socket state is strange: %1" ).arg( TQString().setNum( socket->state() ) ), GlobalConfig->debug );
} }
} }
} }
@ -888,7 +888,7 @@ bool OpenvpnManagementHandler::doConnect()
{ {
if ( GlobalConfig->KvpncDebugLevel > 1 ) if ( GlobalConfig->KvpncDebugLevel > 1 )
{ {
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "Connecting to the OpenVPN manage port (%1)..." ).tqarg( TQString().setNum( GlobalConfig->OpenvpnManagementPort ) ), GlobalConfig->debug ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "Connecting to the OpenVPN manage port (%1)..." ).arg( TQString().setNum( GlobalConfig->OpenvpnManagementPort ) ), GlobalConfig->debug );
} }
socket->connectToHost( "127.0.0.1", GlobalConfig->OpenvpnManagementPort ); socket->connectToHost( "127.0.0.1", GlobalConfig->OpenvpnManagementPort );
@ -919,7 +919,7 @@ void OpenvpnManagementHandler::hostFound()
// KMessageBox::error ( 0, TQString("bar"), TQString("foo") ); // KMessageBox::error ( 0, TQString("bar"), TQString("foo") );
if ( GlobalConfig->KvpncDebugLevel > 1 ) if ( GlobalConfig->KvpncDebugLevel > 1 )
{ {
GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "Connecting to the OpenVPN manage port (%1)... host found" ).tqarg( TQString().setNum( GlobalConfig->OpenvpnManagementPort ) ), GlobalConfig->debug ); GlobalConfig->appendLogEntry( "OpenvpnManagementHandler: " + i18n( "Connecting to the OpenVPN manage port (%1)... host found" ).arg( TQString().setNum( GlobalConfig->OpenvpnManagementPort ) ), GlobalConfig->debug );
} }
} }

@ -44,7 +44,7 @@
#include <klistview.h> #include <klistview.h>
#include <ktextedit.h> #include <ktextedit.h>
#include <kpassdlg.h> #include <kpassdlg.h>
#include <tqlayout.h> #include <layout.h>
#include <tqhbox.h> #include <tqhbox.h>
#include <tqcursor.h> #include <tqcursor.h>
#include <tqradiobutton.h> #include <tqradiobutton.h>
@ -66,7 +66,7 @@ PreferencesDialog::PreferencesDialog( TQWidget *parent, TQApplication *app, TQTe
//main = new PreferencesDialogBase(this); //main = new PreferencesDialogBase(this);
//setMainWidget(main); //setMainWidget(main);
//main->setMinimumSize(main->tqsizeHint()) //main->setMinimumSize(main->sizeHint())
this->AccountList = GlobalConfig->AccountList; this->AccountList = GlobalConfig->AccountList;
this->LogOutput = LogOutput; this->LogOutput = LogOutput;
@ -527,12 +527,12 @@ PreferencesDialog::PreferencesDialog( TQWidget *parent, TQApplication *app, TQTe
// TODO read types from list // TODO read types from list
ProfileGeneralOptionsWidget->ConnectionTypeComboBox->insertItem( i18n( "Cisco (vpnc)" ), VpnAccountData::cisco ); ProfileGeneralOptionsWidget->ConnectionTypeComboBox->insertItem( i18n( "Cisco (vpnc)" ), VpnAccountData::cisco );
ProfileGeneralOptionsWidget->ConnectionTypeComboBox->insertItem( i18n( "IPSec (%1)" ).tqarg("racoon"), VpnAccountData::racoon ); ProfileGeneralOptionsWidget->ConnectionTypeComboBox->insertItem( i18n( "IPSec (%1)" ).arg("racoon"), VpnAccountData::racoon );
ProfileGeneralOptionsWidget->ConnectionTypeComboBox->insertItem( i18n( "IPSec (%1)" ).tqarg("Openswan/strongSwan"), VpnAccountData::freeswan ); ProfileGeneralOptionsWidget->ConnectionTypeComboBox->insertItem( i18n( "IPSec (%1)" ).arg("Openswan/strongSwan"), VpnAccountData::freeswan );
ProfileGeneralOptionsWidget->ConnectionTypeComboBox->insertItem( i18n( "PPTP" ), VpnAccountData::pptp ); ProfileGeneralOptionsWidget->ConnectionTypeComboBox->insertItem( i18n( "PPTP" ), VpnAccountData::pptp );
ProfileGeneralOptionsWidget->ConnectionTypeComboBox->insertItem( i18n( "OpenVPN" ), VpnAccountData::openvpn ); ProfileGeneralOptionsWidget->ConnectionTypeComboBox->insertItem( i18n( "OpenVPN" ), VpnAccountData::openvpn );
ProfileGeneralOptionsWidget->ConnectionTypeComboBox->insertItem( i18n( "L2TP (%1)" ).tqarg("racoon"), VpnAccountData::l2tpd_racoon ); ProfileGeneralOptionsWidget->ConnectionTypeComboBox->insertItem( i18n( "L2TP (%1)" ).arg("racoon"), VpnAccountData::l2tpd_racoon );
ProfileGeneralOptionsWidget->ConnectionTypeComboBox->insertItem( i18n( "L2TP (%1)" ).tqarg("Openswan/strongSwan"), VpnAccountData::l2tpd_freeswan ); ProfileGeneralOptionsWidget->ConnectionTypeComboBox->insertItem( i18n( "L2TP (%1)" ).arg("Openswan/strongSwan"), VpnAccountData::l2tpd_freeswan );
ProfileGeneralOptionsWidget->ConnectionTypeComboBox->insertItem( i18n( "Cisco (proprietary)" ), VpnAccountData::ciscoorig ); ProfileGeneralOptionsWidget->ConnectionTypeComboBox->insertItem( i18n( "Cisco (proprietary)" ), VpnAccountData::ciscoorig );
ProfileGeneralOptionsWidget->ConnectionTypeComboBox->insertItem( i18n( "Vtun" ), VpnAccountData::vtun ); ProfileGeneralOptionsWidget->ConnectionTypeComboBox->insertItem( i18n( "Vtun" ), VpnAccountData::vtun );
ProfileGeneralOptionsWidget->ConnectionTypeComboBox->insertItem( i18n( "SSH" ), VpnAccountData::ssh ); ProfileGeneralOptionsWidget->ConnectionTypeComboBox->insertItem( i18n( "SSH" ), VpnAccountData::ssh );
@ -1003,7 +1003,7 @@ void PreferencesDialog::setupGui()
path.clear(); path.clear();
path << i18n( "Programs" ) << i18n( "Daemons" ); path << i18n( "Programs" ) << i18n( "Daemons" );
DaemonOptionsFrame = addVBoxPage( path, i18n( "Daemons" ), BarIcon( "fork", KIcon::SizeSmall ) ); DaemonOptionsFrame = addVBoxPage( path, i18n( "Daemons" ), BarIcon( "fork", KIcon::SizeSmall ) );
// DaemonOptionsFrame->resize(DaemonOptionsFrame->tqsizeHint()); // DaemonOptionsFrame->resize(DaemonOptionsFrame->sizeHint());
// lo = new TQVBoxLayout( DaemonOptionsFrame ); // lo = new TQVBoxLayout( DaemonOptionsFrame );
DaemonScrollView = new TQScrollView(DaemonOptionsFrame, "daemonscrollview"); DaemonScrollView = new TQScrollView(DaemonOptionsFrame, "daemonscrollview");
lo = new TQVBoxLayout( DaemonScrollView ); lo = new TQVBoxLayout( DaemonScrollView );
@ -1016,10 +1016,10 @@ void PreferencesDialog::setupGui()
// DaemonScrollView->adjustSize(); // DaemonScrollView->adjustSize();
TQSize deamonsize = ConfigDaemonOptionsWidget->tqsizeHint(); TQSize deamonsize = ConfigDaemonOptionsWidget->sizeHint();
ConfigDaemonOptionsWidget->resize(TQSize(deamonsize.width()-4,deamonsize.height())); ConfigDaemonOptionsWidget->resize(TQSize(deamonsize.width()-4,deamonsize.height()));
ConfigDaemonOptionsWidget->setFixedSize(TQSize(deamonsize.width()-4,deamonsize.height())); ConfigDaemonOptionsWidget->setFixedSize(TQSize(deamonsize.width()-4,deamonsize.height()));
// DaemonScrollView->resize(sv->tqsizeHint()); // DaemonScrollView->resize(sv->sizeHint());
// lo->addWidget( DaemonScrollView ); // lo->addWidget( DaemonScrollView );
// DaemonFrame->adjustSize(); // DaemonFrame->adjustSize();
@ -1471,7 +1471,7 @@ void PreferencesDialog::setupGui()
//if (GlobalConfig->KvpncDebugLevel > 2) //if (GlobalConfig->KvpncDebugLevel > 2)
//{ //{
// GlobalConfig->appendLogEntry(i18n("SSH files: %1").tqarg(KeyFiles.join(",")),GlobalConfig->debug); // GlobalConfig->appendLogEntry(i18n("SSH files: %1").arg(KeyFiles.join(",")),GlobalConfig->debug);
//} //}
if (KeyFiles.size() > 1) if (KeyFiles.size() > 1)
@ -1481,13 +1481,13 @@ void PreferencesDialog::setupGui()
TQString item = TQString(*it); TQString item = TQString(*it);
if (GlobalConfig->KvpncDebugLevel > 2) if (GlobalConfig->KvpncDebugLevel > 2)
{ {
GlobalConfig->appendLogEntry(i18n("processing entry: %1").tqarg(item),GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("processing entry: %1").arg(item),GlobalConfig->debug);
} }
if (!item.contains (".pub", false) && !item.contains ("authorized_keys", false) && !item.contains ("known_hosts", false) && !item.contains (".", false) && !item.contains ("..", false) && !item.contains ("config", false) ) if (!item.contains (".pub", false) && !item.contains ("authorized_keys", false) && !item.contains ("known_hosts", false) && !item.contains (".", false) && !item.contains ("..", false) && !item.contains ("config", false) )
{ {
if (GlobalConfig->KvpncDebugLevel > 2) if (GlobalConfig->KvpncDebugLevel > 2)
{ {
GlobalConfig->appendLogEntry(i18n("SSH key found: %1").tqarg(*it),GlobalConfig->debug); GlobalConfig->appendLogEntry(i18n("SSH key found: %1").arg(*it),GlobalConfig->debug);
} }
ProfileSshOptionsWidget->SshKeyComboBox->insertItem(*it); ProfileSshOptionsWidget->SshKeyComboBox->insertItem(*it);
} }
@ -1583,7 +1583,7 @@ void PreferencesDialog::setupGui()
// DaemonScrollView->adjustSize(); // DaemonScrollView->adjustSize();
// DaemonScrollView->updateContents(); // DaemonScrollView->updateContents();
// ConfigDaemonOptionsWidget->resize(ConfigDaemonOptionsWidget->height(),DaemonScrollView->visibleWidth()-100); // ConfigDaemonOptionsWidget->resize(ConfigDaemonOptionsWidget->height(),DaemonScrollView->visibleWidth()-100);
ConfigDaemonOptionsWidget->tqsizeHint(); ConfigDaemonOptionsWidget->sizeHint();
} }
// CertScrollView->adjustSize(); // CertScrollView->adjustSize();
// CertScrollView->updateContents(); // CertScrollView->updateContents();
@ -1760,7 +1760,7 @@ void PreferencesDialog::connectionTypeChanged( int type )
if ( GlobalConfig->KvpncDebugLevel > 1 ) if ( GlobalConfig->KvpncDebugLevel > 1 )
GlobalConfig->appendLogEntry( i18n( "connectionTypeChanged(): %1" ).tqarg( TQString().setNum( type ) ), GlobalConfig->debug ); GlobalConfig->appendLogEntry( i18n( "connectionTypeChanged(): %1" ).arg( TQString().setNum( type ) ), GlobalConfig->debug );
// KMessageBox::information(0,"connection type changed: "+TQString().setNum(type),TQString("type set")); // KMessageBox::information(0,"connection type changed: "+TQString().setNum(type),TQString("type set"));
@ -1832,27 +1832,27 @@ void PreferencesDialog::connectionTypeChanged( int type )
{ {
if ( GlobalConfig->KvpncDebugLevel > 0 ) if ( GlobalConfig->KvpncDebugLevel > 0 )
GlobalConfig->appendLogEntry( i18n( "New type: %1" ).tqarg( "racoon" ), GlobalConfig->debug ); GlobalConfig->appendLogEntry( i18n( "New type: %1" ).arg( "racoon" ), GlobalConfig->debug );
} }
else if ( GlobalConfig->currentProfile->getConnectionType() == VpnAccountData::l2tpd_racoon ) else if ( GlobalConfig->currentProfile->getConnectionType() == VpnAccountData::l2tpd_racoon )
{ {
if ( GlobalConfig->KvpncDebugLevel > 0 ) if ( GlobalConfig->KvpncDebugLevel > 0 )
GlobalConfig->appendLogEntry( i18n( "New type: %1" ).tqarg( "l2tpd (racoon)" ), GlobalConfig->debug ); GlobalConfig->appendLogEntry( i18n( "New type: %1" ).arg( "l2tpd (racoon)" ), GlobalConfig->debug );
} }
else if ( GlobalConfig->currentProfile->getConnectionType() == VpnAccountData::freeswan ) else if ( GlobalConfig->currentProfile->getConnectionType() == VpnAccountData::freeswan )
{ {
if ( GlobalConfig->KvpncDebugLevel > 0 ) if ( GlobalConfig->KvpncDebugLevel > 0 )
GlobalConfig->appendLogEntry( i18n( "New type: %1" ).tqarg( "ipsec (openswan/strongswan)" ), GlobalConfig->debug ); GlobalConfig->appendLogEntry( i18n( "New type: %1" ).arg( "ipsec (openswan/strongswan)" ), GlobalConfig->debug );
} }
else if ( GlobalConfig->currentProfile->getConnectionType() == VpnAccountData::l2tpd_freeswan ) else if ( GlobalConfig->currentProfile->getConnectionType() == VpnAccountData::l2tpd_freeswan )
{ {
if ( GlobalConfig->KvpncDebugLevel > 0 ) if ( GlobalConfig->KvpncDebugLevel > 0 )
GlobalConfig->appendLogEntry( i18n( "New type: %1" ).tqarg( "l2tpd (openswan/strongswan)" ), GlobalConfig->debug ); GlobalConfig->appendLogEntry( i18n( "New type: %1" ).arg( "l2tpd (openswan/strongswan)" ), GlobalConfig->debug );
} }
else if ( GlobalConfig->currentProfile->getConnectionType() == VpnAccountData::pptp ) else if ( GlobalConfig->currentProfile->getConnectionType() == VpnAccountData::pptp )
{ {
@ -1862,7 +1862,7 @@ void PreferencesDialog::connectionTypeChanged( int type )
else if ( GlobalConfig->currentProfile->getConnectionType() == VpnAccountData::openvpn ) else if ( GlobalConfig->currentProfile->getConnectionType() == VpnAccountData::openvpn )
{ {
if ( GlobalConfig->KvpncDebugLevel > 0 ) if ( GlobalConfig->KvpncDebugLevel > 0 )
GlobalConfig->appendLogEntry( i18n( "new type: %1" ).tqarg( "openvpn" ), GlobalConfig->debug ); GlobalConfig->appendLogEntry( i18n( "new type: %1" ).arg( "openvpn" ), GlobalConfig->debug );
ProfileNetworkGeneralOptionsWidget->RemoteNetAddrLineEdit->setEnabled( false ); ProfileNetworkGeneralOptionsWidget->RemoteNetAddrLineEdit->setEnabled( false );
ProfileNetworkGeneralOptionsWidget->LabelRemoteNetwork->setEnabled( false ); ProfileNetworkGeneralOptionsWidget->LabelRemoteNetwork->setEnabled( false );
@ -1884,7 +1884,7 @@ void PreferencesDialog::connectionTypeChanged( int type )
else if ( GlobalConfig->currentProfile->getConnectionType() == VpnAccountData::vtun ) else if ( GlobalConfig->currentProfile->getConnectionType() == VpnAccountData::vtun )
{ {
if ( GlobalConfig->KvpncDebugLevel > 0 ) if ( GlobalConfig->KvpncDebugLevel > 0 )
GlobalConfig->appendLogEntry( i18n( "new type: %1" ).tqarg( "Vtun" ), GlobalConfig->debug ); GlobalConfig->appendLogEntry( i18n( "new type: %1" ).arg( "Vtun" ), GlobalConfig->debug );
ProfileNetworkGeneralOptionsWidget->RemoteNetAddrLineEdit->setEnabled( false ); ProfileNetworkGeneralOptionsWidget->RemoteNetAddrLineEdit->setEnabled( false );
ProfileNetworkGeneralOptionsWidget->LabelRemoteNetwork->setEnabled( false ); ProfileNetworkGeneralOptionsWidget->LabelRemoteNetwork->setEnabled( false );
@ -1906,7 +1906,7 @@ void PreferencesDialog::connectionTypeChanged( int type )
else if ( GlobalConfig->currentProfile->getConnectionType() == VpnAccountData::ssh ) else if ( GlobalConfig->currentProfile->getConnectionType() == VpnAccountData::ssh )
{ {
if ( GlobalConfig->KvpncDebugLevel > 0 ) if ( GlobalConfig->KvpncDebugLevel > 0 )
GlobalConfig->appendLogEntry( i18n( "new type: %1" ).tqarg( "SSH" ), GlobalConfig->debug ); GlobalConfig->appendLogEntry( i18n( "new type: %1" ).arg( "SSH" ), GlobalConfig->debug );
ProfileNetworkGeneralOptionsWidget->RemoteNetAddrLineEdit->setEnabled( false ); ProfileNetworkGeneralOptionsWidget->RemoteNetAddrLineEdit->setEnabled( false );
ProfileNetworkGeneralOptionsWidget->LabelRemoteNetwork->setEnabled( false ); ProfileNetworkGeneralOptionsWidget->LabelRemoteNetwork->setEnabled( false );
@ -2004,7 +2004,7 @@ void PreferencesDialog::authTypeChanged( int authtype )
authtype = VpnAccountData::hybrid; authtype = VpnAccountData::hybrid;
} }
} }
GlobalConfig->appendLogEntry( i18n( "authtype changed by %1." ).tqarg( "ProfileCertOptionsWidget" ) , GlobalConfig->debug ); GlobalConfig->appendLogEntry( i18n( "authtype changed by %1." ).arg( "ProfileCertOptionsWidget" ) , GlobalConfig->debug );
if ( ProfileCertOptionsWidget->AuthTypeComboBox->currentText() == i18n( "X.509 Certificate" )) if ( ProfileCertOptionsWidget->AuthTypeComboBox->currentText() == i18n( "X.509 Certificate" ))
GlobalConfig->currentProfile->setAuthType(VpnAccountData::cert); GlobalConfig->currentProfile->setAuthType(VpnAccountData::cert);
else if ( ProfileCertOptionsWidget->AuthTypeComboBox->currentText() == i18n( "Pre Shared Key" )) else if ( ProfileCertOptionsWidget->AuthTypeComboBox->currentText() == i18n( "Pre Shared Key" ))
@ -2027,7 +2027,7 @@ void PreferencesDialog::authTypeChanged( int authtype )
authtype = VpnAccountData::hybrid; authtype = VpnAccountData::hybrid;
} }
} }
GlobalConfig->appendLogEntry( i18n( "authtype changed by %1." ).tqarg( "ProfilePskOptionsWidget" ) , GlobalConfig->debug ); GlobalConfig->appendLogEntry( i18n( "authtype changed by %1." ).arg( "ProfilePskOptionsWidget" ) , GlobalConfig->debug );
if ( ProfilePskOptionsWidget->AuthTypeComboBox->currentText() == i18n( "X.509 Certificate" )) if ( ProfilePskOptionsWidget->AuthTypeComboBox->currentText() == i18n( "X.509 Certificate" ))
GlobalConfig->currentProfile->setAuthType(VpnAccountData::cert); GlobalConfig->currentProfile->setAuthType(VpnAccountData::cert);
else if ( ProfilePskOptionsWidget->AuthTypeComboBox->currentText() == i18n( "Pre Shared Key" )) else if ( ProfilePskOptionsWidget->AuthTypeComboBox->currentText() == i18n( "Pre Shared Key" ))
@ -2055,7 +2055,7 @@ void PreferencesDialog::authTypeChanged( int authtype )
type ="unknown auth"; type ="unknown auth";
GlobalConfig->appendLogEntry( i18n( "New authtype: \"%1\"." ).tqarg( type ) , GlobalConfig->debug ); GlobalConfig->appendLogEntry( i18n( "New authtype: \"%1\"." ).arg( type ) , GlobalConfig->debug );
} }
ProfilePskOptionsWidget->PskGroupBox->setEnabled( false ); ProfilePskOptionsWidget->PskGroupBox->setEnabled( false );
@ -2471,7 +2471,7 @@ void PreferencesDialog::profileChanged( const TQString& itemtext )
ProfileCmdExecAfterDisconnectSelector->setCurrentText( lastProfileName ); ProfileCmdExecAfterDisconnectSelector->setCurrentText( lastProfileName );
if ( GlobalConfig->KvpncDebugLevel > 0 ) if ( GlobalConfig->KvpncDebugLevel > 0 )
GlobalConfig->appendLogEntry( i18n( "New profile: %1" ).tqarg( Name ), GlobalConfig->debug ); GlobalConfig->appendLogEntry( i18n( "New profile: %1" ).arg( Name ), GlobalConfig->debug );
profileHasChanged=true; profileHasChanged=true;
NewProfileName = Name; NewProfileName = Name;
@ -2541,14 +2541,14 @@ void PreferencesDialog::profileChanged( const TQString& itemtext )
ProfileNetworkGeneralOptionsWidget->NetworkDeviceComboBox->setCurrentText( "default" ); ProfileNetworkGeneralOptionsWidget->NetworkDeviceComboBox->setCurrentText( "default" );
if ( GlobalConfig->KvpncDebugLevel > 2 ) if ( GlobalConfig->KvpncDebugLevel > 2 )
GlobalConfig->appendLogEntry( i18n( "profile \"%1\": no network device defined, using \"default\"." ).tqarg( it->getName() ), GlobalConfig->debug ); GlobalConfig->appendLogEntry( i18n( "profile \"%1\": no network device defined, using \"default\"." ).arg( it->getName() ), GlobalConfig->debug );
} }
else else
{ {
ProfileNetworkGeneralOptionsWidget->NetworkDeviceComboBox->setCurrentText( it->getNetworkDevice() ); ProfileNetworkGeneralOptionsWidget->NetworkDeviceComboBox->setCurrentText( it->getNetworkDevice() );
if ( GlobalConfig->KvpncDebugLevel > 2 ) if ( GlobalConfig->KvpncDebugLevel > 2 )
GlobalConfig->appendLogEntry( i18n( "profile \"%1\": network device defined, using \"%2\"." ).tqarg( it->getName() ).tqarg( it->getNetworkDevice() ), GlobalConfig->debug ); GlobalConfig->appendLogEntry( i18n( "profile \"%1\": network device defined, using \"%2\"." ).arg( it->getName() ).arg( it->getNetworkDevice() ), GlobalConfig->debug );
} }
ProfileGeneralOptionsWidget->ConnectionTypeComboBox->setCurrentItem( it->getConnectionType() ); ProfileGeneralOptionsWidget->ConnectionTypeComboBox->setCurrentItem( it->getConnectionType() );
@ -2659,7 +2659,7 @@ void PreferencesDialog::profileChanged( const TQString& itemtext )
ProfileCertOptionsWidget->LabelPrivateKeyPassword->setText(i18n("Private key passphrase:")); ProfileCertOptionsWidget->LabelPrivateKeyPassword->setText(i18n("Private key passphrase:"));
ProfileCertOptionsWidget->LabelCertificate->setText(i18n("Certificate:")); ProfileCertOptionsWidget->LabelCertificate->setText(i18n("Certificate:"));
ProfileCertOptionsWidget->x509certURLRequester->show(); ProfileCertOptionsWidget->x509certURLRequester->show();
ProfileCertOptionsWidget->x509certURLRequester->tqsizeHint(); ProfileCertOptionsWidget->x509certURLRequester->sizeHint();
ProfileCertOptionsWidget->x509certComboBox->hide(); ProfileCertOptionsWidget->x509certComboBox->hide();
ProfileCertOptionsWidget->UseCiscoCertStoreCheckBox->hide(); ProfileCertOptionsWidget->UseCiscoCertStoreCheckBox->hide();
ProfileCertOptionsWidget->VerifyCaCertCheckBox->setEnabled(false); ProfileCertOptionsWidget->VerifyCaCertCheckBox->setEnabled(false);
@ -2767,8 +2767,8 @@ void PreferencesDialog::profileChanged( const TQString& itemtext )
ProfileCertOptionsWidget->x509certComboBox->show(); ProfileCertOptionsWidget->x509certComboBox->show();
ProfileCertOptionsWidget->CaCertpathURLRequester->hide(); ProfileCertOptionsWidget->CaCertpathURLRequester->hide();
ProfileCertOptionsWidget->CaCertpathComboBox->show(); ProfileCertOptionsWidget->CaCertpathComboBox->show();
ProfileCertOptionsWidget->x509certComboBox->tqsizeHint(); ProfileCertOptionsWidget->x509certComboBox->sizeHint();
ProfileCertOptionsWidget->tqsizeHint(); ProfileCertOptionsWidget->sizeHint();
ProfileCertOptionsWidget->UseCiscoCertStoreCheckBox->setChecked(true); ProfileCertOptionsWidget->UseCiscoCertStoreCheckBox->setChecked(true);
} }
else else
@ -2777,8 +2777,8 @@ void PreferencesDialog::profileChanged( const TQString& itemtext )
ProfileCertOptionsWidget->CaCertpathURLRequester->show(); ProfileCertOptionsWidget->CaCertpathURLRequester->show();
ProfileCertOptionsWidget->x509certComboBox->hide(); ProfileCertOptionsWidget->x509certComboBox->hide();
ProfileCertOptionsWidget->CaCertpathComboBox->hide(); ProfileCertOptionsWidget->CaCertpathComboBox->hide();
ProfileCertOptionsWidget->x509certComboBox->tqsizeHint(); ProfileCertOptionsWidget->x509certComboBox->sizeHint();
ProfileCertOptionsWidget->tqsizeHint(); ProfileCertOptionsWidget->sizeHint();
ProfileCertOptionsWidget->UseCiscoCertStoreCheckBox->setChecked(false); ProfileCertOptionsWidget->UseCiscoCertStoreCheckBox->setChecked(false);
} }
@ -2886,7 +2886,7 @@ void PreferencesDialog::profileChanged( const TQString& itemtext )
if ( vpnc_version_major ==0 && vpnc_version_minor < 3 ) if ( vpnc_version_major ==0 && vpnc_version_minor < 3 )
{ {
GlobalConfig->appendLogEntry( i18n( "%1 is too old. Minimum requirement is %2, disabling Xauth interactive option." ).tqarg( "vpnc" ).tqarg( "0.3.x" ), GlobalConfig->error ); GlobalConfig->appendLogEntry( i18n( "%1 is too old. Minimum requirement is %2, disabling Xauth interactive option." ).arg( "vpnc" ).arg( "0.3.x" ), GlobalConfig->error );
ProfileCiscoOptionsWidget->UseXauthInteractiveCheckBox->setEnabled( false ); ProfileCiscoOptionsWidget->UseXauthInteractiveCheckBox->setEnabled( false );
} }
@ -5714,7 +5714,7 @@ void PreferencesDialog::saveSessionClicked()
if (ProfileSshOptionsWidget->UseSshConfigRemoteScriptCheckBox->isChecked() && ProfileSshOptionsWidget->SshConfigRemoteScriptLineEdit->text().isEmpty()) if (ProfileSshOptionsWidget->UseSshConfigRemoteScriptCheckBox->isChecked() && ProfileSshOptionsWidget->SshConfigRemoteScriptLineEdit->text().isEmpty())
{ {
KMessageBox::error ( this, i18n( "%1 cant be empty!" ).tqarg(i18n("ssh config remote script")), i18n( "%1 empty" ).tqarg(i18n("ssh config remote script")) ); KMessageBox::error ( this, i18n( "%1 cant be empty!" ).arg(i18n("ssh config remote script")), i18n( "%1 empty" ).arg(i18n("ssh config remote script")) );
IPOk=false; IPOk=false;
} }
@ -5996,7 +5996,7 @@ void PreferencesDialog::saveSessionClicked()
GlobalConfig->config->sync(); GlobalConfig->config->sync();
GlobalConfig->appPointer->restoreOverrideCursor(); GlobalConfig->appPointer->restoreOverrideCursor();
//GlobalConfig->appendLogEntry( i18n( "Profile \"%1\" saved." ).tqarg( newName ),GlobalConfig->debug); //GlobalConfig->appendLogEntry( i18n( "Profile \"%1\" saved." ).arg( newName ),GlobalConfig->debug);
// enableButtonApply(false); // enableButtonApply(false);
} }
@ -6049,7 +6049,7 @@ void PreferencesDialog::deleteSessionClicked()
if ( !ProfileGeneralSelector->currentText().isEmpty() ) if ( !ProfileGeneralSelector->currentText().isEmpty() )
{ {
int result = KMessageBox::questionYesNo ( this, i18n ( "Really delete profile \"%1\" (type: %2, Server: %3)?" ).arg ( GlobalConfig->currentProfile->getName() ).tqarg(TypeString).tqarg(GlobalConfig->currentProfile->getGateway()), i18n ( "Delete?" ), KStdGuiItem::del(), KStdGuiItem::cancel() ); int result = KMessageBox::questionYesNo ( this, i18n ( "Really delete profile \"%1\" (type: %2, Server: %3)?" ).arg ( GlobalConfig->currentProfile->getName() ).arg(TypeString).arg(GlobalConfig->currentProfile->getGateway()), i18n ( "Delete?" ), KStdGuiItem::del(), KStdGuiItem::cancel() );
//LogOutput->append( "Result: "+ TQString().setNum(result) ) ; //LogOutput->append( "Result: "+ TQString().setNum(result) ) ;
if ( result == 3 ) // Yes if ( result == 3 ) // Yes
{ {
@ -6122,12 +6122,12 @@ void PreferencesDialog::deleteSessionClicked()
// CommandExecutionGroupBox->setEnabled( false ); // CommandExecutionGroupBox->setEnabled( false );
} }
// slotStatusMsg ( i18n( "Profile \"%1\" deleted." ).tqarg( Name ), ID_FLASH_MSG ); // slotStatusMsg ( i18n( "Profile \"%1\" deleted." ).arg( Name ), ID_FLASH_MSG );
profileAddedOrDeleted = true; profileAddedOrDeleted = true;
saveSessionClicked(); saveSessionClicked();
GlobalConfig->removeEntry( Name ); GlobalConfig->removeEntry( Name );
GlobalConfig->appendLogEntry ( i18n( "Profile \"%1\" deleted." ).tqarg( Name ), GlobalConfig->debug ); GlobalConfig->appendLogEntry ( i18n( "Profile \"%1\" deleted." ).arg( Name ), GlobalConfig->debug );
//saveOptions(); // TODO save, currently after closing dialog //saveOptions(); // TODO save, currently after closing dialog
@ -6160,7 +6160,7 @@ void PreferencesDialog::newSessionClicked()
if ( ( it != GlobalConfig->currentProfile ) && ( it->getName() == newName ) ) if ( ( it != GlobalConfig->currentProfile ) && ( it->getName() == newName ) )
{ {
//account->setName( TQString( account->getName() + "_2" ) ); //account->setName( TQString( account->getName() + "_2" ) );
// KMessageBox::information ( this, i18n( "Profile name exists!\n It will be renamed to \"%1\"." ).tqarg( account->getName() ), i18n( "Name exist, renamed" ) ); // KMessageBox::information ( this, i18n( "Profile name exists!\n It will be renamed to \"%1\"." ).arg( account->getName() ), i18n( "Name exist, renamed" ) );
KMessageBox::error ( this, i18n ( "Profile name exists!" ), i18n ( "Name Exists" ) ); KMessageBox::error ( this, i18n ( "Profile name exists!" ), i18n ( "Name Exists" ) );
newName = KInputDialog::getText ( i18n ( "New Name" ), i18n ( "New name for profile:" ), TQString ( Oldname + "_2" ), &ok ); newName = KInputDialog::getText ( i18n ( "New Name" ), i18n ( "New name for profile:" ), TQString ( Oldname + "_2" ), &ok );
@ -6190,7 +6190,7 @@ void PreferencesDialog::newSessionClicked()
if ( it->getName() == newName ) if ( it->getName() == newName )
{ {
if (GlobalConfig->KvpncDebugLevel > 3) if (GlobalConfig->KvpncDebugLevel > 3)
GlobalConfig->appendLogEntry ( i18n( "New created profile \"%1\" found in profile list." ).tqarg( newName ), GlobalConfig->debug ); GlobalConfig->appendLogEntry ( i18n( "New created profile \"%1\" found in profile list." ).arg( newName ), GlobalConfig->debug );
profileAddedOrDeleted=true; profileAddedOrDeleted=true;
ProfileGeneralSelector->insertItem( newName ); ProfileGeneralSelector->insertItem( newName );
ProfileNetworkRouteSelector->insertItem( newName ); ProfileNetworkRouteSelector->insertItem( newName );
@ -6230,10 +6230,10 @@ void PreferencesDialog::newSessionClicked()
// GeneralGroupbox->setEnabled( true ); // GeneralGroupbox->setEnabled( true );
// CommandExecutionGroupBox->setEnabled( true ); // CommandExecutionGroupBox->setEnabled( true );
KMessageBox::information ( this, i18n( "Profile \"%1\" added.\nNow set the right type,\n fill in the fields\nand press \"Save\" to complete the profile." ).tqarg( newName ), i18n( "Complete Profile" ) ); KMessageBox::information ( this, i18n( "Profile \"%1\" added.\nNow set the right type,\n fill in the fields\nand press \"Save\" to complete the profile." ).arg( newName ), i18n( "Complete Profile" ) );
//slotStatusMsg ( i18n( "Profile \"%1\" added." ).tqarg( Name ), ID_FLASH_MSG ); //slotStatusMsg ( i18n( "Profile \"%1\" added." ).arg( Name ), ID_FLASH_MSG );
GlobalConfig->appendLogEntry ( i18n( "Profile \"%1\" added." ).tqarg( newName ), GlobalConfig->debug ); GlobalConfig->appendLogEntry ( i18n( "Profile \"%1\" added." ).arg( newName ), GlobalConfig->debug );
profileAddedOrDeleted = true; profileAddedOrDeleted = true;
configChanged=true; configChanged=true;
NewProfileName = newName; NewProfileName = newName;
@ -6357,8 +6357,8 @@ void PreferencesDialog::renameSessionClicked()
saveSessionClicked(); saveSessionClicked();
GlobalConfig->removeEntry( oldName ); GlobalConfig->removeEntry( oldName );
KMessageBox::information ( 0, i18n ( "Rename of \"%1\" to \"%2\" was successful." ).arg ( oldName ).tqarg(GlobalConfig->currentProfile->getName()) ); KMessageBox::information ( 0, i18n ( "Rename of \"%1\" to \"%2\" was successful." ).arg ( oldName ).arg(GlobalConfig->currentProfile->getName()) );
GlobalConfig->appendLogEntry ( i18n ( "Rename of \"%1\" to \"%2\" was successful." ).arg ( oldName ).tqarg(GlobalConfig->currentProfile->getName()), GlobalConfig->info ); GlobalConfig->appendLogEntry ( i18n ( "Rename of \"%1\" to \"%2\" was successful." ).arg ( oldName ).arg(GlobalConfig->currentProfile->getName()), GlobalConfig->info );
} }
@ -6863,19 +6863,19 @@ void PreferencesDialog::detectPkcs11Ids()
Pkcs11IdTypeTmp="id"; Pkcs11IdTypeTmp="id";
if (KvpncDebugLevel > 1) if (KvpncDebugLevel > 1)
GlobalConfig->appendLogEntry(i18n("Pkcs11IdType: %1").tqarg(Pkcs11IdTypeTmp),KVpncConfig::debug); GlobalConfig->appendLogEntry(i18n("Pkcs11IdType: %1").arg(Pkcs11IdTypeTmp),KVpncConfig::debug);
} }
else if (Pkcs11IdType == 1) else if (Pkcs11IdType == 1)
{ {
Pkcs11IdTypeTmp="label"; Pkcs11IdTypeTmp="label";
if (KvpncDebugLevel > 1) if (KvpncDebugLevel > 1)
GlobalConfig->appendLogEntry(i18n("Pkcs11IdType: %1").tqarg(Pkcs11IdTypeTmp),KVpncConfig::debug); GlobalConfig->appendLogEntry(i18n("Pkcs11IdType: %1").arg(Pkcs11IdTypeTmp),KVpncConfig::debug);
} }
else else
{ {
Pkcs11IdTypeTmp="subject"; Pkcs11IdTypeTmp="subject";
if (KvpncDebugLevel > 1) if (KvpncDebugLevel > 1)
GlobalConfig->appendLogEntry(i18n("Pkcs11IdType: %1").tqarg(Pkcs11IdTypeTmp),KVpncConfig::debug); GlobalConfig->appendLogEntry(i18n("Pkcs11IdType: %1").arg(Pkcs11IdTypeTmp),KVpncConfig::debug);
} }
TQString ProviderLib=""; TQString ProviderLib="";
@ -7071,7 +7071,7 @@ void PreferencesDialog::useCiscoCertStoreToggled(bool)
ProfileCertOptionsWidget->CaCertpathComboBox->show(); ProfileCertOptionsWidget->CaCertpathComboBox->show();
ProfileCertOptionsWidget->CaCertpathURLRequester->hide(); ProfileCertOptionsWidget->CaCertpathURLRequester->hide();
ProfileCertOptionsWidget->certpathURLRequester->hide(); ProfileCertOptionsWidget->certpathURLRequester->hide();
ProfileCertOptionsWidget->tqsizeHint(); ProfileCertOptionsWidget->sizeHint();
} }
else else
{ {
@ -7080,7 +7080,7 @@ void PreferencesDialog::useCiscoCertStoreToggled(bool)
ProfileCertOptionsWidget->CaCertpathComboBox->hide(); ProfileCertOptionsWidget->CaCertpathComboBox->hide();
ProfileCertOptionsWidget->CaCertpathURLRequester->show(); ProfileCertOptionsWidget->CaCertpathURLRequester->show();
ProfileCertOptionsWidget->certpathURLRequester->show(); ProfileCertOptionsWidget->certpathURLRequester->show();
ProfileCertOptionsWidget->tqsizeHint(); ProfileCertOptionsWidget->sizeHint();
} }
} }
@ -7092,7 +7092,7 @@ bool PreferencesDialog::getVpncHasHybridSupport()
{ {
if (tool->Name == "vpnc") if (tool->Name == "vpnc")
{ {
GlobalConfig->appendLogEntry ( i18n ( "vpnc capabilities: %1" ).tqarg( tool->Capabilities),GlobalConfig->debug ); GlobalConfig->appendLogEntry ( i18n ( "vpnc capabilities: %1" ).arg( tool->Capabilities),GlobalConfig->debug );
if( tool->Capabilities.find(i18n("openssl (certificate) support"),0,-1) > -1 ) if( tool->Capabilities.find(i18n("openssl (certificate) support"),0,-1) > -1 )
{ {
hasHybridSupport = true; hasHybridSupport = true;

@ -24,7 +24,7 @@
#include <tqptrlist.h> #include <tqptrlist.h>
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tqtextedit.h> #include <textedit.h>
#include <tqcolor.h> #include <tqcolor.h>
#include <tqscrollview.h> #include <tqscrollview.h>

@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout43</cstring> <cstring>layout43</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -37,7 +37,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout42</cstring> <cstring>layout42</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -45,7 +45,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout41</cstring> <cstring>layout41</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -53,7 +53,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="10" column="0"> <widget class="TQLayoutWidget" row="10" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout65</cstring> <cstring>layout65</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -80,7 +80,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>80</width> <width>80</width>
<height>21</height> <height>21</height>
@ -91,7 +91,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="9" column="1"> <widget class="TQLayoutWidget" row="9" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout63</cstring> <cstring>layout63</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -107,7 +107,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>21</width> <width>21</width>
<height>20</height> <height>20</height>
@ -129,7 +129,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0" rowspan="1" colspan="2"> <widget class="TQLayoutWidget" row="0" column="0" rowspan="1" colspan="2">
<property name="name"> <property name="name">
<cstring>tqlayout38</cstring> <cstring>layout38</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -153,7 +153,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>330</width> <width>330</width>
<height>20</height> <height>20</height>
@ -180,7 +180,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout9</cstring> <cstring>layout9</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -204,7 +204,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>115</width> <width>115</width>
<height>20</height> <height>20</height>
@ -215,7 +215,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="1"> <widget class="TQLayoutWidget" row="3" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout81</cstring> <cstring>layout81</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -225,7 +225,7 @@
<property name="name"> <property name="name">
<cstring>x509certURLRequester</cstring> <cstring>x509certURLRequester</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>50</width> <width>50</width>
<height>0</height> <height>0</height>
@ -244,7 +244,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="8" column="0"> <widget class="TQLayoutWidget" row="8" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout4</cstring> <cstring>layout4</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -268,7 +268,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>75</width> <width>75</width>
<height>20</height> <height>20</height>
@ -279,7 +279,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="11" column="0" rowspan="1" colspan="2"> <widget class="TQLayoutWidget" row="11" column="0" rowspan="1" colspan="2">
<property name="name"> <property name="name">
<cstring>tqlayout41</cstring> <cstring>layout41</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -295,7 +295,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>31</height> <height>31</height>
@ -339,7 +339,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>267</width> <width>267</width>
<height>21</height> <height>21</height>
@ -348,7 +348,7 @@
</spacer> </spacer>
<widget class="TQLayoutWidget" row="7" column="0"> <widget class="TQLayoutWidget" row="7" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout5</cstring> <cstring>layout5</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -372,7 +372,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>109</width> <width>109</width>
<height>20</height> <height>20</height>
@ -383,7 +383,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="1"> <widget class="TQLayoutWidget" row="4" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout37</cstring> <cstring>layout37</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -406,7 +406,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="10" column="1"> <widget class="TQLayoutWidget" row="10" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout63_2</cstring> <cstring>layout63_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -422,7 +422,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>21</width> <width>21</width>
<height>20</height> <height>20</height>
@ -447,7 +447,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout6_2</cstring> <cstring>layout6_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -474,7 +474,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>
@ -496,7 +496,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="0"> <widget class="TQLayoutWidget" row="3" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout10</cstring> <cstring>layout10</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -520,7 +520,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>152</width> <width>152</width>
<height>20</height> <height>20</height>
@ -531,7 +531,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="0"> <widget class="TQLayoutWidget" row="4" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout8</cstring> <cstring>layout8</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -555,7 +555,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>93</width> <width>93</width>
<height>20</height> <height>20</height>
@ -566,7 +566,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="6" column="0"> <widget class="TQLayoutWidget" row="6" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout6</cstring> <cstring>layout6</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -593,7 +593,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>
@ -620,7 +620,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="9" column="0"> <widget class="TQLayoutWidget" row="9" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout64</cstring> <cstring>layout64</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -647,7 +647,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>100</width> <width>100</width>
<height>20</height> <height>20</height>
@ -668,7 +668,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>21</width> <width>21</width>
<height>19</height> <height>19</height>
@ -687,7 +687,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout42</cstring> <cstring>layout42</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout41</cstring> <cstring>layout41</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -37,7 +37,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="1" column="1"> <widget class="TQLayoutWidget" row="1" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout15</cstring> <cstring>layout15</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -64,7 +64,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>131</width> <width>131</width>
<height>20</height> <height>20</height>
@ -86,7 +86,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="5" column="0"> <widget class="TQLayoutWidget" row="5" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout36</cstring> <cstring>layout36</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -116,7 +116,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>121</width> <width>121</width>
<height>21</height> <height>21</height>
@ -127,7 +127,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="0"> <widget class="TQLayoutWidget" row="4" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout16</cstring> <cstring>layout16</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -154,7 +154,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>81</width> <width>81</width>
<height>21</height> <height>21</height>
@ -182,7 +182,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="1"> <widget class="TQLayoutWidget" row="4" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout35_2</cstring> <cstring>layout35_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -215,7 +215,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>91</width> <width>91</width>
<height>21</height> <height>21</height>
@ -226,7 +226,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="7" column="0"> <widget class="TQLayoutWidget" row="7" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout26</cstring> <cstring>layout26</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -250,7 +250,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>87</width> <width>87</width>
<height>20</height> <height>20</height>
@ -286,7 +286,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout22</cstring> <cstring>layout22</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -310,7 +310,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>50</width> <width>50</width>
<height>20</height> <height>20</height>
@ -329,7 +329,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="6" column="1"> <widget class="TQLayoutWidget" row="6" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout18</cstring> <cstring>layout18</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -359,7 +359,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>
@ -396,7 +396,7 @@ dh18 = modp8192 (racoon only)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="1"> <widget class="TQLayoutWidget" row="3" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout35</cstring> <cstring>layout35</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -426,7 +426,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>91</width> <width>91</width>
<height>21</height> <height>21</height>
@ -451,7 +451,7 @@ dh18 = modp8192 (racoon only)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="6" column="0"> <widget class="TQLayoutWidget" row="6" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout17</cstring> <cstring>layout17</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -481,7 +481,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>141</width> <width>141</width>
<height>21</height> <height>21</height>
@ -528,7 +528,7 @@ dh18 = modp8192 (only racoon)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout40</cstring> <cstring>layout40</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -558,7 +558,7 @@ dh18 = modp8192 (only racoon)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>21</height> <height>21</height>
@ -569,7 +569,7 @@ dh18 = modp8192 (only racoon)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0" rowspan="1" colspan="2"> <widget class="TQLayoutWidget" row="0" column="0" rowspan="1" colspan="2">
<property name="name"> <property name="name">
<cstring>tqlayout118</cstring> <cstring>layout118</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -577,7 +577,7 @@ dh18 = modp8192 (only racoon)</string>
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout9</cstring> <cstring>layout9</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -595,7 +595,7 @@ dh18 = modp8192 (only racoon)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>439</width> <width>439</width>
<height>21</height> <height>21</height>
@ -606,7 +606,7 @@ dh18 = modp8192 (only racoon)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="7" column="1"> <widget class="TQLayoutWidget" row="7" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout40</cstring> <cstring>layout40</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -639,7 +639,7 @@ dh18 = modp8192 (only racoon)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>20</height> <height>20</height>
@ -676,7 +676,7 @@ dh18 = modp8192 (only racoon)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="1"> <widget class="TQLayoutWidget" row="2" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout39</cstring> <cstring>layout39</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -706,7 +706,7 @@ dh18 = modp8192 (only racoon)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>81</width> <width>81</width>
<height>21</height> <height>21</height>
@ -727,7 +727,7 @@ dh18 = modp8192 (only racoon)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>37</height> <height>37</height>

@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout2</cstring> <cstring>layout2</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -59,7 +59,7 @@
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>300</height> <height>300</height>
@ -77,7 +77,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout1</cstring> <cstring>layout1</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -101,7 +101,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>111</width> <width>111</width>
<height>20</height> <height>20</height>

@ -51,7 +51,7 @@
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>300</height> <height>300</height>

@ -51,7 +51,7 @@
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>300</height> <height>300</height>

@ -51,7 +51,7 @@
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>300</height> <height>300</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout49</cstring> <cstring>layout49</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout48</cstring> <cstring>layout48</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -98,7 +98,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>70</height> <height>70</height>
@ -107,7 +107,7 @@
</spacer> </spacer>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout11</cstring> <cstring>layout11</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -123,7 +123,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>92</width> <width>92</width>
<height>20</height> <height>20</height>

@ -36,7 +36,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout33</cstring> <cstring>layout33</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -44,7 +44,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout136</cstring> <cstring>layout136</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -68,7 +68,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>199</width> <width>199</width>
<height>21</height> <height>21</height>
@ -89,7 +89,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout137</cstring> <cstring>layout137</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -97,7 +97,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout150</cstring> <cstring>layout150</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -121,7 +121,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>28</width> <width>28</width>
<height>20</height> <height>20</height>
@ -163,7 +163,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout43</cstring> <cstring>layout43</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -193,7 +193,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>160</width> <width>160</width>
<height>21</height> <height>21</height>
@ -230,7 +230,7 @@ dh18 = modp8192 (racoon only)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="0"> <widget class="TQLayoutWidget" row="3" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout20</cstring> <cstring>layout20</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -257,7 +257,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>
@ -268,7 +268,7 @@ dh18 = modp8192 (racoon only)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="0"> <widget class="TQLayoutWidget" row="4" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout22</cstring> <cstring>layout22</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -319,7 +319,7 @@ dh18 = modp8192 (racoon only)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="5" column="0"> <widget class="TQLayoutWidget" row="5" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout90</cstring> <cstring>layout90</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -346,7 +346,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>100</width> <width>100</width>
<height>20</height> <height>20</height>
@ -357,7 +357,7 @@ dh18 = modp8192 (racoon only)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="6" column="0"> <widget class="TQLayoutWidget" row="6" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout90_2</cstring> <cstring>layout90_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -387,7 +387,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>100</width> <width>100</width>
<height>20</height> <height>20</height>
@ -406,7 +406,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>82</height> <height>82</height>
@ -428,7 +428,7 @@ dh18 = modp8192 (racoon only)</string>
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout25</cstring> <cstring>layout25</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -436,7 +436,7 @@ dh18 = modp8192 (racoon only)</string>
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout49</cstring> <cstring>layout49</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -444,7 +444,7 @@ dh18 = modp8192 (racoon only)</string>
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout48</cstring> <cstring>layout48</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -452,7 +452,7 @@ dh18 = modp8192 (racoon only)</string>
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout37</cstring> <cstring>layout37</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -476,7 +476,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>
@ -567,7 +567,7 @@ dh18 = modp8192 (racoon only)</string>
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout52</cstring> <cstring>layout52</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -594,7 +594,7 @@ dh18 = modp8192 (racoon only)</string>
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout47</cstring> <cstring>layout47</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -602,7 +602,7 @@ dh18 = modp8192 (racoon only)</string>
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout41</cstring> <cstring>layout41</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -629,7 +629,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>61</width> <width>61</width>
<height>21</height> <height>21</height>
@ -657,7 +657,7 @@ dh18 = modp8192 (racoon only)</string>
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout46</cstring> <cstring>layout46</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -709,7 +709,7 @@ dh18 = modp8192 (racoon only)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="0"> <widget class="TQLayoutWidget" row="4" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout53</cstring> <cstring>layout53</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -753,7 +753,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>21</height> <height>21</height>
@ -776,7 +776,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>71</height> <height>71</height>
@ -800,7 +800,7 @@ dh18 = modp8192 (racoon only)</string>
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout26</cstring> <cstring>layout26</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -819,7 +819,7 @@ dh18 = modp8192 (racoon only)</string>
</property> </property>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout97</cstring> <cstring>layout97</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -843,7 +843,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>170</width> <width>170</width>
<height>20</height> <height>20</height>
@ -868,7 +868,7 @@ dh18 = modp8192 (racoon only)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout29</cstring> <cstring>layout29</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -892,7 +892,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>137</width> <width>137</width>
<height>20</height> <height>20</height>
@ -945,7 +945,7 @@ dh18 = modp8192 (racoon only)</string>
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout74_2</cstring> <cstring>layout74_2</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -953,7 +953,7 @@ dh18 = modp8192 (racoon only)</string>
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout73_2</cstring> <cstring>layout73_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -977,7 +977,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>20</height> <height>20</height>
@ -1002,7 +1002,7 @@ dh18 = modp8192 (racoon only)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0" rowspan="2" colspan="1"> <widget class="TQLayoutWidget" row="1" column="0" rowspan="2" colspan="1">
<property name="name"> <property name="name">
<cstring>tqlayout72_2</cstring> <cstring>layout72_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1026,7 +1026,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>20</height> <height>20</height>
@ -1078,7 +1078,7 @@ dh18 = modp8192 (racoon only)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>31</height> <height>31</height>

@ -12,7 +12,7 @@
#include "profilemanagerbase.h" #include "profilemanagerbase.h"
#include <tqvariant.h> #include <tqvariant.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
@ -25,11 +25,11 @@ ProfileManagerDialogBase::ProfileManagerDialogBase( TQWidget* parent, const char
{ {
if ( !name ) if ( !name )
setName( "ProfileManagerDialogBase" ); setName( "ProfileManagerDialogBase" );
tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)3, (TQSizePolicy::SizeType)3, 0, 0, sizePolicy().hasHeightForWidth() ) ); setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)3, (TQSizePolicy::SizeType)3, 0, 0, sizePolicy().hasHeightForWidth() ) );
setMinimumSize( TQSize( 550, 450 ) ); setMinimumSize( TQSize( 550, 450 ) );
ProfileManagerDialogBaseLayout = new TQGridLayout( this, 1, 1, 11, 6, "ProfileManagerDialogBaseLayout"); ProfileManagerDialogBaseLayout = new TQGridLayout( this, 1, 1, 11, 6, "ProfileManagerDialogBaseLayout");
languageChange(); languageChange();
resize( TQSize(622, 622).expandedTo(tqminimumSizeHint()) ); resize( TQSize(622, 622).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
} }

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout60</cstring> <cstring>layout60</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout58</cstring> <cstring>layout58</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -85,7 +85,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>71</width> <width>71</width>
<height>20</height> <height>20</height>
@ -136,7 +136,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout59</cstring> <cstring>layout59</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -144,7 +144,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout56</cstring> <cstring>layout56</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -171,7 +171,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>41</width> <width>41</width>
<height>21</height> <height>21</height>
@ -182,7 +182,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout58</cstring> <cstring>layout58</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -201,7 +201,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout44</cstring> <cstring>layout44</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -217,7 +217,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>227</width> <width>227</width>
<height>20</height> <height>20</height>
@ -252,7 +252,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>208</width> <width>208</width>
<height>20</height> <height>20</height>
@ -279,7 +279,7 @@ Diagnosis: path MTU discovery may not be working, due to hosts on the route refu
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="1"> <widget class="TQLayoutWidget" row="2" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout55</cstring> <cstring>layout55</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -318,7 +318,7 @@ Diagnosis: path MTU discovery may not be working, due to hosts on the route refu
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>71</width> <width>71</width>
<height>21</height> <height>21</height>
@ -329,7 +329,7 @@ Diagnosis: path MTU discovery may not be working, due to hosts on the route refu
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="1"> <widget class="TQLayoutWidget" row="1" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout57</cstring> <cstring>layout57</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -348,7 +348,7 @@ Diagnosis: path MTU discovery may not be working, due to hosts on the route refu
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout22</cstring> <cstring>layout22</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -364,7 +364,7 @@ Diagnosis: path MTU discovery may not be working, due to hosts on the route refu
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>181</width> <width>181</width>
<height>21</height> <height>21</height>
@ -387,7 +387,7 @@ Diagnosis: path MTU discovery may not be working, due to hosts on the route refu
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout58</cstring> <cstring>layout58</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -420,7 +420,7 @@ Diagnosis: path MTU discovery may not be working, due to hosts on the route refu
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="1"> <widget class="TQLayoutWidget" row="0" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout77</cstring> <cstring>layout77</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -587,7 +587,7 @@ Diagnosis: path MTU discovery may not be working, due to hosts on the route refu
<cstring>ConnectionStatusGroupBox</cstring> <cstring>ConnectionStatusGroupBox</cstring>
</property> </property>
<property name="title"> <property name="title">
<string>Connection tqStatus Check</string> <string>Connection Status Check</string>
</property> </property>
<property name="toolTip" stdset="0"> <property name="toolTip" stdset="0">
<string>Options for connection status check</string> <string>Options for connection status check</string>
@ -601,7 +601,7 @@ Diagnosis: path MTU discovery may not be working, due to hosts on the route refu
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout57</cstring> <cstring>layout57</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -640,7 +640,7 @@ Diagnosis: path MTU discovery may not be working, due to hosts on the route refu
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>201</width> <width>201</width>
<height>20</height> <height>20</height>
@ -674,7 +674,7 @@ Diagnosis: path MTU discovery may not be working, due to hosts on the route refu
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout118</cstring> <cstring>layout118</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -682,7 +682,7 @@ Diagnosis: path MTU discovery may not be working, due to hosts on the route refu
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout119</cstring> <cstring>layout119</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -709,7 +709,7 @@ Diagnosis: path MTU discovery may not be working, due to hosts on the route refu
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>181</width> <width>181</width>
<height>20</height> <height>20</height>
@ -733,7 +733,7 @@ Diagnosis: path MTU discovery may not be working, due to hosts on the route refu
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="1"> <widget class="TQLayoutWidget" row="1" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout117</cstring> <cstring>layout117</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -741,7 +741,7 @@ Diagnosis: path MTU discovery may not be working, due to hosts on the route refu
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout120</cstring> <cstring>layout120</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -768,7 +768,7 @@ Diagnosis: path MTU discovery may not be working, due to hosts on the route refu
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>181</width> <width>181</width>
<height>20</height> <height>20</height>
@ -795,7 +795,7 @@ Diagnosis: path MTU discovery may not be working, due to hosts on the route refu
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout4</cstring> <cstring>layout4</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -847,7 +847,7 @@ Diagnosis: path MTU discovery may not be working, due to hosts on the route refu
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>181</width> <width>181</width>
<height>21</height> <height>21</height>
@ -856,7 +856,7 @@ Diagnosis: path MTU discovery may not be working, due to hosts on the route refu
</spacer> </spacer>
<widget class="TQLayoutWidget" row="3" column="0" rowspan="1" colspan="2"> <widget class="TQLayoutWidget" row="3" column="0" rowspan="1" colspan="2">
<property name="name"> <property name="name">
<cstring>tqlayout121</cstring> <cstring>layout121</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -864,7 +864,7 @@ Diagnosis: path MTU discovery may not be working, due to hosts on the route refu
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout121</cstring> <cstring>layout121</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -903,7 +903,7 @@ Diagnosis: path MTU discovery may not be working, due to hosts on the route refu
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>64</width> <width>64</width>
<height>21</height> <height>21</height>
@ -948,7 +948,7 @@ Diagnosis: path MTU discovery may not be working, due to hosts on the route refu
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>16</height> <height>16</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout65</cstring> <cstring>layout65</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout64</cstring> <cstring>layout64</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -51,7 +51,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout8</cstring> <cstring>layout8</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -151,7 +151,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>41</width> <width>41</width>
<height>21</height> <height>21</height>
@ -160,7 +160,7 @@
</spacer> </spacer>
<widget class="TQLayoutWidget" row="3" column="3"> <widget class="TQLayoutWidget" row="3" column="3">
<property name="name"> <property name="name">
<cstring>tqlayout14</cstring> <cstring>layout14</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -176,7 +176,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>91</width> <width>91</width>
<height>21</height> <height>21</height>
@ -203,7 +203,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>150</width> <width>150</width>
<height>20</height> <height>20</height>
@ -212,7 +212,7 @@
</spacer> </spacer>
<widget class="TQLayoutWidget" row="1" column="3"> <widget class="TQLayoutWidget" row="1" column="3">
<property name="name"> <property name="name">
<cstring>tqlayout13</cstring> <cstring>layout13</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -228,7 +228,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>103</width> <width>103</width>
<height>21</height> <height>21</height>
@ -278,7 +278,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="1"> <widget class="TQLayoutWidget" row="2" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout9</cstring> <cstring>layout9</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -294,7 +294,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>119</width> <width>119</width>
<height>21</height> <height>21</height>
@ -374,7 +374,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>41</width> <width>41</width>
<height>110</height> <height>110</height>
@ -395,7 +395,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout71</cstring> <cstring>layout71</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout70</cstring> <cstring>layout70</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -37,7 +37,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout69</cstring> <cstring>layout69</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -45,7 +45,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0" rowspan="1" colspan="2"> <widget class="TQLayoutWidget" row="0" column="0" rowspan="1" colspan="2">
<property name="name"> <property name="name">
<cstring>tqlayout67</cstring> <cstring>layout67</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -78,7 +78,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -111,7 +111,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>116</width> <width>116</width>
<height>21</height> <height>21</height>
@ -167,7 +167,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>21</width> <width>21</width>
<height>46</height> <height>46</height>
@ -186,7 +186,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>31</width> <width>31</width>
<height>20</height> <height>20</height>

@ -71,7 +71,7 @@ void ProfileNetworkRouteOptions::delNetworkRouteClicked()
TQListViewItem *item = NetworkListView->currentItem(); TQListViewItem *item = NetworkListView->currentItem();
TQString Network = item->text(0); TQString Network = item->text(0);
TQString Netmask = item->text(1); TQString Netmask = item->text(1);
int result = KMessageBox::questionYesNo ( this, i18n( "Do you really want to delete the network \"%1/%2\"?" ).tqarg( Network ).tqarg(Netmask), i18n( "Delete?" ) ); int result = KMessageBox::questionYesNo ( this, i18n( "Do you really want to delete the network \"%1/%2\"?" ).arg( Network ).arg(Netmask), i18n( "Delete?" ) );
//LogOutput->append( "Result: "+ TQString().setNum(result) ) ; //LogOutput->append( "Result: "+ TQString().setNum(result) ) ;
if ( result == 3) // Yes if ( result == 3) // Yes
{ {

@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout5</cstring> <cstring>layout5</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -37,7 +37,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout14</cstring> <cstring>layout14</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -68,7 +68,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>278</width> <width>278</width>
<height>21</height> <height>21</height>
@ -142,7 +142,7 @@
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>150</height> <height>150</height>
@ -154,7 +154,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout4</cstring> <cstring>layout4</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -170,7 +170,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>70</width> <width>70</width>
<height>20</height> <height>20</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout66</cstring> <cstring>layout66</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -40,7 +40,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout183</cstring> <cstring>layout183</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -59,7 +59,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="1"> <widget class="TQLayoutWidget" row="3" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout77</cstring> <cstring>layout77</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -134,7 +134,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout65</cstring> <cstring>layout65</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -142,7 +142,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout49</cstring> <cstring>layout49</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -193,7 +193,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout64</cstring> <cstring>layout64</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -217,7 +217,7 @@
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>200</width> <width>200</width>
<height>0</height> <height>0</height>
@ -243,7 +243,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>41</width> <width>41</width>
<height>159</height> <height>159</height>

@ -36,7 +36,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout72</cstring> <cstring>layout72</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -44,7 +44,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout71</cstring> <cstring>layout71</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -163,7 +163,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>31</height> <height>31</height>
@ -187,7 +187,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout74</cstring> <cstring>layout74</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -195,7 +195,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout73</cstring> <cstring>layout73</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -327,7 +327,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>74</width> <width>74</width>
<height>20</height> <height>20</height>
@ -344,7 +344,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>74</width> <width>74</width>
<height>20</height> <height>20</height>
@ -395,7 +395,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>74</width> <width>74</width>
<height>20</height> <height>20</height>
@ -443,7 +443,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>74</width> <width>74</width>
<height>20</height> <height>20</height>
@ -471,7 +471,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>74</width> <width>74</width>
<height>20</height> <height>20</height>
@ -488,7 +488,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>74</width> <width>74</width>
<height>20</height> <height>20</height>
@ -507,7 +507,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>21</height> <height>21</height>
@ -531,7 +531,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout76</cstring> <cstring>layout76</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -539,7 +539,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout75</cstring> <cstring>layout75</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -555,7 +555,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>74</width> <width>74</width>
<height>20</height> <height>20</height>
@ -672,7 +672,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0" rowspan="1" colspan="3"> <widget class="TQLayoutWidget" row="0" column="0" rowspan="1" colspan="3">
<property name="name"> <property name="name">
<cstring>tqlayout26</cstring> <cstring>layout26</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -702,7 +702,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>
@ -735,7 +735,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>74</width> <width>74</width>
<height>20</height> <height>20</height>
@ -763,7 +763,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>74</width> <width>74</width>
<height>20</height> <height>20</height>
@ -782,7 +782,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>21</height> <height>21</height>

@ -36,7 +36,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout85</cstring> <cstring>layout85</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -44,7 +44,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout84</cstring> <cstring>layout84</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -60,7 +60,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>196</width> <width>196</width>
<height>20</height> <height>20</height>
@ -152,7 +152,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>21</width> <width>21</width>
<height>31</height> <height>31</height>
@ -176,7 +176,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout92</cstring> <cstring>layout92</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -184,7 +184,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout91</cstring> <cstring>layout91</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -231,7 +231,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>181</width> <width>181</width>
<height>21</height> <height>21</height>
@ -360,7 +360,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>138</height> <height>138</height>
@ -384,7 +384,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout89</cstring> <cstring>layout89</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -392,7 +392,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout88</cstring> <cstring>layout88</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -400,7 +400,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout7</cstring> <cstring>layout7</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -437,7 +437,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout7</cstring> <cstring>layout7</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -445,7 +445,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout6</cstring> <cstring>layout6</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -469,7 +469,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>111</width> <width>111</width>
<height>21</height> <height>21</height>
@ -507,7 +507,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>51</height> <height>51</height>
@ -531,7 +531,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout87</cstring> <cstring>layout87</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -539,7 +539,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout86</cstring> <cstring>layout86</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -632,7 +632,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>71</height> <height>71</height>

@ -29,7 +29,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>51</height> <height>51</height>
@ -38,7 +38,7 @@
</spacer> </spacer>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout21</cstring> <cstring>layout21</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -46,7 +46,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout117</cstring> <cstring>layout117</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -70,7 +70,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>50</width> <width>50</width>
<height>20</height> <height>20</height>
@ -119,7 +119,7 @@
<property name="name"> <property name="name">
<cstring>PSKFileURLRequester</cstring> <cstring>PSKFileURLRequester</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>250</width> <width>250</width>
<height>0</height> <height>0</height>
@ -150,7 +150,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>118</width> <width>118</width>
<height>20</height> <height>20</height>
@ -181,7 +181,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>80</width> <width>80</width>
<height>20</height> <height>20</height>
@ -209,7 +209,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>94</width> <width>94</width>
<height>20</height> <height>20</height>
@ -240,7 +240,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>152</width> <width>152</width>
<height>20</height> <height>20</height>
@ -259,7 +259,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>21</width> <width>21</width>
<height>20</height> <height>20</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout63</cstring> <cstring>layout63</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -52,7 +52,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout62</cstring> <cstring>layout62</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -60,7 +60,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout61</cstring> <cstring>layout61</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -68,7 +68,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout75</cstring> <cstring>layout75</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -89,7 +89,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout42</cstring> <cstring>layout42</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -105,7 +105,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="0"> <widget class="TQLayoutWidget" row="4" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout72</cstring> <cstring>layout72</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -129,7 +129,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>91</width> <width>91</width>
<height>21</height> <height>21</height>
@ -148,7 +148,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout69</cstring> <cstring>layout69</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -175,7 +175,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>101</width> <width>101</width>
<height>21</height> <height>21</height>
@ -194,7 +194,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="6" column="0"> <widget class="TQLayoutWidget" row="6" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout39</cstring> <cstring>layout39</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -224,7 +224,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>31</width> <width>31</width>
<height>20</height> <height>20</height>
@ -235,7 +235,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout71</cstring> <cstring>layout71</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -259,7 +259,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>101</width> <width>101</width>
<height>21</height> <height>21</height>
@ -270,7 +270,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="5" column="0"> <widget class="TQLayoutWidget" row="5" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout37</cstring> <cstring>layout37</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -300,7 +300,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>61</width> <width>61</width>
<height>21</height> <height>21</height>
@ -375,7 +375,7 @@ dh18 = modp8192 (only racoon)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="0"> <widget class="TQLayoutWidget" row="3" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout71_2</cstring> <cstring>layout71_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -399,7 +399,7 @@ dh18 = modp8192 (only racoon)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>101</width> <width>101</width>
<height>21</height> <height>21</height>
@ -410,7 +410,7 @@ dh18 = modp8192 (only racoon)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout70_2</cstring> <cstring>layout70_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -434,7 +434,7 @@ dh18 = modp8192 (only racoon)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>81</width> <width>81</width>
<height>21</height> <height>21</height>
@ -457,7 +457,7 @@ dh18 = modp8192 (only racoon)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>21</height> <height>21</height>
@ -481,7 +481,7 @@ dh18 = modp8192 (only racoon)</string>
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout51</cstring> <cstring>layout51</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -500,7 +500,7 @@ dh18 = modp8192 (only racoon)</string>
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout74_2</cstring> <cstring>layout74_2</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -508,7 +508,7 @@ dh18 = modp8192 (only racoon)</string>
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout73_2</cstring> <cstring>layout73_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -532,7 +532,7 @@ dh18 = modp8192 (only racoon)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>20</height> <height>20</height>
@ -557,7 +557,7 @@ dh18 = modp8192 (only racoon)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0" rowspan="2" colspan="1"> <widget class="TQLayoutWidget" row="1" column="0" rowspan="2" colspan="1">
<property name="name"> <property name="name">
<cstring>tqlayout72_2_2</cstring> <cstring>layout72_2_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -581,7 +581,7 @@ dh18 = modp8192 (only racoon)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>20</height> <height>20</height>
@ -636,7 +636,7 @@ dh18 = modp8192 (only racoon)</string>
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout74</cstring> <cstring>layout74</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -644,7 +644,7 @@ dh18 = modp8192 (only racoon)</string>
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout73</cstring> <cstring>layout73</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -668,7 +668,7 @@ dh18 = modp8192 (only racoon)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>20</height> <height>20</height>
@ -693,7 +693,7 @@ dh18 = modp8192 (only racoon)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0" rowspan="2" colspan="1"> <widget class="TQLayoutWidget" row="1" column="0" rowspan="2" colspan="1">
<property name="name"> <property name="name">
<cstring>tqlayout72_2</cstring> <cstring>layout72_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -717,7 +717,7 @@ dh18 = modp8192 (only racoon)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>20</height> <height>20</height>
@ -769,7 +769,7 @@ dh18 = modp8192 (only racoon)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>51</height> <height>51</height>
@ -793,7 +793,7 @@ dh18 = modp8192 (only racoon)</string>
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout60</cstring> <cstring>layout60</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -801,7 +801,7 @@ dh18 = modp8192 (only racoon)</string>
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout90_2</cstring> <cstring>layout90_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -831,7 +831,7 @@ dh18 = modp8192 (only racoon)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>100</width> <width>100</width>
<height>20</height> <height>20</height>
@ -850,7 +850,7 @@ dh18 = modp8192 (only racoon)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>21</width> <width>21</width>
<height>191</height> <height>191</height>

@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout157</cstring> <cstring>layout157</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -37,7 +37,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout156</cstring> <cstring>layout156</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -45,7 +45,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout155</cstring> <cstring>layout155</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -53,7 +53,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout154</cstring> <cstring>layout154</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -83,7 +83,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>210</width> <width>210</width>
<height>20</height> <height>20</height>
@ -94,7 +94,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout41</cstring> <cstring>layout41</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -118,7 +118,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout56</cstring> <cstring>layout56</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -126,7 +126,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout24</cstring> <cstring>layout24</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -134,7 +134,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout23</cstring> <cstring>layout23</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -213,7 +213,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout22</cstring> <cstring>layout22</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -229,7 +229,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>241</width> <width>241</width>
<height>21</height> <height>21</height>
@ -270,7 +270,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout55</cstring> <cstring>layout55</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -356,7 +356,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout31</cstring> <cstring>layout31</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -399,7 +399,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>21</width> <width>21</width>
<height>40</height> <height>40</height>
@ -418,7 +418,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>51</height> <height>51</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout7</cstring> <cstring>layout7</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout209</cstring> <cstring>layout209</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -59,7 +59,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>82</width> <width>82</width>
<height>20</height> <height>20</height>
@ -90,7 +90,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout6</cstring> <cstring>layout6</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -131,7 +131,7 @@ Parameter 3: remote ip address 1.2.3.5 (tun)</string>
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout9</cstring> <cstring>layout9</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -185,7 +185,7 @@ Parameter 3: remote ip address 1.2.3.5 (tun)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>194</width> <width>194</width>
<height>41</height> <height>41</height>
@ -212,7 +212,7 @@ Parameter 3: remote ip address 1.2.3.5 (tun)</string>
<property name="name"> <property name="name">
<cstring>SshKeyComboBox</cstring> <cstring>SshKeyComboBox</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>200</width> <width>200</width>
<height>0</height> <height>0</height>
@ -221,7 +221,7 @@ Parameter 3: remote ip address 1.2.3.5 (tun)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout7</cstring> <cstring>layout7</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -245,7 +245,7 @@ Parameter 3: remote ip address 1.2.3.5 (tun)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>20</height> <height>20</height>
@ -261,7 +261,7 @@ Parameter 3: remote ip address 1.2.3.5 (tun)</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout10</cstring> <cstring>layout10</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -291,7 +291,7 @@ Parameter 3: remote ip address 1.2.3.5 (tun)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>41</width> <width>41</width>
<height>21</height> <height>21</height>
@ -312,7 +312,7 @@ Parameter 3: remote ip address 1.2.3.5 (tun)</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>140</height> <height>140</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout7</cstring> <cstring>layout7</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout17</cstring> <cstring>layout17</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -48,7 +48,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout31</cstring> <cstring>layout31</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -81,7 +81,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>121</width> <width>121</width>
<height>21</height> <height>21</height>
@ -111,7 +111,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>133</width> <width>133</width>
<height>20</height> <height>20</height>
@ -150,7 +150,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>133</width> <width>133</width>
<height>20</height> <height>20</height>
@ -159,7 +159,7 @@
</spacer> </spacer>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout55</cstring> <cstring>layout55</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -183,7 +183,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>211</width> <width>211</width>
<height>21</height> <height>21</height>
@ -194,7 +194,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout54</cstring> <cstring>layout54</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -218,7 +218,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>211</width> <width>211</width>
<height>21</height> <height>21</height>
@ -284,7 +284,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>43</height> <height>43</height>

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout118</cstring> <cstring>layout118</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -29,7 +29,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout9</cstring> <cstring>layout9</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -47,7 +47,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>439</width> <width>439</width>
<height>21</height> <height>21</height>
@ -58,7 +58,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout28</cstring> <cstring>layout28</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -66,7 +66,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout27</cstring> <cstring>layout27</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -74,7 +74,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout22</cstring> <cstring>layout22</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -98,7 +98,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>50</width> <width>50</width>
<height>20</height> <height>20</height>
@ -117,7 +117,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="0"> <widget class="TQLayoutWidget" row="3" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout16</cstring> <cstring>layout16</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -144,7 +144,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>81</width> <width>81</width>
<height>21</height> <height>21</height>
@ -182,7 +182,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>22</height> <height>22</height>

@ -83,7 +83,7 @@ bool ToolInfo::collectToolInfo()
{ {
// if (GlobalConfig->KvpncDebugLevel > 2) // if (GlobalConfig->KvpncDebugLevel > 2)
// { // {
// std::cout << TQString(i18n("Trying first %1 at %2 has been failed, trying other paths").tqarg(Name).tqarg(TryPath_first)).ascii() << std::endl; // std::cout << TQString(i18n("Trying first %1 at %2 has been failed, trying other paths").arg(Name).arg(TryPath_first)).ascii() << std::endl;
// std::cout << "searchpath list: " << SearchPathList.join(" ").ascii() << std::endl; // std::cout << "searchpath list: " << SearchPathList.join(" ").ascii() << std::endl;
// } // }
// std::cout << "searchpath list: " << SearchPathList.join(" ").ascii() << std::endl; // std::cout << "searchpath list: " << SearchPathList.join(" ").ascii() << std::endl;
@ -91,12 +91,12 @@ bool ToolInfo::collectToolInfo()
{ {
TQString TryPath=TQString(*it)+"/"+Name; TQString TryPath=TQString(*it)+"/"+Name;
// if (GlobalConfig->KvpncDebugLevel > 2) // if (GlobalConfig->KvpncDebugLevel > 2)
// std::cout << TQString (i18n("Trying %1 at: %2").tqarg(Name).tqarg(TryPath)).ascii() << std::endl; // std::cout << TQString (i18n("Trying %1 at: %2").arg(Name).arg(TryPath)).ascii() << std::endl;
if (!TryPath.isEmpty() && TQFile (TryPath).exists() && TQFileInfo(TryPath).isFile() ) if (!TryPath.isEmpty() && TQFile (TryPath).exists() && TQFileInfo(TryPath).isFile() )
{ {
// if (GlobalConfig->KvpncDebugLevel > 2) // if (GlobalConfig->KvpncDebugLevel > 2)
// std::cout << TQString(i18n("%1 found at: %2").tqarg(Name).tqarg(TryPath)).ascii() << std::endl; // std::cout << TQString(i18n("%1 found at: %2").arg(Name).arg(TryPath)).ascii() << std::endl;
found=true; found=true;
PathToExec=TryPath; PathToExec=TryPath;
break; break;
@ -197,7 +197,7 @@ bool ToolInfo::collectToolInfo()
if ( !PathToExec.isEmpty() && !CollectToolInfoProcess->start(env) ) if ( !PathToExec.isEmpty() && !CollectToolInfoProcess->start(env) )
{ {
std::cerr << (i18n("Unable to start collectToolInfo process (%1)!").tqarg(Name)).ascii() << std::endl; std::cerr << (i18n("Unable to start collectToolInfo process (%1)!").arg(Name)).ascii() << std::endl;
//delete CollectToolInfoProcess; //delete CollectToolInfoProcess;
collectRunning=false; collectRunning=false;
success=false; success=false;
@ -237,7 +237,7 @@ bool ToolInfo::collectToolInfo()
else else
{ {
// if (GlobalConfig->KvpncDebugLevel > 2) // if (GlobalConfig->KvpncDebugLevel > 2)
// std::cout << TQString(i18n("%1 not found.").tqarg(Name)).ascii() << std::endl; // std::cout << TQString(i18n("%1 not found.").arg(Name)).ascii() << std::endl;
} }
return success; return success;
} }
@ -263,7 +263,7 @@ void ToolInfo::getOpenvpnCapabilities()
if ( !PathToExec.isEmpty() && !CollectOpenvpnCapabilitiesProcess->start(env) ) if ( !PathToExec.isEmpty() && !CollectOpenvpnCapabilitiesProcess->start(env) )
{ {
std::cerr << i18n("Unable to start collectToolInfo process (%1)!").tqarg(Name).ascii() << std::endl; std::cerr << i18n("Unable to start collectToolInfo process (%1)!").arg(Name).ascii() << std::endl;
//delete CollectToolInfoProcess; //delete CollectToolInfoProcess;
collectOpenvpnCapabilitiesRunning=false; collectOpenvpnCapabilitiesRunning=false;

@ -39,7 +39,7 @@ ToolsInfoDialog::ToolsInfoDialog(KVpncConfig *GlobalConfig, TQWidget *parent, co
{ {
main = new ToolsInfoWidgetBase(this); main = new ToolsInfoWidgetBase(this);
setMainWidget(main); setMainWidget(main);
main->InfoListView->setMinimumSize(main->InfoListView->tqsizeHint()); main->InfoListView->setMinimumSize(main->InfoListView->sizeHint());
TQPixmap ok_icon = KGlobal::iconLoader()->loadIcon( "button_ok", KIcon::NoGroup, 16 ); TQPixmap ok_icon = KGlobal::iconLoader()->loadIcon( "button_ok", KIcon::NoGroup, 16 );
TQPixmap wrong_icon = KGlobal::iconLoader()->loadIcon( "button_cancel", KIcon::NoGroup, 16 ); TQPixmap wrong_icon = KGlobal::iconLoader()->loadIcon( "button_cancel", KIcon::NoGroup, 16 );
@ -109,16 +109,16 @@ ToolsInfoDialog::ToolsInfoDialog(KVpncConfig *GlobalConfig, TQWidget *parent, co
if ( tool->Version.contains("Openswan")) if ( tool->Version.contains("Openswan"))
{ {
comment="Openswan"; comment="Openswan";
comment+=", "+i18n("kernel %1 support").tqarg("2.6"); comment+=", "+i18n("kernel %1 support").arg("2.6");
comment+=", "+i18n("smartcard support"); comment+=", "+i18n("smartcard support");
} }
else if ( tool->Version.contains("strongSwan")) else if ( tool->Version.contains("strongSwan"))
{ {
comment="strongSwan"; comment="strongSwan";
comment+=", "+i18n("no aggressive mode"); comment+=", "+i18n("no aggressive mode");
comment+=", "+i18n("kernel %1 support").tqarg("2.4"); comment+=", "+i18n("kernel %1 support").arg("2.4");
if (!(majorversion <= 2 && minorversion <= 8 && subminorversion <= 1)) if (!(majorversion <= 2 && minorversion <= 8 && subminorversion <= 1))
comment+=", "+i18n("kernel %1 support").tqarg("2.6"); comment+=", "+i18n("kernel %1 support").arg("2.6");
comment+=", "+i18n("smartcard support"); comment+=", "+i18n("smartcard support");
} }
else else
@ -328,7 +328,7 @@ ToolsInfoDialog::ToolsInfoDialog(KVpncConfig *GlobalConfig, TQWidget *parent, co
} }
else if (tool->Name == "tail") else if (tool->Name == "tail")
{ {
// comment+=", "+i18n("kernel %1 support").tqarg("2.6"); // comment+=", "+i18n("kernel %1 support").arg("2.6");
} }
else if (tool->Name == "ssh") else if (tool->Name == "ssh")
{ {
@ -518,9 +518,9 @@ ToolsInfoDialog::ToolsInfoDialog(KVpncConfig *GlobalConfig, TQWidget *parent, co
new ListViewToolTip( main->InfoListView ); new ListViewToolTip( main->InfoListView );
this->resize(800,600); this->resize(800,600);
main->InfoListView->resize(main->InfoListView->tqsizeHint()); main->InfoListView->resize(main->InfoListView->sizeHint());
main->resize(main->tqsizeHint()); main->resize(main->sizeHint());
//this->resize(tqsizeHint()); //this->resize(sizeHint());
GlobalConfig->appPointer->restoreOverrideCursor(); GlobalConfig->appPointer->restoreOverrideCursor();
} }

@ -116,7 +116,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>600</width> <width>600</width>
<height>300</height> <height>300</height>

@ -289,7 +289,7 @@ bool Utils::unloadKernelModule( TQString Name, TQApplication *app , bool force)
bool Utils::doChmod( TQString file, TQString mode ) bool Utils::doChmod( TQString file, TQString mode )
{ {
config->appendLogEntry ( i18n( "\"%1\" begin." ).tqarg("chmod"),config->info ); config->appendLogEntry ( i18n( "\"%1\" begin." ).arg("chmod"),config->info );
KProcess *chmodProcess = new KProcess; KProcess *chmodProcess = new KProcess;
*chmodProcess << "/bin/chmod"; *chmodProcess << "/bin/chmod";
*chmodProcess << mode; *chmodProcess << mode;
@ -297,27 +297,27 @@ bool Utils::doChmod( TQString file, TQString mode )
if ( !chmodProcess->start() ) if ( !chmodProcess->start() )
{ {
// KMessageBox::sorry( this, i18n( "\"%1\" start failed!" ).tqarg( "PppdUpScript" ) ); // KMessageBox::sorry( this, i18n( "\"%1\" start failed!" ).arg( "PppdUpScript" ) );
config->appendLogEntry( i18n( "Chmod of %1 failed!" ).tqarg( file ), config->error ); config->appendLogEntry( i18n( "Chmod of %1 failed!" ).arg( file ), config->error );
delete chmodProcess; delete chmodProcess;
return false; return false;
} }
else else
{ {
if ( config->KvpncDebugLevel > 0 ) if ( config->KvpncDebugLevel > 0 )
config->appendLogEntry ( i18n( "chmod of %1 (%2) started." ).tqarg( file ).tqarg( mode ) , config->debug ); config->appendLogEntry ( i18n( "chmod of %1 (%2) started." ).arg( file ).arg( mode ) , config->debug );
int max_count = 9; int max_count = 9;
int count=0; int count=0;
while ( count < max_count && chmodProcess->isRunning() ) while ( count < max_count && chmodProcess->isRunning() )
{ {
if ( config->KvpncDebugLevel > 6 ) if ( config->KvpncDebugLevel > 6 )
config->appendLogEntry ( i18n( "chmod of %1 (%2) running." ).tqarg( file ).tqarg( mode ) , config->debug ); config->appendLogEntry ( i18n( "chmod of %1 (%2) running." ).arg( file ).arg( mode ) , config->debug );
usleep ( 250 ); usleep ( 250 );
if ( config->appPointer->hasPendingEvents () ) if ( config->appPointer->hasPendingEvents () )
config->appPointer->processEvents(); config->appPointer->processEvents();
count++; count++;
} }
config->appendLogEntry ( i18n( "\"%1\" finished." ).tqarg("chmod"),config->info ); config->appendLogEntry ( i18n( "\"%1\" finished." ).arg("chmod"),config->info );
delete chmodProcess; delete chmodProcess;
return true; return true;
} }
@ -1010,7 +1010,7 @@ Utils::IpsecAlgos Utils::getKernelCrypto()
} }
else else
{ {
config->appendLogEntry(i18n("%1 cant be opened!").tqarg("/proc/crypto"),config->error); config->appendLogEntry(i18n("%1 cant be opened!").arg("/proc/crypto"),config->error);
} }
return salgos; return salgos;
} }
@ -1216,7 +1216,7 @@ TQStringList Utils::getCertsFromCiscoCertStore(TQString type)
type="user"; type="user";
if (config->KvpncDebugLevel > 2) if (config->KvpncDebugLevel > 2)
config->appendLogEntry("getCertsFromCiscoCertStore: "+i18n("type: %1").tqarg(type),config->debug ); config->appendLogEntry("getCertsFromCiscoCertStore: "+i18n("type: %1").arg(type),config->debug );
CertsFromCiscoCertStore.clear(); CertsFromCiscoCertStore.clear();
CertsFromCiscoCertPos=0; CertsFromCiscoCertPos=0;
@ -1581,13 +1581,13 @@ void Utils::readPppdtestProcessOutput()
pppdcap.pppdHasReplacedefaultrouteSupport = false; pppdcap.pppdHasReplacedefaultrouteSupport = false;
if (config->KvpncDebugLevel > 1) if (config->KvpncDebugLevel > 1)
config->appendLogEntry(i18n("Testing %1: %2").tqarg("replacedefaultroute").tqarg(i18n("failed")),config->debug); config->appendLogEntry(i18n("Testing %1: %2").arg("replacedefaultroute").arg(i18n("failed")),config->debug);
} }
else else
{ {
pppdcap.pppdHasReplacedefaultrouteSupport = true; pppdcap.pppdHasReplacedefaultrouteSupport = true;
if (config->KvpncDebugLevel > 1) if (config->KvpncDebugLevel > 1)
config->appendLogEntry(i18n("Testing %1: %2").tqarg("replacedefaultroute").tqarg(i18n("succeded")),config->debug); config->appendLogEntry(i18n("Testing %1: %2").arg("replacedefaultroute").arg(i18n("succeded")),config->debug);
} }
} }
@ -1663,7 +1663,7 @@ void Utils::readOutGetEmailAddressOfCert()
void Utils::readOutGetSmartcardSlots(KProcess * proc, char * buffer, int buflen) void Utils::readOutGetSmartcardSlots(KProcess * proc, char * buffer, int buflen)
{ {
TQString msg_raw = TQString::tqfromLatin1(buffer, buflen); TQString msg_raw = TQString::fromLatin1(buffer, buflen);
if (config->KvpncDebugLevel > 5) if (config->KvpncDebugLevel > 5)
config->appendLogEntry ( TQString("[readOutGetSmartcardSlots raw] "+TQString(msg_raw)) ,config->debug ); config->appendLogEntry ( TQString("[readOutGetSmartcardSlots raw] "+TQString(msg_raw)) ,config->debug );
@ -1680,7 +1680,7 @@ void Utils::readOutGetSmartcardSlots(KProcess * proc, char * buffer, int b
if ( msg.contains( "Slot" ) && !msg.contains("empty") ) if ( msg.contains( "Slot" ) && !msg.contains("empty") )
{ {
//std::cout << msg.ascii() << std::endl; //std::cout << msg.ascii() << std::endl;
// KMessageBox::information( 0, i18n( "msg: %1" ).tqarg( msg.stripWhiteSpace() ), TQString("foo") ); // KMessageBox::information( 0, i18n( "msg: %1" ).arg( msg.stripWhiteSpace() ), TQString("foo") );
// we put in this format: <id>:<name> // we put in this format: <id>:<name>
TQString id = msg.stripWhiteSpace().section( ' ', 1, 1 ); TQString id = msg.stripWhiteSpace().section( ' ', 1, 1 );
TQString name = msg.stripWhiteSpace().remove(TQString("Slot "+id)).stripWhiteSpace(); TQString name = msg.stripWhiteSpace().remove(TQString("Slot "+id)).stripWhiteSpace();
@ -1702,7 +1702,7 @@ void Utils::readOutGetSmartcardCertsFromSlot()
// KMessageBox::sorry( 0, TQString("msg: "+msg), TQString("foo1"),0 ); // KMessageBox::sorry( 0, TQString("msg: "+msg), TQString("foo1"),0 );
Pkcs11CertFound=true; Pkcs11CertFound=true;
} }
// KMessageBox::information( 0, i18n( "msg: %1" ).tqarg( msg ), TQString("foo") ); // KMessageBox::information( 0, i18n( "msg: %1" ).arg( msg ), TQString("foo") );
if (IdType == "id") if (IdType == "id")
{ {
if ( msg.contains( "ID:" ) && Pkcs11CertFound==true ) { if ( msg.contains( "ID:" ) && Pkcs11CertFound==true ) {
@ -1815,7 +1815,7 @@ void Utils::readOutGetOpenvpnPkcs11Ids()
if (config->KvpncDebugLevel > 5) if (config->KvpncDebugLevel > 5)
config->appendLogEntry ( TQString("[readOutGetOpenvpnPkcs11Ids] "+TQString(msg)) ,config->debug ); config->appendLogEntry ( TQString("[readOutGetOpenvpnPkcs11Ids] "+TQString(msg)) ,config->debug );
// KMessageBox::information( 0, i18n( "msg: %1" ).tqarg( msg ), TQString("foo") ); // KMessageBox::information( 0, i18n( "msg: %1" ).arg( msg ), TQString("foo") );
if ( msg.contains( "Serialized id:" )) if ( msg.contains( "Serialized id:" ))
{ {
//std::cout << msg.ascii() << std::endl; //std::cout << msg.ascii() << std::endl;

@ -54,8 +54,8 @@ inline void VpnTypesListViewToolTip::maybeTip ( const TQPoint& p )
const TQListViewItem* item = listView->itemAt ( p ); const TQListViewItem* item = listView->itemAt ( p );
if ( !item ) if ( !item )
return; return;
const TQRect tqitemRect = listView->tqitemRect ( item ); const TQRect itemRect = listView->itemRect ( item );
if ( !tqitemRect.isValid() ) if ( !itemRect.isValid() )
return; return;
const int col = listView->header()->sectionAt ( p.x() ); const int col = listView->header()->sectionAt ( p.x() );
const int row = listView->header()->sectionAt ( p.y() ); const int row = listView->header()->sectionAt ( p.y() );
@ -65,9 +65,9 @@ inline void VpnTypesListViewToolTip::maybeTip ( const TQPoint& p )
const TQRect headerRect = listView->header()->sectionRect ( col ); const TQRect headerRect = listView->header()->sectionRect ( col );
if ( !headerRect.isValid() ) if ( !headerRect.isValid() )
return; return;
// const TQRect cellRect ( headerRect.left(), tqitemRect.top(), // const TQRect cellRect ( headerRect.left(), itemRect.top(),
// headerRect.width(), tqitemRect.height() ); // headerRect.width(), itemRect.height() );
const TQRect cellRect ( headerRect.left(), tqitemRect.top(), 400, 200 ); const TQRect cellRect ( headerRect.left(), itemRect.top(), 400, 200 );
TQString tipStr; TQString tipStr;
@ -90,7 +90,7 @@ VpnTypesInfoDialog::VpnTypesInfoDialog ( KVpncConfig *GlobalConfig, TQWidget *pa
{ {
main = new ToolsInfoWidgetBase(this); main = new ToolsInfoWidgetBase(this);
setMainWidget(main); setMainWidget(main);
main->InfoListView->setMinimumSize(main->InfoListView->tqsizeHint()); main->InfoListView->setMinimumSize(main->InfoListView->sizeHint());
main->InfoListView->removeColumn(6); main->InfoListView->removeColumn(6);
main->InfoListView->removeColumn(5); main->InfoListView->removeColumn(5);
main->InfoListView->removeColumn(4); main->InfoListView->removeColumn(4);
@ -127,12 +127,12 @@ VpnTypesInfoDialog::VpnTypesInfoDialog ( KVpncConfig *GlobalConfig, TQWidget *pa
if (vpnc_found || vpnclient_found) if (vpnc_found || vpnclient_found)
{ {
it->VpnState=true; it->VpnState=true;
it->state=i18n("%1 found").tqarg(i18n("all tools")); it->state=i18n("%1 found").arg(i18n("all tools"));
} }
else else
{ {
it->VpnState=false; it->VpnState=false;
it->state=i18n("%1 missing").tqarg(i18n("some tools")); it->state=i18n("%1 missing").arg(i18n("some tools"));
} }
if (vpnc_found && !vpnclient_found ) if (vpnc_found && !vpnclient_found )
@ -169,12 +169,12 @@ VpnTypesInfoDialog::VpnTypesInfoDialog ( KVpncConfig *GlobalConfig, TQWidget *pa
if (ipsec_found || racoon_found) if (ipsec_found || racoon_found)
{ {
it->VpnState=true; it->VpnState=true;
it->state=i18n("%1 found").tqarg(i18n("all tools")); it->state=i18n("%1 found").arg(i18n("all tools"));
} }
else else
{ {
it->VpnState=false; it->VpnState=false;
it->state=i18n("%1 missing").tqarg(i18n("some tools")); it->state=i18n("%1 missing").arg(i18n("some tools"));
} }
if (ipsec_found && ( !UtilsInstance.getToolInfo("ipsec")->Version.contains ( "Openswan" ) && !UtilsInstance.getToolInfo("ipsec")->Version.contains ( "strongswan" ) )) if (ipsec_found && ( !UtilsInstance.getToolInfo("ipsec")->Version.contains ( "Openswan" ) && !UtilsInstance.getToolInfo("ipsec")->Version.contains ( "strongswan" ) ))
@ -187,7 +187,7 @@ VpnTypesInfoDialog::VpnTypesInfoDialog ( KVpncConfig *GlobalConfig, TQWidget *pa
} }
if (ipsec_found &&UtilsInstance.getToolInfo("ipsec")->Version.contains ( "strongswan" ) ) if (ipsec_found &&UtilsInstance.getToolInfo("ipsec")->Version.contains ( "strongswan" ) )
{ {
it->Comment+=i18n("%1 detected").tqarg(i18n("strongSwan")); it->Comment+=i18n("%1 detected").arg(i18n("strongSwan"));
} }
item = new TQListViewItem(main->InfoListView, it->VpnType,it->state, it->Requirements.join(" "+i18n("and")+" "), it->Comment); item = new TQListViewItem(main->InfoListView, it->VpnType,it->state, it->Requirements.join(" "+i18n("and")+" "), it->Comment);
@ -213,32 +213,32 @@ VpnTypesInfoDialog::VpnTypesInfoDialog ( KVpncConfig *GlobalConfig, TQWidget *pa
if (pppd_found && pptpd_found && (pppdcap.pppdHasMppeRequiredSupport || pppdcap.pppdHasRequireMppeSupport)) if (pppd_found && pptpd_found && (pppdcap.pppdHasMppeRequiredSupport || pppdcap.pppdHasRequireMppeSupport))
{ {
it->VpnState=true; it->VpnState=true;
it->state=i18n("%1 found").tqarg(i18n("all tools")); it->state=i18n("%1 found").arg(i18n("all tools"));
} }
else else
{ {
it->VpnState=false; it->VpnState=false;
it->state=i18n("%1 missing").tqarg(i18n("some tools")); it->state=i18n("%1 missing").arg(i18n("some tools"));
} }
if (pptpd_found && !pppd_found ) if (pptpd_found && !pppd_found )
{ {
it->Comment+=i18n("%1 is missing").tqarg("pppd"); it->Comment+=i18n("%1 is missing").arg("pppd");
} }
if (!pptpd_found && pppd_found) if (!pptpd_found && pppd_found)
{ {
it->Comment+=i18n("%1 is missing").tqarg("pptpclient"); it->Comment+=i18n("%1 is missing").arg("pptpclient");
} }
if (!pptpd_found && !pppd_found) if (!pptpd_found && !pppd_found)
{ {
it->Comment+=i18n("%1 are missing").tqarg(i18n("pptpclient and pppd")); it->Comment+=i18n("%1 are missing").arg(i18n("pptpclient and pppd"));
} }
if (!it->Comment.isEmpty()) if (!it->Comment.isEmpty())
it->Comment+=", "; it->Comment+=", ";
if (!pppdcap.pppdHasMppeRequiredSupport && !pppdcap.pppdHasRequireMppeSupport ) if (!pppdcap.pppdHasMppeRequiredSupport && !pppdcap.pppdHasRequireMppeSupport )
it->Comment+=i18n("%1 are missing").tqarg(i18n("MPPE support")); it->Comment+=i18n("%1 are missing").arg(i18n("MPPE support"));
item = new TQListViewItem(main->InfoListView, it->VpnType,it->state, it->Requirements.join(" "+i18n("and")+" "), it->Comment); item = new TQListViewItem(main->InfoListView, it->VpnType,it->state, it->Requirements.join(" "+i18n("and")+" "), it->Comment);
if (it->VpnState == true) if (it->VpnState == true)
@ -261,25 +261,25 @@ VpnTypesInfoDialog::VpnTypesInfoDialog ( KVpncConfig *GlobalConfig, TQWidget *pa
if (openvpn_found && openssl_found) if (openvpn_found && openssl_found)
{ {
it->VpnState=true; it->VpnState=true;
it->state=i18n("%1 found").tqarg(i18n("all tools")); it->state=i18n("%1 found").arg(i18n("all tools"));
} }
else else
{ {
it->VpnState=false; it->VpnState=false;
it->state=i18n("%1 missing").tqarg(i18n("some tools")); it->state=i18n("%1 missing").arg(i18n("some tools"));
} }
if (!openvpn_found && openssl_found ) if (!openvpn_found && openssl_found )
{ {
it->Comment+=i18n("%1 is missing").tqarg("openvpn"); it->Comment+=i18n("%1 is missing").arg("openvpn");
} }
if (openvpn_found && !openssl_found ) if (openvpn_found && !openssl_found )
{ {
it->Comment+=i18n("%1 is missing").tqarg("openssl"); it->Comment+=i18n("%1 is missing").arg("openssl");
} }
if (!openvpn_found && !openssl_found) if (!openvpn_found && !openssl_found)
{ {
it->Comment+=i18n("%1 are missing").tqarg(i18n("openvpn and openssl")); it->Comment+=i18n("%1 are missing").arg(i18n("openvpn and openssl"));
} }
item = new TQListViewItem(main->InfoListView, it->VpnType,it->state, it->Requirements.join(" "+i18n("and")+" "), it->Comment); item = new TQListViewItem(main->InfoListView, it->VpnType,it->state, it->Requirements.join(" "+i18n("and")+" "), it->Comment);
@ -307,12 +307,12 @@ VpnTypesInfoDialog::VpnTypesInfoDialog ( KVpncConfig *GlobalConfig, TQWidget *pa
if ((ipsec_found || racoon_found) && (l2tpd_found || xl2tpd_found || openl2tp_found)) if ((ipsec_found || racoon_found) && (l2tpd_found || xl2tpd_found || openl2tp_found))
{ {
it->VpnState=true; it->VpnState=true;
it->state=i18n("%1 found").tqarg(i18n("all tools")); it->state=i18n("%1 found").arg(i18n("all tools"));
} }
else else
{ {
it->VpnState=false; it->VpnState=false;
it->state=i18n("%1 missing").tqarg(i18n("some tools")); it->state=i18n("%1 missing").arg(i18n("some tools"));
} }
if (ipsec_found && ( !UtilsInstance.getToolInfo("ipsec")->Version.contains ( "Openswan" ) && !UtilsInstance.getToolInfo("ipsec")->Version.contains ( "strongswan" ) )) if (ipsec_found && ( !UtilsInstance.getToolInfo("ipsec")->Version.contains ( "Openswan" ) && !UtilsInstance.getToolInfo("ipsec")->Version.contains ( "strongswan" ) ))
@ -325,23 +325,23 @@ VpnTypesInfoDialog::VpnTypesInfoDialog ( KVpncConfig *GlobalConfig, TQWidget *pa
} }
if (ipsec_found && UtilsInstance.getToolInfo("ipsec")->Version.contains ( "strongswan" ) ) if (ipsec_found && UtilsInstance.getToolInfo("ipsec")->Version.contains ( "strongswan" ) )
{ {
it->Comment+=i18n("%1 detected").tqarg(i18n("strongSwan")); it->Comment+=i18n("%1 detected").arg(i18n("strongSwan"));
} }
if (l2tpd_found) if (l2tpd_found)
{ {
it->Comment+=", "; it->Comment+=", ";
it->Comment+=i18n("%1 detected").tqarg(i18n("l2tpd")); it->Comment+=i18n("%1 detected").arg(i18n("l2tpd"));
} }
if (xl2tpd_found) if (xl2tpd_found)
{ {
it->Comment+=", "; it->Comment+=", ";
it->Comment+=i18n("%1 detected").tqarg(i18n("xl2tpd")); it->Comment+=i18n("%1 detected").arg(i18n("xl2tpd"));
} }
if (openl2tp_found) if (openl2tp_found)
{ {
it->Comment+=", "; it->Comment+=", ";
it->Comment+=i18n("%1 detected").tqarg(i18n("openl2tp")); it->Comment+=i18n("%1 detected").arg(i18n("openl2tp"));
} }
item = new TQListViewItem(main->InfoListView, it->VpnType,it->state, it->Requirements.join(" "+i18n("and")+" "), it->Comment); item = new TQListViewItem(main->InfoListView, it->VpnType,it->state, it->Requirements.join(" "+i18n("and")+" "), it->Comment);
@ -365,21 +365,21 @@ VpnTypesInfoDialog::VpnTypesInfoDialog ( KVpncConfig *GlobalConfig, TQWidget *pa
if (vtund_found && pppd_found) if (vtund_found && pppd_found)
{ {
it->VpnState=true; it->VpnState=true;
it->state=i18n("%1 found").tqarg(i18n("all tools")); it->state=i18n("%1 found").arg(i18n("all tools"));
} }
else else
{ {
it->VpnState=false; it->VpnState=false;
it->state=i18n("%1 are missing").tqarg(i18n("some tools")); it->state=i18n("%1 are missing").arg(i18n("some tools"));
} }
if (vtund_found && !pppd_found) if (vtund_found && !pppd_found)
{ {
it->Comment+=i18n("%1 is missing").tqarg("pppd"); it->Comment+=i18n("%1 is missing").arg("pppd");
} }
if (!vtund_found && pppd_found ) if (!vtund_found && pppd_found )
{ {
it->Comment+=i18n("%1 is missing").tqarg("vtun"); it->Comment+=i18n("%1 is missing").arg("vtun");
} }
item = new TQListViewItem(main->InfoListView, it->VpnType,it->state, it->Requirements.join(" "+i18n("and")+" "), it->Comment); item = new TQListViewItem(main->InfoListView, it->VpnType,it->state, it->Requirements.join(" "+i18n("and")+" "), it->Comment);
@ -404,15 +404,15 @@ VpnTypesInfoDialog::VpnTypesInfoDialog ( KVpncConfig *GlobalConfig, TQWidget *pa
if (ssh_found && (ksshaskpass_found || sshaskpassgnome_found)) if (ssh_found && (ksshaskpass_found || sshaskpassgnome_found))
{ {
it->VpnState=true; it->VpnState=true;
it->state=i18n("%1 found").tqarg(i18n("all tools")); it->state=i18n("%1 found").arg(i18n("all tools"));
} }
else else
{ {
it->VpnState=false; it->VpnState=false;
if (!ssh_found && (ksshaskpass_found || sshaskpassgnome_found) ) if (!ssh_found && (ksshaskpass_found || sshaskpassgnome_found) )
it->Comment+=i18n("%1 is missing").tqarg("ssh"); it->Comment+=i18n("%1 is missing").arg("ssh");
else else
it->Comment+=i18n("%1 is missing").tqarg(i18n("Password entry tool")); it->Comment+=i18n("%1 is missing").arg(i18n("Password entry tool"));
} }

Loading…
Cancel
Save