|
|
|
@ -107,7 +107,7 @@ MainQtWidget::MainQtWidget()
|
|
|
|
|
TQObject::connect(m_exerciseFactorize, TQT_SIGNAL(signalExerciseSolvedCorrect()), m_statview, TQT_SLOT(addCorrect()));
|
|
|
|
|
TQObject::connect(m_exerciseFactorize, TQT_SIGNAL(signalExerciseSolvedWrong()), m_statview, TQT_SLOT(addWrong()));
|
|
|
|
|
|
|
|
|
|
#if (KDE_VERSION_MINOR>=3) && (KDE_VERSION_MAJOR>=3)
|
|
|
|
|
#if (TDE_VERSION_MINOR>=3) && (TDE_VERSION_MAJOR>=3)
|
|
|
|
|
#else
|
|
|
|
|
resize(TQSize(TQMAX(toolBar()->tqsizeHint().width(), tqsizeHint().width()), tqsizeHint().height()));
|
|
|
|
|
#endif
|
|
|
|
@ -241,7 +241,7 @@ void MainQtWidget::setupActions()
|
|
|
|
|
// now connect the ComboBox's signal textChanged() to the slot function
|
|
|
|
|
TQObject::connect(m_OperationBox, TQT_SIGNAL(activated(int)), this, TQT_SLOT(OperationBoxSlot()));
|
|
|
|
|
|
|
|
|
|
#if (KDE_VERSION_MINOR>=3) && (KDE_VERSION_MAJOR>=3)
|
|
|
|
|
#if (TDE_VERSION_MINOR>=3) && (TDE_VERSION_MAJOR>=3)
|
|
|
|
|
if (!initialGeometrySet())
|
|
|
|
|
resize( TQSize(725, 330).expandedTo(tqminimumSizeHint()));
|
|
|
|
|
setupGUI(ToolBar | Keys | StatusBar | Create);
|
|
|
|
|