summaryrefslogtreecommitdiff
path: root/plugingui/combobox.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-04-19 23:00:09 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2013-04-19 23:00:09 +0200
commitc5527bb9155086da8b5a7cea7d9450f265fb6f6a (patch)
tree87a63078c76d5658a86896e4d78d436d99fb18ae /plugingui/combobox.h
parentbc4f25337e048db7d7ec86cfb116cc3768473ff5 (diff)
GUI position/size tweaks and some pixmap changes.
Diffstat (limited to 'plugingui/combobox.h')
-rw-r--r--plugingui/combobox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugingui/combobox.h b/plugingui/combobox.h
index f02d07a..bc4ae38 100644
--- a/plugingui/combobox.h
+++ b/plugingui/combobox.h
@@ -32,7 +32,7 @@
#include "widget.h"
#include "font.h"
-#include "listboxbasic.h"
+#include "listboxthin.h"
#include "painter.h"
namespace GUI {
@@ -62,7 +62,7 @@ private:
Painter::Box box;
GUI::Font font;
- GUI::ListBoxBasic *listbox;
+ GUI::ListBoxThin *listbox;
void (*handler)(void *);
void *ptr;