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/client.pro | |
parent | 1ea592db93e2b6b23d96864690965f22c4d96a16 (diff) |
Renamed PushButton to Button, to better match the specs.
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/client.pro b/client/client.pro index 49b718a..cc69d96 100644 --- a/client/client.pro +++ b/client/client.pro @@ -35,7 +35,7 @@ HEADERS += \ widgets/lineedit.h \ widgets/multilist.h \ widgets/textedit.h \ - widgets/pushbutton.h \ + widgets/button.h \ widgets/combobox.h \ widgets/listbox.h \ widgets/frame.h \ @@ -58,7 +58,7 @@ SOURCES += \ widgets/lineedit.cc \ widgets/multilist.cc \ widgets/textedit.cc \ - widgets/pushbutton.cc \ + widgets/button.cc \ widgets/combobox.cc \ widgets/listbox.cc \ widgets/frame.cc \ |