Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/13/head
Michele Calgaro 2 months ago
parent e8c69c0a42
commit 7f3a1914fc
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -134,7 +134,7 @@ Wizard::Wizard(TQWidget *parent, const char *name)
"need to take any action on your part. Privoxy has been installed and you can now use it with TorK. " );
errs[4] = CompileError( "TQt (>= ", "The installation process finished with an error because it needs a "
" component missing on your system. To correct this, "
"do the following: <br> 1. Download and install any packages for your distribution with (i) 'qt' and "
"do the following: <br> 1. Download and install any packages for your distribution with (i) 'tqt' and "
" either 'devel' or 'lib' in their name. <br> 2. Retry installation. " );

@ -251,7 +251,7 @@ void SetMaxRate::rateSelected(int id)
// kdDebug() << text(id) << endl;
// kdDebug() << text(id).toInt() << endl;
//QT Bug: The value referenced by the TQPopUpMenu ID often has an ampersand
//TQt Bug: The value referenced by the TQPopUpMenu ID often has an ampersand
TQString textID = text(id);
textID.replace("&","");
textID.replace(" KB/s","");

@ -9,7 +9,7 @@
<keywords>
<keyword>C++</keyword>
<keyword>Code</keyword>
<keyword>Qt</keyword>
<keyword>TQt</keyword>
<keyword>TDE</keyword>
</keywords>
<projectdirectory>.</projectdirectory>

Loading…
Cancel
Save