[Kde-cygwin-cvs] CVS: qt-3/examples/helpsystem main.cpp,1.1.1.2,1.2 mainwindow.cpp,1.1.1.2,1.2 mainw
Status: Inactive
Brought to you by:
habacker
From: Christian E. <che...@us...> - 2005-09-23 09:41:23
|
Update of /cvsroot/kde-cygwin/qt-3/examples/helpsystem In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/examples/helpsystem Modified Files: main.cpp mainwindow.cpp mainwindow.h tooltip.cpp tooltip.h whatsthis.cpp whatsthis.h Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: main.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/helpsystem/main.cpp,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- main.cpp 22 Sep 2005 12:59:43 -0000 1.1.1.2 +++ main.cpp 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. Index: mainwindow.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/helpsystem/mainwindow.cpp,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- mainwindow.cpp 22 Sep 2005 12:59:43 -0000 1.1.1.2 +++ mainwindow.cpp 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. Index: mainwindow.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/helpsystem/mainwindow.h,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- mainwindow.h 22 Sep 2005 12:59:43 -0000 1.1.1.2 +++ mainwindow.h 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. Index: tooltip.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/helpsystem/tooltip.cpp,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- tooltip.cpp 22 Sep 2005 12:59:43 -0000 1.1.1.2 +++ tooltip.cpp 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. @@ -25,9 +25,9 @@ int section = 0; if ( header->orientation() == Horizontal ) - section = header->sectionAt( header->offset() + p.x() ); + section= header->sectionAt( p.x() ); else - section = header->sectionAt( header->offset() + p.y() ); + section= header->sectionAt( p.y() ); QString tipString = header->label( section ); tip( header->sectionRect( section ), tipString, "This is a section in a header" ); Index: tooltip.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/helpsystem/tooltip.h,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- tooltip.h 22 Sep 2005 12:59:43 -0000 1.1.1.2 +++ tooltip.h 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. Index: whatsthis.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/helpsystem/whatsthis.cpp,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- whatsthis.cpp 22 Sep 2005 12:59:43 -0000 1.1.1.2 +++ whatsthis.cpp 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. Index: whatsthis.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/examples/helpsystem/whatsthis.h,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- whatsthis.h 22 Sep 2005 12:59:43 -0000 1.1.1.2 +++ whatsthis.h 23 Sep 2005 09:40:28 -0000 1.2 @@ -1,7 +1,7 @@ /**************************************************************************** -** $Id$ +** ** -** Copyright (C) 1992-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. |