diff -r f19bbd639726 -r 36d140349897 mapeditor.h --- a/mapeditor.h Thu Jun 21 14:27:46 2007 +0000 +++ b/mapeditor.h Mon Jun 25 12:54:19 2007 +0000 @@ -239,8 +239,9 @@ void toggleStandardFlag(QString); BranchObj* findText(QString,bool); // Find object void findReset(); // Reset Find - void setURL(const QString &); // set the URL - void editURL(); // edit the URL + void setURL(const QString &); // set URL + void editURL(); // edit URL + void editLocalURL(); // edit URL to local file QString getURL(); // returns URL of selection or "" QStringList getURLs(); // returns URLs of subtree void editHeading2URL(); // copy heading to URL @@ -330,9 +331,16 @@ void timerEvent(QTimerEvent *event); +protected: + void sendSelection(); + +public: + void newServer(); + private slots: + void newClient(); + void sendData(const QString &s); void autosave (); - void newClient(); private: State state; // State of MapEditor