Chris@125: /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ Chris@125: Chris@125: /* Chris@125: EasyMercurial Chris@125: Chris@125: Based on hgExplorer by Jari Korhonen Chris@125: Copyright (c) 2010 Jari Korhonen Chris@560: Copyright (c) 2012 Chris Cannam Chris@560: Copyright (c) 2012 Queen Mary, University of London Chris@125: Chris@125: This program is free software; you can redistribute it and/or Chris@125: modify it under the terms of the GNU General Public License as Chris@125: published by the Free Software Foundation; either version 2 of the Chris@125: License, or (at your option) any later version. See the file Chris@125: COPYING included with this distribution for more information. Chris@125: */ Chris@125: Chris@125: #ifndef INCOMING_DIALOG_H Chris@125: #define INCOMING_DIALOG_H Chris@125: Chris@125: #include Chris@125: Chris@125: class IncomingDialog : public QDialog Chris@125: { Chris@125: Q_OBJECT Chris@125: Chris@125: public: Chris@125: IncomingDialog(QWidget *parent, QString incoming); Chris@125: }; Chris@125: Chris@125: #endif