summaryrefslogtreecommitdiffstats
path: root/ktalkd/kcmktalkd
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:29:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:29:01 -0600
commit4c899296290a7499b75b1bd88267d53d7d690ffe (patch)
treec08d380471f924338a10031b9d810d38af7c852a /ktalkd/kcmktalkd
parent7f8c2db2f66cc2bc671bc92e0fc4efa967ff2351 (diff)
downloadtdenetwork-4c899296290a7499b75b1bd88267d53d7d690ffe.tar.gz
tdenetwork-4c899296290a7499b75b1bd88267d53d7d690ffe.zip
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'ktalkd/kcmktalkd')
-rw-r--r--ktalkd/kcmktalkd/soundpage.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/ktalkd/kcmktalkd/soundpage.cpp b/ktalkd/kcmktalkd/soundpage.cpp
index f69d90b0..0752f7d7 100644
--- a/ktalkd/kcmktalkd/soundpage.cpp
+++ b/ktalkd/kcmktalkd/soundpage.cpp
@@ -273,8 +273,8 @@ void KSoundPageConfig::soundOnOff()
void KSoundPageConfig::defaults() {
- extprg_edit->lineEdit()->setText(KStandardDirs::findExe("ktalkdlg"));
- client_edit->lineEdit()->setText(KStandardDirs::findExe("konsole")+" -e talk");
+ extprg_edit->lineEdit()->setText(TDEStandardDirs::findExe("ktalkdlg"));
+ client_edit->lineEdit()->setText(TDEStandardDirs::findExe("konsole")+" -e talk");
// will be ktalk when ktalk is in CVS.
sound_cb->setChecked(true);
@@ -287,13 +287,13 @@ void KSoundPageConfig::load() {
config->setGroup("ktalkd");
announceconfig->setGroup("ktalkannounce");
- setenv("TDEBINDIR",TQFile::encodeName(KStandardDirs::kde_default("exe")),false/*don't overwrite*/);
+ setenv("TDEBINDIR",TQFile::encodeName(TDEStandardDirs::kde_default("exe")),false/*don't overwrite*/);
// for the first reading of the config file
extprg_edit->lineEdit()->setText(config->readPathEntry("ExtPrg",
- KStandardDirs::findExe("ktalkdlg")));
+ TDEStandardDirs::findExe("ktalkdlg")));
client_edit->lineEdit()->setText(announceconfig->readPathEntry("talkprg",
- KStandardDirs::findExe("konsole")+" -e talk")); // will be ktalk when ktalk is in CVS
+ TDEStandardDirs::findExe("konsole")+" -e talk")); // will be ktalk when ktalk is in CVS
bool b = announceconfig->readBoolEntry("Sound",true/*default value*/);
sound_cb->setChecked(b);