X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fresizingstackedwidget.h;h=08baf2c1dd69e13e84920be94c304e0bbe824dde;hp=5b7a8a1d80905c565fa6e50184255c86f220b0ca;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222 diff --git a/src/uisupport/resizingstackedwidget.h b/src/uisupport/resizingstackedwidget.h index 5b7a8a1d..08baf2c1 100644 --- a/src/uisupport/resizingstackedwidget.h +++ b/src/uisupport/resizingstackedwidget.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -18,12 +18,13 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef RESIZINGSTACKEDWIDGET_H_ -#define RESIZINGSTACKEDWIDGET_H_ +#pragma once + +#include "uisupport-export.h" #include -class ResizingStackedWidget : public QStackedWidget +class UISUPPORT_EXPORT ResizingStackedWidget : public QStackedWidget { Q_OBJECT @@ -35,6 +36,3 @@ public: private slots: void indexChanged(int index); }; - - -#endif // RESIZINGSTACKEDWIDGET_H_