diff options
Diffstat (limited to 'kommander/editor/pics/images.h')
-rw-r--r-- | kommander/editor/pics/images.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kommander/editor/pics/images.h b/kommander/editor/pics/images.h index adec0936..71009fb6 100644 --- a/kommander/editor/pics/images.h +++ b/kommander/editor/pics/images.h @@ -10826,8 +10826,8 @@ static const unsigned char qtlogo_png_data[] = { 0x82 }; -#include <qcstring.h> -#include <qdict.h> +#include <tqcstring.h> +#include <tqdict.h> static struct Embed { unsigned int size; const unsigned char *data; @@ -10954,10 +10954,10 @@ static struct Embed { { 0, 0, 0 } }; -static const QByteArray& qembed_findData( const char* name ) +static const TQByteArray& qembed_findData( const char* name ) { - static QDict<QByteArray> dict; - QByteArray* ba = dict.find( name ); + static TQDict<TQByteArray> dict; + TQByteArray* ba = dict.find( name ); if ( !ba ) { for ( int i = 0; embed_vec[i].data; i++ ) { if ( strcmp(embed_vec[i].name, name) == 0 ) { @@ -10969,7 +10969,7 @@ static const QByteArray& qembed_findData( const char* name ) } } if ( !ba ) { - static QByteArray dummy; + static TQByteArray dummy; return dummy; } } |