diff options
Diffstat (limited to 'koshell/iconsidepane.h')
-rw-r--r-- | koshell/iconsidepane.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/koshell/iconsidepane.h b/koshell/iconsidepane.h index 3838967a..e0c4f7f0 100644 --- a/koshell/iconsidepane.h +++ b/koshell/iconsidepane.h @@ -90,8 +90,8 @@ class EntryItem : public TQListBoxItem class EntryItemToolTip : public TQToolTip { public: - EntryItemToolTip( TQListBox* tqparent ) - : TQToolTip( tqparent->viewport() ), mListBox( tqparent ) + EntryItemToolTip( TQListBox* parent ) + : TQToolTip( parent->viewport() ), mListBox( parent ) {} protected: void maybeTip( const TQPoint& p ) { @@ -119,7 +119,7 @@ class Navigator : public KListBox Q_OBJECT TQ_OBJECT public: - Navigator(bool _selectable, KPopupMenu*, IconSidePane *, TQWidget *tqparent = 0, const char *name = 0 ); + Navigator(bool _selectable, KPopupMenu*, IconSidePane *, TQWidget *parent = 0, const char *name = 0 ); int insertItem(const TQString &_text, const TQString &_pix); @@ -166,7 +166,7 @@ class IconSidePane :public TQVBox Q_OBJECT TQ_OBJECT public: - IconSidePane( TQWidget *tqparent, const char *name = 0 ); + IconSidePane( TQWidget *parent, const char *name = 0 ); ~IconSidePane(); void setActionCollection( KActionCollection *actionCollection ); |