summaryrefslogtreecommitdiff
path: root/src/plugins/mercurial/srcdestdialog.h
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-01-07 14:32:59 +0100
committerhjk <qthjk@ovi.com>2012-01-11 11:40:41 +0100
commit2a548814a5d416f9d8ce4761ad0fe8b188b9206b (patch)
tree1b3e56dc5b3277cd7da25349383b88415d647332 /src/plugins/mercurial/srcdestdialog.h
parent595f4ce2d5f6e9668f58578eef8c43be3474340f (diff)
downloadqt-creator-2a548814a5d416f9d8ce4761ad0fe8b188b9206b.tar.gz
Mercurial: code cosmetics
Change-Id: Id7257fc5ccdcc4d36b276278906902f12d7e8c57 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/plugins/mercurial/srcdestdialog.h')
-rw-r--r--src/plugins/mercurial/srcdestdialog.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/plugins/mercurial/srcdestdialog.h b/src/plugins/mercurial/srcdestdialog.h
index 06a55ce819..9463f931ab 100644
--- a/src/plugins/mercurial/srcdestdialog.h
+++ b/src/plugins/mercurial/srcdestdialog.h
@@ -33,21 +33,19 @@
#ifndef SRCDESTDIALOG_H
#define SRCDESTDIALOG_H
-#include <QtGui/QDialog>
#include <utils/pathchooser.h>
+#include <QtGui/QDialog>
namespace Mercurial {
namespace Internal {
-namespace Ui {
-class SrcDestDialog;
-}
+namespace Ui { class SrcDestDialog; }
class SrcDestDialog : public QDialog
{
Q_OBJECT
-public:
+public:
SrcDestDialog(QWidget *parent = 0);
~SrcDestDialog();
void setPathChooserKind(Utils::PathChooser::Kind kind);
@@ -62,4 +60,5 @@ private:
} // namespace Internal
} // namespace Mercurial
+
#endif // SRCDESTDIALOG_H