summaryrefslogtreecommitdiffstats
path: root/konq-plugins/sidebar/newsticker/nspanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konq-plugins/sidebar/newsticker/nspanel.cpp')
-rw-r--r--konq-plugins/sidebar/newsticker/nspanel.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/konq-plugins/sidebar/newsticker/nspanel.cpp b/konq-plugins/sidebar/newsticker/nspanel.cpp
index e58d0c4..56a7c52 100644
--- a/konq-plugins/sidebar/newsticker/nspanel.cpp
+++ b/konq-plugins/sidebar/newsticker/nspanel.cpp
@@ -35,8 +35,8 @@ namespace KSB_News {
////////////////////////////////////////////////////////////////
// ListBox including ToolTip for item
////////////////////////////////////////////////////////////////
- TTListBox::TTListBox(TQWidget *tqparent, const char *name, WFlags f)
- : KListBox(tqparent, name, f),
+ TTListBox::TTListBox(TQWidget *parent, const char *name, WFlags f)
+ : KListBox(parent, name, f),
TQToolTip(this) {
}
@@ -61,9 +61,9 @@ namespace KSB_News {
- NSPanel::NSPanel(TQObject *tqparent, const char *name, const TQString &key,
+ NSPanel::NSPanel(TQObject *parent, const char *name, const TQString &key,
DCOPRef *rssservice)
- :TQObject(tqparent, name)
+ :TQObject(parent, name)
,DCOPObject(TQString(TQString("sidebar-newsticker-")+key).latin1())
,m_listbox()
,m_pixmap()