From 47750e70ba9171c10e32a1033b68ae2b614799fa Mon Sep 17 00:00:00 2001 From: senator Date: Wed, 22 Aug 2007 10:23:33 +0000 Subject: name have moved to widget in all classes. combobox is a dummy so far --- client/widgets/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/widgets/window.h') diff --git a/client/widgets/window.h b/client/widgets/window.h index 560c094..0640c7b 100644 --- a/client/widgets/window.h +++ b/client/widgets/window.h @@ -31,7 +31,7 @@ #include #include -class Window : public Widget, public QWidget +class Window : public QWidget, public Widget { public: -- cgit v1.2.3