summaryrefslogtreecommitdiffstats
path: root/kbruch
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:55:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:55:31 -0600
commit3fe5b9df0c463a3e9508242ab01f4c0242cf988b (patch)
tree16e962a424e95227aee330976ea015dedcc0fd37 /kbruch
parente264bfc07830bec4b82578e3d7a26174e2cdc69f (diff)
downloadtdeedu-3fe5b9df0c463a3e9508242ab01f4c0242cf988b.tar.gz
tdeedu-3fe5b9df0c463a3e9508242ab01f4c0242cf988b.zip
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'kbruch')
-rw-r--r--kbruch/src/mainqtwidget.cpp4
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);