diff -r f2d57e987ba9 -r 4821897a0f10 QTfrontend/ui/widget/hatprompt.h --- a/QTfrontend/ui/widget/hatprompt.h Fri Jan 25 12:54:24 2013 +0100 +++ b/QTfrontend/ui/widget/hatprompt.h Fri Jan 25 13:59:27 2013 +0100 @@ -30,9 +30,9 @@ class HatListView : public QListView { - friend class HatPrompt; + friend class HatPrompt; - public: + public: HatListView(QWidget* parent = 0) : QListView(parent){} }; @@ -49,7 +49,7 @@ QSortFilterProxyModel * filterModel; private slots: - void onAccepted(); + void onAccepted(); void hatChosen(const QModelIndex & index); void filterChanged(const QString & text); void moveUp();