summaryrefslogtreecommitdiff
path: root/client/client.pro
diff options
context:
space:
mode:
authordeva <deva>2008-07-01 06:22:14 +0000
committerdeva <deva>2008-07-01 06:22:14 +0000
commit5c14d0367180b756273770a387733472121dec0f (patch)
tree240f42e977ac4333cf3c4f07632d7f7b8edc76ed /client/client.pro
parent1ea592db93e2b6b23d96864690965f22c4d96a16 (diff)
Renamed PushButton to Button, to better match the specs.
Diffstat (limited to 'client/client.pro')
-rw-r--r--client/client.pro4
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 \