diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-19 17:21:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-19 17:21:43 +0900 |
commit | 7f3a1914fc2d9d9bf0c13762744b8b6804fb179c (patch) | |
tree | cb5c76fbfdc431f622ea6d0f48b8f89c93f992c5 | |
parent | e8c69c0a42dfa8cd69ad98d936f1833989d78cca (diff) | |
download | tork-7f3a1914fc2d9d9bf0c13762744b8b6804fb179c.tar.gz tork-7f3a1914fc2d9d9bf0c13762744b8b6804fb179c.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/arkollon/wizard.cpp | 2 | ||||
-rw-r--r-- | src/trayicon.cpp | 2 | ||||
-rw-r--r-- | tork.tdevelop | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/arkollon/wizard.cpp b/src/arkollon/wizard.cpp index bb43399..66f2bf5 100644 --- a/src/arkollon/wizard.cpp +++ b/src/arkollon/wizard.cpp @@ -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. " ); diff --git a/src/trayicon.cpp b/src/trayicon.cpp index 8c17438..e26a70e 100644 --- a/src/trayicon.cpp +++ b/src/trayicon.cpp @@ -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",""); diff --git a/tork.tdevelop b/tork.tdevelop index 3d52f6c..b6c86d4 100644 --- a/tork.tdevelop +++ b/tork.tdevelop @@ -9,7 +9,7 @@ <keywords> <keyword>C++</keyword> <keyword>Code</keyword> - <keyword>Qt</keyword> + <keyword>TQt</keyword> <keyword>TDE</keyword> </keywords> <projectdirectory>.</projectdirectory> |