diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-13 13:15:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-13 13:15:14 -0600 |
commit | 735d75d6ce19269dc5faa00abc8f88ff30ce2f23 (patch) | |
tree | 4e85ad9cc0479892232125234c6b71c4f17ac611 /chalk/ui/squeezedcombobox.h | |
parent | b180811d9a814c638032f77aaf02e84a3126328c (diff) | |
download | koffice-735d75d6ce19269dc5faa00abc8f88ff30ce2f23.tar.gz koffice-735d75d6ce19269dc5faa00abc8f88ff30ce2f23.zip |
Fix inadvertent TQt string conversions
This closes Bug 782
Diffstat (limited to 'chalk/ui/squeezedcombobox.h')
-rw-r--r-- | chalk/ui/squeezedcombobox.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chalk/ui/squeezedcombobox.h b/chalk/ui/squeezedcombobox.h index 50f4bc77..9103b4f9 100644 --- a/chalk/ui/squeezedcombobox.h +++ b/chalk/ui/squeezedcombobox.h @@ -20,8 +20,8 @@ /** @file squeezedcombobox.h */ -#ifndef STQUEEZEDCOMBOBOX_H -#define STQUEEZEDCOMBOBOX_H +#ifndef SQUEEZEDCOMBOBOX_H +#define SQUEEZEDCOMBOBOX_H class TQTimer; @@ -134,4 +134,4 @@ private: SqueezedComboBoxTip* m_tooltip; }; -#endif // STQUEEZEDCOMBOBOX_H +#endif // SQUEEZEDCOMBOBOX_H |