diff options
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 \ |