diff options
Diffstat (limited to 'konversation/src/quickbuttons_preferences.cpp')
| -rw-r--r-- | konversation/src/quickbuttons_preferences.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/konversation/src/quickbuttons_preferences.cpp b/konversation/src/quickbuttons_preferences.cpp index 564e1ee..59163e5 100644 --- a/konversation/src/quickbuttons_preferences.cpp +++ b/konversation/src/quickbuttons_preferences.cpp @@ -25,8 +25,8 @@ #include <klistview.h> -QuickButtons_Config::QuickButtons_Config(TQWidget* parent, const char* name) - : QuickButtons_ConfigUI(parent, name) +QuickButtons_Config::QuickButtons_Config(TQWidget* tqparent, const char* name) + : QuickButtons_ConfigUI(tqparent, name) { // reset flag to defined state (used to block signals when just selecting a new item) m_newItemSelected=false; @@ -98,7 +98,7 @@ void QuickButtons_Config::saveSettings() for(unsigned int index=0;index<newList.count();index++) { // write the current button's name and definition - config->writeEntry(TQString("Button%1").arg(index),newList[index]); + config->writeEntry(TQString("Button%1").tqarg(index),newList[index]); } // for } // if there were no buttons at all, write a dummy entry to prevent KConfigXT from "optimizing" |
