diff options
Diffstat (limited to 'konq-plugins/sidebar/newsticker/nspanel.cpp')
-rw-r--r-- | konq-plugins/sidebar/newsticker/nspanel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/konq-plugins/sidebar/newsticker/nspanel.cpp b/konq-plugins/sidebar/newsticker/nspanel.cpp index a5c1261..22bb3a7 100644 --- a/konq-plugins/sidebar/newsticker/nspanel.cpp +++ b/konq-plugins/sidebar/newsticker/nspanel.cpp @@ -36,12 +36,12 @@ namespace KSB_News { // ListBox including ToolTip for item //////////////////////////////////////////////////////////////// TTListBox::TTListBox(TQWidget *parent, const char *name, WFlags f) - : KListBox(parent, name, f), + : TDEListBox(parent, name, f), TQToolTip(this) { } void TTListBox::clear() { - KListBox::clear(); + TDEListBox::clear(); } void TTListBox::maybeTip(const TQPoint &point) { |