diff options
Diffstat (limited to 'src/urldlg.cpp')
| -rw-r--r-- | src/urldlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/urldlg.cpp b/src/urldlg.cpp index a58cf5d..a88eaef 100644 --- a/src/urldlg.cpp +++ b/src/urldlg.cpp @@ -54,7 +54,7 @@ void UrlDlg::init_dlg() KHistoryCombo * combo = new KHistoryCombo(0,"history_combo"); combo->setDuplicatesEnabled(false); - KConfig *kc = KGlobal::config(); + KConfig *kc = TDEGlobal::config(); KConfigGroupSaver ks( kc, TQString::fromLatin1("Open-repository settings") ); int max = kc->readNumEntry( TQString::fromLatin1("Maximum history"), 15 ); combo->setMaxCount( max ); @@ -87,7 +87,7 @@ void UrlDlg::accept() KHistoryCombo *combo = static_cast<KHistoryCombo*>(urlRequester_->comboBox()); if (combo) { combo->addToHistory(urlRequester_->url()); - KConfig *kc = KGlobal::config(); + KConfig *kc = TDEGlobal::config(); KConfigGroupSaver ks(kc, TQString::fromLatin1("Open-repository settings")); kc->writeEntry(TQString::fromLatin1("History"), combo->historyItems()); kc->sync(); |
