diff options
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",""); |