summaryrefslogtreecommitdiff
path: root/src/sync/sshsynchandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sync/sshsynchandler.h')
-rw-r--r--src/sync/sshsynchandler.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/sync/sshsynchandler.h b/src/sync/sshsynchandler.h
index 4c1718d9..994854ce 100644
--- a/src/sync/sshsynchandler.h
+++ b/src/sync/sshsynchandler.h
@@ -3,7 +3,7 @@
* This file is a part of the rekonq project
*
* Copyright (C) 2011 by Andrea Diamantini <adjam7 at gmail dot com>
-* 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
@@ -24,6 +24,7 @@
*
* ============================================================ */
+
#ifndef SSHSYNCHANDLER_H
#define SSHSYNCHANDLER_H
@@ -36,21 +37,20 @@
// Forward Declarations
class KJob;
-class KJob;
class SSHSyncHandler : public SyncHandler
{
Q_OBJECT
public:
- explicit SSHSyncHandler(QObject *parent = 0);
-
- void syncHistory();
- void syncBookmarks();
- void syncPasswords();
+ explicit SSHSyncHandler(QObject *parent = 0);
+
+ void syncHistory();
+ void syncBookmarks();
+ void syncPasswords();
+
+ void initialLoadAndCheck();
- void initialLoadAndCheck();
-
private Q_SLOTS:
void onBookmarksSyncFinished(KJob *);
void onBookmarksStatFinished(KJob *);