summaryrefslogtreecommitdiff
path: root/src/sync/syncsshsettingswidget.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-07-09 17:26:36 +0200
committerAndrea Diamantini <adjam7@gmail.com>2013-07-09 17:26:36 +0200
commitf3a0c16bd631a2274f25de70ec07159bd932883c (patch)
treee56a8eeb3a6aa99e6895b9852f47db050f3a4210 /src/sync/syncsshsettingswidget.h
parentAdd a simple ssh sync handler (diff)
downloadrekonq-f3a0c16bd631a2274f25de70ec07159bd932883c.tar.xz
spaces, indentation, licenses clean up in ssh sync new code
Diffstat (limited to 'src/sync/syncsshsettingswidget.h')
-rw-r--r--src/sync/syncsshsettingswidget.h19
1 files changed, 12 insertions, 7 deletions
diff --git a/src/sync/syncsshsettingswidget.h b/src/sync/syncsshsettingswidget.h
index 051be78e..92a3ad35 100644
--- a/src/sync/syncsshsettingswidget.h
+++ b/src/sync/syncsshsettingswidget.h
@@ -2,7 +2,7 @@
*
* This file is a part of the rekonq project
*
-* Copyright (C) 2013 by Radu Andries <admiral0 at tuxfamily dot org>
+* Copyright (C) 2013 by Radu Andries <admiral0 at tuxfamily dot org>
*
*
* This program is free software; you can redistribute it and/or
@@ -22,24 +22,29 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* ============================================================ */
+
+
#ifndef SYNCSSHSETTINGSWIDGET_H
#define SYNCSSHSETTINGSWIDGET_H
+// Qt Includes
#include <QWizardPage>
+// Ui Includes
#include "ui_sync_ssh_settings.h"
+
class SyncSSHSettingsWidget : public QWizardPage, private Ui::SyncSSHSettings
{
Q_OBJECT
+
public:
-
- explicit SyncSSHSettingsWidget(QWidget *parent = 0);
+ explicit SyncSSHSettingsWidget(QWidget *parent = 0);
+
+ int nextId() const;
- int nextId() const;
-
-private slots:
- void toggleUserPass(bool enabled);
+private Q_SLOTS:
+ void toggleUserPass(bool enabled);
};
#endif // SYNCSSHSETTINGSWIDGET_H