diff options
Diffstat (limited to 'dcoprss/feedbrowser.h')
-rw-r--r-- | dcoprss/feedbrowser.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dcoprss/feedbrowser.h b/dcoprss/feedbrowser.h index 88d24ea8..460e63e7 100644 --- a/dcoprss/feedbrowser.h +++ b/dcoprss/feedbrowser.h @@ -12,7 +12,7 @@ class DCOPRSSIface : public TQObject, public DCOPObject Q_OBJECT // TQ_OBJECT public: - DCOPRSSIface( TQObject *tqparent, const char *name = 0 ); + DCOPRSSIface( TQObject *parent, const char *name = 0 ); k_dcop: void slotGotCategories( const TQStringList &categories ); @@ -29,8 +29,8 @@ class CategoryItem : public TQObject, public KListViewItem Q_OBJECT // TQ_OBJECT public: - CategoryItem( KListView *tqparent, const TQString &category ); - CategoryItem( KListViewItem *tqparent, const TQString &category ); + CategoryItem( KListView *parent, const TQString &category ); + CategoryItem( KListViewItem *parent, const TQString &category ); virtual void setOpen( bool open ); @@ -52,7 +52,7 @@ class FeedBrowserDlg : public KDialogBase // TQ_OBJECT friend class CategoryItem; public: - FeedBrowserDlg( TQWidget *tqparent, const char *name = 0 ); + FeedBrowserDlg( TQWidget *parent, const char *name = 0 ); private slots: void itemSelected( TQListViewItem *item ); |