~ubuntu-branches/debian/sid/unixodbc/sid

« back to all changes in this revision

Viewing changes to odbcinstQ/CCredits.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2004-10-15 03:07:52 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041015030752-dzw4vhxlgycz3woj
Tags: 2.2.4-11
Brown paper bag me: conflicts do not write themselves just because
you add a line to the changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#include <qlayout.h>
6
6
#include <qlistbox.h>
7
7
#include <qdialog.h>
 
8
#include <qpushbutton.h>
8
9
 
9
10
class CCredits : public QDialog
10
11
{
11
12
        Q_OBJECT
12
13
public:
13
 
    CCredits( QWidget* parent = NULL, const char* name = NULL, bool bModal = TRUE );
 
14
    CCredits( QWidget* parent = 0, const char* name = 0 );
14
15
        virtual ~CCredits();
15
16
};
16
17