diff -r a6e7a95f3b2e -r 9e8924ff9813 QTfrontend/ui/widget/hatprompt.h --- a/QTfrontend/ui/widget/hatprompt.h Mon Jan 14 13:28:03 2013 +0100 +++ b/QTfrontend/ui/widget/hatprompt.h Mon Jan 14 21:17:42 2013 +0400 @@ -33,7 +33,7 @@ friend class HatPrompt; public: - HatListView(QWidget* parent = 0) {}; + HatListView(QWidget* parent = 0) : QListView(parent){} }; class HatPrompt : public QDialog