summaryrefslogtreecommitdiffstats
path: root/kmail/colorlistbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/colorlistbox.cpp')
-rw-r--r--kmail/colorlistbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/colorlistbox.cpp b/kmail/colorlistbox.cpp
index c7481924..a8610dcd 100644
--- a/kmail/colorlistbox.cpp
+++ b/kmail/colorlistbox.cpp
@@ -32,7 +32,7 @@
ColorListBox::ColorListBox( TQWidget *parent, const char *name, WFlags f )
:TDEListBox( parent, name, f ), mCurrentOnDragEnter(-1)
{
- connect( this, TQT_SIGNAL(selected(int)), this, TQT_SLOT(newColor(int)) );
+ connect( this, TQ_SIGNAL(selected(int)), this, TQ_SLOT(newColor(int)) );
setAcceptDrops( true);
}