summaryrefslogtreecommitdiffstats
path: root/krename/kmyhistorycombo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krename/kmyhistorycombo.cpp')
-rw-r--r--krename/kmyhistorycombo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krename/kmyhistorycombo.cpp b/krename/kmyhistorycombo.cpp
index fec4707..4951300 100644
--- a/krename/kmyhistorycombo.cpp
+++ b/krename/kmyhistorycombo.cpp
@@ -41,7 +41,7 @@ KMyHistoryCombo::KMyHistoryCombo( bool customPopup, TQWidget* parent, const char
{
TQStringList history;
TQStringList completion;
- KConfig* config = kapp->config();
+ TDEConfig* config = kapp->config();
config->setGroup( name );
this->setDuplicatesEnabled( false );
@@ -71,7 +71,7 @@ void KMyHistoryCombo::saveSettings()
{
addToHistory( text() );
- KConfig* config = kapp->config();
+ TDEConfig* config = kapp->config();
config->setGroup( name() ? name() : "KMyHistoryCombo" );
config->writeEntry( "History", historyItems() );