summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-05-24 18:38:41 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-05-24 18:49:26 (GMT)
commit95ff0fccf5fdefc395091a16e278bf3c2cd9d865 (patch)
treed7517592dec8944af7b5db12c86ee0d66b9203a0 /Swift/QtUI/QtStatusWidget.h
parentff464cee022c75258405ab01ebeedf7bc1c79aa0 (diff)
downloadswift-95ff0fccf5fdefc395091a16e278bf3c2cd9d865.zip
swift-95ff0fccf5fdefc395091a16e278bf3c2cd9d865.tar.bz2
Various cleanups
Diffstat (limited to 'Swift/QtUI/QtStatusWidget.h')
-rw-r--r--Swift/QtUI/QtStatusWidget.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Swift/QtUI/QtStatusWidget.h b/Swift/QtUI/QtStatusWidget.h
index 7317ea5..ef8b397 100644
--- a/Swift/QtUI/QtStatusWidget.h
+++ b/Swift/QtUI/QtStatusWidget.h
@@ -4,8 +4,7 @@
* See Documentation/Licenses/GPLv3.txt for more information.
*/
-#ifndef SWIFT_QtStatusWidget_H
-#define SWIFT_QtStatusWidget_H
+#pragma once
#include "Swiften/Elements/StatusShow.h"
@@ -58,6 +57,3 @@ namespace Swift {
};
}
-#endif
-
-