diff options
author | deva <deva> | 2010-08-31 09:36:16 +0000 |
---|---|---|
committer | deva <deva> | 2010-08-31 09:36:16 +0000 |
commit | 49ecf45c89c4fea8ed9d041bf9f3fb508aa8e1f0 (patch) | |
tree | cb4aafd1e4a02c003e247094e37b9c3cb6f85ed3 /client/client.pro | |
parent | 78f9569c082a3ee947ffe981599605cc708bdd8c (diff) |
DBWidget is now obsolete. Use combobox and luaDB instead.
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/client.pro b/client/client.pro index 877f19f..46d0a03 100644 --- a/client/client.pro +++ b/client/client.pro @@ -56,7 +56,6 @@ HEADERS += \ widgets/textedit.h \ widgets/button.h \ widgets/datetime.h \ - widgets/dbwidget.h \ widgets/combobox.h \ widgets/listbox.h \ widgets/frame.h \ @@ -93,7 +92,6 @@ SOURCES += \ widgets/button.cc \ widgets/combobox.cc \ widgets/datetime.cc \ - widgets/dbwidget.cc \ widgets/listbox.cc \ widgets/frame.cc \ widgets/groupbox.cc \ |