diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-23 19:18:34 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-23 19:18:34 +0900 |
| commit | 3a9dd099fed19700ed32ad36f6a65b1eb7d6200e (patch) | |
| tree | 97f448ab8c71ce1efa46f083e06e4f6bb84963bb /kmilo/thinkpad/kcmthinkpad/main.cpp | |
| parent | 44f4c3e8bee96027983bf23b97aef63c4b925813 (diff) | |
| download | tdeutils-3a9dd099fed19700ed32ad36f6a65b1eb7d6200e.tar.gz tdeutils-3a9dd099fed19700ed32ad36f6a65b1eb7d6200e.zip | |
Rename KDE_BINDIR to TDE_BINDIR
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmilo/thinkpad/kcmthinkpad/main.cpp')
| -rw-r--r-- | kmilo/thinkpad/kcmthinkpad/main.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kmilo/thinkpad/kcmthinkpad/main.cpp b/kmilo/thinkpad/kcmthinkpad/main.cpp index fd893d6..be15401 100644 --- a/kmilo/thinkpad/kcmthinkpad/main.cpp +++ b/kmilo/thinkpad/kcmthinkpad/main.cpp @@ -173,11 +173,11 @@ void KCMThinkpadModule::load(bool useDefaults) { m_KCMThinkpadGeneral->mCbRun->setChecked(config.readBoolEntry("run", false)); m_KCMThinkpadGeneral->mCbSoftwareVolume->setChecked(config.readBoolEntry("softwareVolume", true)); m_KCMThinkpadGeneral->mSpinboxVolumeStep->setValue(config.readNumEntry("volumeStep", 14)); - m_KCMThinkpadGeneral->commandExec->setURL(config.readEntry("buttonThinkpad", KDE_BINDIR "/konsole")); - m_KCMThinkpadGeneral->commandExecHome->setURL(config.readEntry("buttonHome", KDE_BINDIR "/konqueror")); - m_KCMThinkpadGeneral->commandExecSearch->setURL(config.readEntry("buttonSearch", KDE_BINDIR "/kfind")); - m_KCMThinkpadGeneral->commandExecMail->setURL(config.readEntry("buttonMail", KDE_BINDIR "/kmail")); - m_KCMThinkpadGeneral->commandExecZoom->setURL(config.readEntry("buttonZoom", KDE_BINDIR "/ksnapshot")); + m_KCMThinkpadGeneral->commandExec->setURL(config.readEntry("buttonThinkpad", TDE_BINDIR "/konsole")); + m_KCMThinkpadGeneral->commandExecHome->setURL(config.readEntry("buttonHome", TDE_BINDIR "/konqueror")); + m_KCMThinkpadGeneral->commandExecSearch->setURL(config.readEntry("buttonSearch", TDE_BINDIR "/kfind")); + m_KCMThinkpadGeneral->commandExecMail->setURL(config.readEntry("buttonMail", TDE_BINDIR "/kmail")); + m_KCMThinkpadGeneral->commandExecZoom->setURL(config.readEntry("buttonZoom", TDE_BINDIR "/ksnapshot")); m_nvramFile = config.readEntry("nvram", "/dev/nvram"); emit changed( useDefaults ); |
