--1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable It my ethernal fight to let all applications use the styleguide I want to= =20 ask if anyone has a problem with the following patch: It basically lets the khelpcenter use the quit action instead of the close action, this is needed because of the section "quit" and the section "close" in the following page: http://developer.kde.org/documentation/standards/kde/style/basics/quitclos= e.html Index: khc_main.cc =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/kde/kdebase/khelpcenter/khc_main.cc,v retrieving revision 1.42 diff -u -3 -p -r1.42 khc_main.cc --- khc_main.cc 2001/07/23 14:52:32 1.42 +++ khc_main.cc 2001/07/25 08:41:37 @@ -92,7 +92,7 @@ KHMainWindow::KHMainWindow(const KURL &u setGeometry(366, 0, 800, 600); =20 (*actionCollection()) +=3D *doc->actionCollection(); - (void)KStdAction::close(this, SLOT(close()), actionCollection()); + (void)KStdAction::quit(this, SLOT(close()), actionCollection()); =20 back =3D new KToolBarPopupAction( i18n( "&Back" ), "back", ALT+Key_Lef= t, this, SLOT( slotBack() ), Index: khelpcenterui.rc =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/kde/kdebase/khelpcenter/khelpcenterui.rc,v retrieving revision 1.5 diff -u -3 -p -r1.5 khelpcenterui.rc --- khelpcenterui.rc 2001/07/23 14:52:32 1.5 +++ khelpcenterui.rc 2001/07/25 08:41:37 @@ -4,7 +4,7 @@ &File - + &Edit --=20 Thomas Zander zander@earthling.n= et The only thing worse than failure is the fear of trying something new --1yeeQ81UyVL57Vl7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7Xof5CojCW6H2z/QRAkBKAJsFeDJcfV60CBZgr8zbzDzciKwISACgtBIy sq3kvhmkZBrHsfGayBqhDcc= =FYYr -----END PGP SIGNATURE----- --1yeeQ81UyVL57Vl7--