diff options
Diffstat (limited to 'konq-plugins/sidebar/newsticker/norsswidget.h')
-rw-r--r-- | konq-plugins/sidebar/newsticker/norsswidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/konq-plugins/sidebar/newsticker/norsswidget.h b/konq-plugins/sidebar/newsticker/norsswidget.h index 62dd437..1bea54c 100644 --- a/konq-plugins/sidebar/newsticker/norsswidget.h +++ b/konq-plugins/sidebar/newsticker/norsswidget.h @@ -26,7 +26,7 @@ #define _NORSSWIDGET_H_ -class KConfigDialog; +class TDEConfigDialog; namespace KSB_News { @@ -43,7 +43,7 @@ namespace KSB_News { void slotConfigure_okClicked(); private: - KConfigDialog *m_confdlg; + TDEConfigDialog *m_confdlg; }; |