diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:04:17 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:04:17 -0600 |
commit | 9637803529642b66d4983d4f1faed25311004fda (patch) | |
tree | 93737032c0172f23d9d41fa4c457e7d0a816f02d /src/knutprefdlg.h | |
parent | 5a480fa57527b23c47e908ff9b6395da1c36f270 (diff) | |
download | knutclient-9637803529642b66d4983d4f1faed25311004fda.tar.gz knutclient-9637803529642b66d4983d4f1faed25311004fda.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/knutprefdlg.h')
-rw-r--r-- | src/knutprefdlg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/knutprefdlg.h b/src/knutprefdlg.h index f89771e..0b983f9 100644 --- a/src/knutprefdlg.h +++ b/src/knutprefdlg.h @@ -82,12 +82,12 @@ enum changePref { ChangeCustomAPanelOColor = 0x8000, // 32768, ChangeAPOColor = 0x10000, // 65536, - ChangeCustomKIconColor = 0x20000, // 131072, - ChangeKIconBColor = 0x40000, // 262144, + ChangeCustomTDEIconColor = 0x20000, // 131072, + ChangeTDEIconBColor = 0x40000, // 262144, ChangeToolTip = 0x80000, // 524288, - ChangeTypeOfKIcon = 0x100000, // 1048576 + ChangeTypeOfTDEIcon = 0x100000, // 1048576 ChangeTypeOfDigProcessing = 0x200000, // 1048576 *2 |