diff options
Diffstat (limited to 'konq-plugins/sidebar/newsticker/norsswidget.cpp')
-rw-r--r-- | konq-plugins/sidebar/newsticker/norsswidget.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/konq-plugins/sidebar/newsticker/norsswidget.cpp b/konq-plugins/sidebar/newsticker/norsswidget.cpp index 9af7e65..8419dff 100644 --- a/konq-plugins/sidebar/newsticker/norsswidget.cpp +++ b/konq-plugins/sidebar/newsticker/norsswidget.cpp @@ -57,11 +57,11 @@ namespace KSB_News { // An instance of your dialog could be already created and could be // cached, in which case you want to display the cached dialog // instead of creating another one - if (KConfigDialog::showDialog("settings")) + if (TDEConfigDialog::showDialog("settings")) return; - // KConfigDialog didn't find an instance of this dialog, so lets create it - m_confdlg = new KConfigDialog(this, "settings", SidebarSettings::self(), + // TDEConfigDialog didn't find an instance of this dialog, so lets create it + m_confdlg = new TDEConfigDialog(this, "settings", SidebarSettings::self(), KDialogBase::Plain, KDialogBase::Ok|KDialogBase::Cancel|KDialogBase::Default, KDialogBase::Ok, |