[gnote] Remove include of syncdialog.hpp



commit 6ceeea29533924130df4e58c35bf449380b4ce3e
Author: Aurimas Äernius <aurisc4 gmail com>
Date:   Fri Jan 18 22:28:07 2013 +0200

    Remove include of syncdialog.hpp
    
    Replace by syncui.hpp.

 src/synchronization/syncmanager.hpp |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/synchronization/syncmanager.hpp b/src/synchronization/syncmanager.hpp
index 89d068c..3a931ed 100644
--- a/src/synchronization/syncmanager.hpp
+++ b/src/synchronization/syncmanager.hpp
@@ -30,7 +30,7 @@
 #include <glibmm/thread.h>
 
 #include "note.hpp"
-#include "syncdialog.hpp"
+#include "syncui.hpp"
 #include "base/singleton.hpp"
 #include "sharp/datetime.hpp"
 #include "sharp/timespan.hpp"
@@ -40,7 +40,6 @@ namespace gnote {
 namespace sync {
 
   class SyncServiceAddin;
-  class SyncUI;
 
   class SyncClient
   {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]