Various smaller stuff, some parts of the new identity settingspage, plus Quassel
[quassel.git] / src / core / core.h
index fc20772..1ceaec4 100644 (file)
@@ -50,7 +50,7 @@ class Core : public QObject {
     static void restoreState();
 
   private slots:
-    bool startListening(uint port = DEFAULT_PORT);
+    bool startListening(uint port = Global::defaultPort);
     void stopListening();
     void incomingConnection();
     void clientHasData();