X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.h;h=d54df8c9532c0ee8bde2122cd18521bdaf6785b8;hp=f2f85421d09d39f7c56e8083318ae11316d74430;hb=c65cdada4836f01fe920b09c7fc861cb70c09ac7;hpb=04315f46a16fc3627218377071e008b6b9744992 diff --git a/src/qtui/aboutdlg.h b/src/qtui/aboutdlg.h index f2f85421..d54df8c9 100644 --- a/src/qtui/aboutdlg.h +++ b/src/qtui/aboutdlg.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2015 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -25,6 +25,8 @@ #include "ui_aboutdlg.h" +class AboutData; + class AboutDlg : public QDialog { Q_OBJECT @@ -39,6 +41,8 @@ private: QString authors() const; QString contributors() const; QString thanksTo() const; + + AboutData *_aboutData; };