summaryrefslogtreecommitdiffstats
path: root/kaddressbook/views/colorlistbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/views/colorlistbox.cpp')
-rw-r--r--kaddressbook/views/colorlistbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/views/colorlistbox.cpp b/kaddressbook/views/colorlistbox.cpp
index a003246f..54ad38b3 100644
--- a/kaddressbook/views/colorlistbox.cpp
+++ b/kaddressbook/views/colorlistbox.cpp
@@ -26,7 +26,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);