src: Mark symbols to be exported where needed
[quassel.git] / src / qtui / bufferwidget.h
index 3d81612..f5f5c3f 100644 (file)
@@ -18,8 +18,7 @@
  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.         *
  ***************************************************************************/
 
-#ifndef BUFFERWIDGET_H_
-#define BUFFERWIDGET_H_
+#pragma once
 
 #include "ui_bufferwidget.h"
 
@@ -75,6 +74,3 @@ private:
     bool _autoMarkerLine;
     bool _autoMarkerLineOnLostFocus;
 };
-
-
-#endif