diff options
Diffstat (limited to 'kbruch/src')
-rw-r--r-- | kbruch/src/mainqtwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbruch/src/mainqtwidget.cpp b/kbruch/src/mainqtwidget.cpp index f7a19005..ed0836c8 100644 --- a/kbruch/src/mainqtwidget.cpp +++ b/kbruch/src/mainqtwidget.cpp @@ -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); |