|
|
|
@ -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
|
|
|
|
|