QTfrontend/ui/widget/hatprompt.h
changeset 8434 4821897a0f10
parent 8385 9e8924ff9813
child 8623 93645b4ba0de
--- 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();