Update of /cvsroot/kbear/kbear/kbear
In directory sc8-pr-cvs1:/tmp/cvs-serv3212/kbear
Modified Files:
kbearclassicmainwindow.h
Log Message:
Index: kbearclassicmainwindow.h
===================================================================
RCS file: /cvsroot/kbear/kbear/kbear/kbearclassicmainwindow.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** kbearclassicmainwindow.h 11 Jun 2003 23:29:08 -0000 1.11
--- kbearclassicmainwindow.h 17 Nov 2003 13:48:14 -0000 1.12
***************
*** 105,108 ****
--- 105,110 ----
/** */
virtual QPtrList<KBearChildViewIface> childViews();
+ signals:
+ void localViewGotFocus( bool );
public slots:
/** Update of the window menu contents. */
|