fix bugs for first-time user (no plist)
diff --git a/chatdialog.h b/chatdialog.h
index 97e5d6f..8adcc88 100644
--- a/chatdialog.h
+++ b/chatdialog.h
@@ -65,6 +65,7 @@
   void printTimeInCell(QTextTable *, time_t);
   void disableTreeDisplay();
   bool getLocalPrefix();
+  void initializeSync();
 
 private slots:
   void returnPressed();
@@ -111,7 +112,7 @@
 
   QList<QString> m_zombieList;
   int m_zombieIndex;
-  
+
   // icon related
   QAction *minimizeAction;
   QAction *maximizeAction;