X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.h;h=d54df8c9532c0ee8bde2122cd18521bdaf6785b8;hb=921321156c2f1ceed0e02d519a1835e63e8c8b48;hp=a2e76ac5abe0672a5d0e6deaf4e05ff7c57f233c;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222;p=quassel.git diff --git a/src/qtui/aboutdlg.h b/src/qtui/aboutdlg.h index a2e76ac5..d54df8c9 100644 --- a/src/qtui/aboutdlg.h +++ b/src/qtui/aboutdlg.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 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; };