diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:27:15 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:27:15 +0000 |
commit | b5d38fd2e94066885d4620b0c35c48a2faa5aa44 (patch) | |
tree | 7e7e611e0e3ef23dc2efd327a7455bcf4d7c9b7f /styles/phase/bitmaps.h | |
parent | 019ebb9a949a97c898e5d563f0699a3ff49e6588 (diff) | |
download | tdeartwork-b5d38fd2e94066885d4620b0c35c48a2faa5aa44.tar.gz tdeartwork-b5d38fd2e94066885d4620b0c35c48a2faa5aa44.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeartwork@1157637 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'styles/phase/bitmaps.h')
-rw-r--r-- | styles/phase/bitmaps.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/styles/phase/bitmaps.h b/styles/phase/bitmaps.h index d1b8c712..1163e103 100644 --- a/styles/phase/bitmaps.h +++ b/styles/phase/bitmaps.h @@ -11,57 +11,57 @@ // Arrows (6x6) -static QBitmap uarrow; +static TQBitmap uarrow; static const unsigned char uarrow_bits[] = { 0x00, 0x0c, 0x1e, 0x3f, 0x3f, 0x00}; -static QBitmap darrow; +static TQBitmap darrow; static const unsigned char darrow_bits[] = { 0x00, 0x3f, 0x3f, 0x1e, 0x0c, 0x00}; -static QBitmap larrow; +static TQBitmap larrow; static const unsigned char larrow_bits[] = { 0x18, 0x1c, 0x1e, 0x1e, 0x1c, 0x18}; -static QBitmap rarrow; +static TQBitmap rarrow; static const unsigned char rarrow_bits[] = { 0x06, 0x0e, 0x1e, 0x1e, 0x0e, 0x06}; // plus/minus "arrows" -static QBitmap bplus; +static TQBitmap bplus; static const unsigned char bplus_bits[] = { 0x0c, 0x0c, 0x3f, 0x3f, 0x0c, 0x0c}; -static QBitmap bminus; +static TQBitmap bminus; static const unsigned char bminus_bits[] = { 0x00, 0x00, 0x3f, 0x3f, 0x00, 0x00}; // checkmark (9x9) -static QBitmap bcheck; +static TQBitmap bcheck; static const unsigned char bcheck_bits[] = { 0x00, 0x00, 0x80, 0x01, 0xc0, 0x01, 0xe0, 0x00, 0x73, 0x00, 0x3f, 0x00, 0x1e, 0x00, 0x0c, 0x00, 0x00, 0x00}; // expander arrows (9x9) -static QBitmap dexpand; +static TQBitmap dexpand; static const unsigned char dexpand_bits[] = { 0x00, 0x00, 0x00, 0x00, 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x38, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00}; -static QBitmap rexpand; +static TQBitmap rexpand; static const unsigned char rexpand_bits[] = { 0x04, 0x00, 0x0c, 0x00, 0x1c, 0x00, 0x3c, 0x00, 0x7c, 0x00, 0x3c, 0x00, 0x1c, 0x00, 0x0c, 0x00, 0x04, 0x00}; // scrollbar doodads (4x4) -static QBitmap doodad_mid; +static TQBitmap doodad_mid; static const unsigned char doodad_mid_bits[] = { 0x07, 0x01, 0x01, 0x00}; -static QBitmap doodad_light; +static TQBitmap doodad_light; static const unsigned char doodad_light_bits[] = { 0x00, 0x08, 0x08, 0x0e}; |