diff options
author | deva <deva> | 2011-03-10 10:16:42 +0000 |
---|---|---|
committer | deva <deva> | 2011-03-10 10:16:42 +0000 |
commit | b3767ccfb8129c89bd1dbf5fe3a76edeabe3a827 (patch) | |
tree | 498b0972c98d5a2369b0df81994cd378dba3f131 /client/client.pro | |
parent | ded5e8cd771c9affef086b77e25c93b4868f3f29 (diff) |
New checkgroupbox widget.
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/client.pro b/client/client.pro index d53c69a..9f4de5f 100644 --- a/client/client.pro +++ b/client/client.pro @@ -66,6 +66,7 @@ HEADERS += \ widgets/radiobutton.h \ widgets/radiobuttons.h \ widgets/checkbox.h \ + widgets/checkgroupbox.h \ widgets/window.h \ widgets/altcombobox.h \ widgets/metawidget.h @@ -102,6 +103,7 @@ SOURCES += \ widgets/radiobutton.cc \ widgets/radiobuttons.cc \ widgets/checkbox.cc \ + widgets/checkgroupbox.cc \ widgets/window.cc \ widgets/altcombobox.cc \ widgets/metawidget.cc |