diff --git a/include/base_units.h b/include/base_units.h index c53d755561..0fdaa37a32 100644 --- a/include/base_units.h +++ b/include/base_units.h @@ -32,22 +32,6 @@ #ifndef _BASE_UNITS_H_ #define _BASE_UNITS_H_ -#include - #include -#include -#include -#include - -//TODO: Abstract Base Units to a single class - -/** - * Used for holding indeterminate values, such as with multiple selections - * holding different values or controls which do not wish to set a value. - */ -#define INDETERMINATE_STATE _( "-- mixed values --" ) -#define INDETERMINATE_ACTION _( "-- leave unchanged --" ) - - #endif // _BASE_UNITS_H_ diff --git a/include/widgets/ui_common.h b/include/widgets/ui_common.h index cab2e134fd..4425d96f51 100644 --- a/include/widgets/ui_common.h +++ b/include/widgets/ui_common.h @@ -35,6 +35,13 @@ class wxTextCtrl; class wxTextEntry; class wxWindow; +/** + * Used for holding indeterminate values, such as with multiple selections + * holding different values or controls which do not wish to set a value. + */ +#define INDETERMINATE_STATE _( "-- mixed values --" ) +#define INDETERMINATE_ACTION _( "-- leave unchanged --" ) + namespace KIUI {