summaryrefslogtreecommitdiffstats
path: root/src/arkollon
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-02-19 17:21:43 +0900
committerMichele Calgaro <[email protected]>2024-02-20 10:08:39 +0900
commitc4ac8caf37e2f0a24270aee69f8075a97c3523b3 (patch)
treecb5c76fbfdc431f622ea6d0f48b8f89c93f992c5 /src/arkollon
parent4e996a89edaead96a618898939b1a788b6fe238e (diff)
downloadtork-c4ac8caf37e2f0a24270aee69f8075a97c3523b3.tar.gz
tork-c4ac8caf37e2f0a24270aee69f8075a97c3523b3.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 7f3a1914fc2d9d9bf0c13762744b8b6804fb179c)
Diffstat (limited to 'src/arkollon')
-rw-r--r--src/arkollon/wizard.cpp2
1 files changed, 1 insertions, 1 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. " );