diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
commit | 529c1ea243b4b08398f2728630ae6a1e7933e57b (patch) | |
tree | 7e709f0749277a2fc64fa36421f7c1c69c89faf7 /client/config | |
parent | 6b63f133e6dee6a79f8d592130662fa4d4ed206a (diff) | |
download | twin-style-crystal-529c1ea243b4b08398f2728630ae6a1e7933e57b.tar.gz twin-style-crystal-529c1ea243b4b08398f2728630ae6a1e7933e57b.zip |
rename the following methods:
tqfind find
tqreplace replace
tqcontains contains
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kwin-style-crystal@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'client/config')
-rw-r--r-- | client/config/crystalconfig.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/config/crystalconfig.cc b/client/config/crystalconfig.cc index 50d21e6..a9347ba 100644 --- a/client/config/crystalconfig.cc +++ b/client/config/crystalconfig.cc @@ -222,7 +222,7 @@ void CrystalConfig::load(KConfig*) dialog_->buttonTheme->setCurrentItem(config_->readNumEntry("ButtonTheme",8)); dialog_->updateTime->setValue(config_->readNumEntry("RepaintTime",200)); - button=(TQRadioButton*)dialog_->repaintMode->tqfind(config_->readNumEntry("RepaintMode",1)); + button=(TQRadioButton*)dialog_->repaintMode->find(config_->readNumEntry("RepaintMode",1)); if (button)button->setChecked(true); dialog_->active_blur->setValue(config_->readNumEntry("ActiveBlur",0)); |