A new hacky way to work with getLocalPrefix
diff --git a/chatdialog.h b/chatdialog.h
index a801931..69cfcfb 100644
--- a/chatdialog.h
+++ b/chatdialog.h
@@ -64,7 +64,7 @@
   QString formatTime(time_t);
   void printTimeInCell(QTextTable *, time_t);
   void disableTreeDisplay();
-  QString getLocalPrefix();
+  void getLocalPrefix();
 
 private slots:
   void returnPressed();