summaryrefslogtreecommitdiffstats
path: root/kontact/src/iconsidepane.h
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/src/iconsidepane.h')
-rw-r--r--kontact/src/iconsidepane.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kontact/src/iconsidepane.h b/kontact/src/iconsidepane.h
index d7cc532d..d215558d 100644
--- a/kontact/src/iconsidepane.h
+++ b/kontact/src/iconsidepane.h
@@ -91,8 +91,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 ) {
@@ -120,7 +120,7 @@ class Navigator : public KListBox
Q_OBJECT
TQ_OBJECT
public:
- Navigator( IconSidePane *tqparent = 0, const char *name = 0 );
+ Navigator( IconSidePane *parent = 0, const char *name = 0 );
virtual void setSelected( TQListBoxItem *, bool );
@@ -176,7 +176,7 @@ class IconSidePane : public SidePaneBase
Q_OBJECT
TQ_OBJECT
public:
- IconSidePane( Core *core, TQWidget *tqparent, const char *name = 0 );
+ IconSidePane( Core *core, TQWidget *parent, const char *name = 0 );
~IconSidePane();
virtual void indicateForegrunding( Kontact::Plugin* );