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-20 10:08:39 +0900 |
| commit | c4ac8caf37e2f0a24270aee69f8075a97c3523b3 (patch) | |
| tree | cb5c76fbfdc431f622ea6d0f48b8f89c93f992c5 /src/trayicon.cpp | |
| parent | 4e996a89edaead96a618898939b1a788b6fe238e (diff) | |
| download | tork-c4ac8caf.tar.gz tork-c4ac8caf.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7f3a1914fc2d9d9bf0c13762744b8b6804fb179c)
Diffstat (limited to 'src/trayicon.cpp')
| -rw-r--r-- | src/trayicon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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",""); |
