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