diff options
Diffstat (limited to 'ktouch/src/ktouchtrainer.cpp')
-rw-r--r-- | ktouch/src/ktouchtrainer.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ktouch/src/ktouchtrainer.cpp b/ktouch/src/ktouchtrainer.cpp index 7ed140ca..b13b3a30 100644 --- a/ktouch/src/ktouchtrainer.cpp +++ b/ktouch/src/ktouchtrainer.cpp @@ -51,9 +51,9 @@ KTouchTrainer::KTouchTrainer(KTouchStatus *status, KTouchSlideLine *slideLine, K m_sessionStats.clear(); /// \todo preload sounds and improve sound playback system - m_levelUpSound = KGlobal::dirs()->findResource("appdata","up.wav"); - m_levelDownSound = KGlobal::dirs()->findResource("appdata","down.wav"); - m_typeWriterSound = KGlobal::dirs()->findResource("appdata","typewriter.wav"); + m_levelUpSound = TDEGlobal::dirs()->findResource("appdata","up.wav"); + m_levelDownSound = TDEGlobal::dirs()->findResource("appdata","down.wav"); + m_typeWriterSound = TDEGlobal::dirs()->findResource("appdata","typewriter.wav"); connect(m_statusWidget->levelUpBtn, TQT_SIGNAL(clicked()), this, TQT_SLOT(levelUp()) ); connect(m_statusWidget->levelDownBtn, TQT_SIGNAL(clicked()), this, TQT_SLOT(levelDown()) ); |