diff options
Diffstat (limited to 'kontact/src/sidepanebase.cpp')
-rw-r--r-- | kontact/src/sidepanebase.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kontact/src/sidepanebase.cpp b/kontact/src/sidepanebase.cpp index 486e273ba..92a3ce510 100644 --- a/kontact/src/sidepanebase.cpp +++ b/kontact/src/sidepanebase.cpp @@ -25,8 +25,8 @@ using namespace Kontact; -SidePaneBase::SidePaneBase( Core *core, TQWidget *tqparent, const char *name ) - : TQVBox( tqparent, name ), mCore( core ) +SidePaneBase::SidePaneBase( Core *core, TQWidget *parent, const char *name ) + : TQVBox( parent, name ), mCore( core ) { } |