diff options
Diffstat (limited to 'kmail/colorlistbox.cpp')
-rw-r--r-- | kmail/colorlistbox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/colorlistbox.cpp b/kmail/colorlistbox.cpp index a0ebc8253..a813a910d 100644 --- a/kmail/colorlistbox.cpp +++ b/kmail/colorlistbox.cpp @@ -29,8 +29,8 @@ #include "colorlistbox.h" -ColorListBox::ColorListBox( TQWidget *tqparent, const char *name, WFlags f ) - :KListBox( tqparent, name, f ), mCurrentOnDragEnter(-1) +ColorListBox::ColorListBox( TQWidget *parent, const char *name, WFlags f ) + :KListBox( parent, name, f ), mCurrentOnDragEnter(-1) { connect( this, TQT_SIGNAL(selected(int)), this, TQT_SLOT(newColor(int)) ); setAcceptDrops( true); |