diff options
Diffstat (limited to 'konversation/src/quickbuttons_preferences.cpp')
-rw-r--r-- | konversation/src/quickbuttons_preferences.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/konversation/src/quickbuttons_preferences.cpp b/konversation/src/quickbuttons_preferences.cpp index 564e1ee..98f5c39 100644 --- a/konversation/src/quickbuttons_preferences.cpp +++ b/konversation/src/quickbuttons_preferences.cpp @@ -81,7 +81,7 @@ void QuickButtons_Config::setButtonsListView(const TQStringList &buttonList) void QuickButtons_Config::saveSettings() { // get configuration object - KConfig* config=kapp->config(); + TDEConfig* config=kapp->config(); // delete all buttons config->deleteGroup("Button List"); @@ -101,7 +101,7 @@ void QuickButtons_Config::saveSettings() config->writeEntry(TQString("Button%1").arg(index),newList[index]); } // for } - // if there were no buttons at all, write a dummy entry to prevent KConfigXT from "optimizing" + // if there were no buttons at all, write a dummy entry to prevent TDEConfigXT from "optimizing" // the group out, which would in turn make konvi restore the default buttons else config->writeEntry("Empty List",TQString()); |