summaryrefslogtreecommitdiffstats
path: root/src/kernel/tqcolor_x11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/tqcolor_x11.cpp')
-rw-r--r--src/kernel/tqcolor_x11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/tqcolor_x11.cpp b/src/kernel/tqcolor_x11.cpp
index 09a8b8880..fe5f6685c 100644
--- a/src/kernel/tqcolor_x11.cpp
+++ b/src/kernel/tqcolor_x11.cpp
@@ -631,7 +631,7 @@ void TQColor::setSystemNamedColor( const TQString& name )
// setSystemNamedColor should look up rgb values from the built in
// color tables first (see tqcolor_p.cpp), and failing that, use
// the window system's interface for translating names to rgb values...
- // we do this so that things like uic can load an XPM file with named colors
+ // we do this so that things like tquic can load an XPM file with named colors
// and convert it to a png without having to use window system functions...
d.argb = qt_get_rgb_val( name.latin1() );
TQRgb rgb;