View | Details | Raw Unified
Collapse All | Expand All

(-) kpogre-0.97/kpogre/DbObjects/kpgdatabase.cpp (-1 / +1 lines)
 Lines 368-374    Link Here 
  {
  {
    kdError() << e.what() << endl;
    kdError() << e.what() << endl;
    KMessageBox::sorry(0, e.what());
    KMessageBox::sorry(0, e.what());
    return false;
    return;
  } 
  } 
}
}
(-) kpogre-0.97/kpogre/kpogreview.cpp (-1 / +1 lines)
 Lines 204-210    Link Here 
  connect(m_pTabPropertiesAndTerminals, SIGNAL(currentChanged( QWidget * )), this, SLOT  (slotTabWidgetCurrentChanged( QWidget *)) );
  connect(m_pTabPropertiesAndTerminals, SIGNAL(currentChanged( QWidget * )), this, SLOT  (slotTabWidgetCurrentChanged( QWidget *)) );
	
	
  //construct 10 KPGSqlQueryResultWindow
  //construct 10 KPGSqlQueryResultWindow
	m_ppTerminals = new (KPGSqlQueryResultWindow*)[10];
	m_ppTerminals = new KPGSqlQueryResultWindow*[10];
	tabIndex = 0;
	tabIndex = 0;
	KPGSqlQueryResultWindow* pQueryResultWindow;
	KPGSqlQueryResultWindow* pQueryResultWindow;
	for (int i=0 ; i<10 ; i++ )
	for (int i=0 ; i<10 ; i++ )