From 5c14d0367180b756273770a387733472121dec0f Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 1 Jul 2008 06:22:14 +0000 Subject: Renamed PushButton to Button, to better match the specs. --- client/client.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/client.pro') 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 \ -- cgit v1.2.3