Mercurial: code cosmetics

Change-Id: Id7257fc5ccdcc4d36b276278906902f12d7e8c57
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
hjk
2012-01-07 14:32:59 +01:00
parent 595f4ce2d5
commit 2a548814a5
15 changed files with 134 additions and 146 deletions

View File

@@ -30,20 +30,20 @@
**
**************************************************************************/
#ifndef REVERTDIALOG_H
#define REVERTDIALOG_H
#ifndef MERCURIAL_REVERTDIALOG_H
#define MERCURIAL_REVERTDIALOG_H
#include "ui_revertdialog.h"
#include <QtGui/QDialog>
namespace Mercurial {
namespace Internal {
class RevertDialog : public QDialog
{
Q_OBJECT
public:
RevertDialog(QWidget *parent = 0);
~RevertDialog();
@@ -59,4 +59,5 @@ private:
} // namespace Internal
} // namespace Mercurial
#endif // REVERTDIALOG_H
#endif // MERCURIAL_REVERTDIALOG_H