summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/kernel/tqimage.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-25 16:12:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-25 16:12:45 -0600
commit86715ac657b0c8a37b27fa72215d7d2c88508dd9 (patch)
treea9fcba0d6a5d22fd4f8cfa3fe3c13e5dc8dcf3d7 /tqtinterface/qt4/src/kernel/tqimage.cpp
parentb5ceb719aabb997aaeaf578622845c384e6b3021 (diff)
downloadexperimental-86715ac657b0c8a37b27fa72215d7d2c88508dd9.tar.gz
experimental-86715ac657b0c8a37b27fa72215d7d2c88508dd9.zip
Fix linear alphabet string errors
Diffstat (limited to 'tqtinterface/qt4/src/kernel/tqimage.cpp')
-rw-r--r--tqtinterface/qt4/src/kernel/tqimage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/src/kernel/tqimage.cpp b/tqtinterface/qt4/src/kernel/tqimage.cpp
index 3483e2a..843f49e 100644
--- a/tqtinterface/qt4/src/kernel/tqimage.cpp
+++ b/tqtinterface/qt4/src/kernel/tqimage.cpp
@@ -2856,7 +2856,7 @@ static const char* xpm_color_name( int cpp, int index )
{
static char returnable[5];
static const char code[] = ".#abcdefghijklmnopqrstuvwxyzABCD"
- "EFGHIJKLMNOPTQRSTUVWXYZ0123456789";
+ "EFGHIJKLMNOPQRSTUVWXYZ0123456789";
// cpp is limited to 4 and index is limited to 64^cpp
if ( cpp > 1 ) {
if ( cpp > 2 ) {
@@ -8894,7 +8894,7 @@ static const char* xpm_color_name( int cpp, int index )
{
static char returnable[5];
static const char code[] = ".#abcdefghijklmnopqrstuvwxyzABCD"
- "EFGHIJKLMNOPTQRSTUVWXYZ0123456789";
+ "EFGHIJKLMNOPQRSTUVWXYZ0123456789";
// cpp is limited to 4 and index is limited to 64^cpp
if ( cpp > 1 ) {
if ( cpp > 2 ) {