diff --git a/INSTALL b/INSTALL deleted file mode 100644 index 94dfe122..00000000 --- a/INSTALL +++ /dev/null @@ -1,15 +0,0 @@ -Installation -============ - -To compile, do the usual -./configure -make -# get superuser permissions, for example using su -make install - -This assumes that you already have KDE 3.0 running, of course. - -IMPORTANT ---------- -After installing KRfb you must restart KDE in order to load the -kded module. diff --git a/Makefile.am b/Makefile.am index 0aba2fb0..eb943058 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,6 @@ SUBDIRS = srvloc kinetd libvncserver krfb kcm_krfb -EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO NOTES \ - ROADMAP DCOP-INTERFACE krfb.lsm +EXTRA_DIST = AUTHORS README TODO NOTES DCOP-INTERFACE # not a GNU package. You can remove this line, if # have all needed files, that a GNU package needs diff --git a/TODO b/TODO index f2c2a2ec..568b4ed7 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ For 3.1: -- make sure that KMail supports vnc urls or use files - write SLP service template for remote desktop protocols + (documentation) For 3.2: - enhance RFB with SASL authentication (Kerberos) diff --git a/krfb/configuration.cc b/krfb/configuration.cc index ce15ae57..cbf9a208 100644 --- a/krfb/configuration.cc +++ b/krfb/configuration.cc @@ -360,9 +360,6 @@ int Configuration::preferredPort() const } -// hostname is implemented in configuration_hostname.cpp -// QString Configuration::hostname() - ////////////// invitation manage dialog ////////////////////////// void Configuration::showManageInvitationsDialog() {