diff options
author | deva <deva> | 2008-07-01 06:22:14 +0000 |
---|---|---|
committer | deva <deva> | 2008-07-01 06:22:14 +0000 |
commit | 5c14d0367180b756273770a387733472121dec0f (patch) | |
tree | 240f42e977ac4333cf3c4f07632d7f7b8edc76ed /client/widgets.h | |
parent | 1ea592db93e2b6b23d96864690965f22c4d96a16 (diff) |
Renamed PushButton to Button, to better match the specs.
Diffstat (limited to 'client/widgets.h')
-rw-r--r-- | client/widgets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets.h b/client/widgets.h index 97f5962..18a2856 100644 --- a/client/widgets.h +++ b/client/widgets.h @@ -31,7 +31,7 @@ #include "widgets/label.h" #include "widgets/lineedit.h" #include "widgets/textedit.h" -#include "widgets/pushbutton.h" +#include "widgets/button.h" #include "widgets/combobox.h" #include "widgets/listbox.h" #include "widgets/multilist.h" |