diff options
Diffstat (limited to 'src/ktechlab.cpp')
-rw-r--r-- | src/ktechlab.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ktechlab.cpp b/src/ktechlab.cpp index f25c8da..7910c78 100644 --- a/src/ktechlab.cpp +++ b/src/ktechlab.cpp @@ -152,7 +152,7 @@ TQStringList KTechlab::recentFiles() void KTechlab::setupToolDocks() { #if defined(KDE_MAKE_VERSION) -# if KDE_VERSION >= KDE_MAKE_VERSION(3,3,0) +# if TDE_VERSION >= KDE_MAKE_VERSION(3,3,0) setToolViewStyle( KMultiTabBar::KDEV3ICON ); # endif #endif @@ -474,7 +474,7 @@ void KTechlab::setupActions() ta->setChecked(true); connect( ta, TQT_SIGNAL(toggled(bool )), Simulator::self(), TQT_SLOT(slotSetSimulating(bool )) ); #if defined(KDE_MAKE_VERSION) -# if KDE_VERSION >= KDE_MAKE_VERSION(3,3,0) +# if TDE_VERSION >= KDE_MAKE_VERSION(3,3,0) ta->setCheckedState( KGuiItem( i18n("Pause Simulation"), "player_pause", 0 ) ); # endif #endif |