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

« back to all changes in this revision

Viewing changes to DataManager/classDataManager.cpp

  • 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:
10
10
 * Peter Harvey         - pharvey@codebydesign.com
11
11
 **************************************************/
12
12
#include "classDataManager.h"
13
 
#include "LinuxODBC.xpm"
 
13
#include "ODBC.xpm"
14
14
 
15
15
classDataManager::classDataManager( QWidget *pParent, const char *pszName )
16
16
        : QWidget( pParent, pszName ) //, 503808 )
17
17
{
18
18
        setCaption( "DataManager " VERSION );
19
19
 
20
 
        setIcon( QPixmap( LinuxODBC_xpm ) );
 
20
        setIcon( QPixmap( xpmODBC ) );
21
21
 
22
22
        splSplitter = new QSplitter( this, "splSplitter" );
23
23