summaryrefslogtreecommitdiffstats
path: root/kmail/tdelistboxdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/tdelistboxdialog.cpp')
-rw-r--r--kmail/tdelistboxdialog.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/tdelistboxdialog.cpp b/kmail/tdelistboxdialog.cpp
index 89fd0093..d6aabce7 100644
--- a/kmail/tdelistboxdialog.cpp
+++ b/kmail/tdelistboxdialog.cpp
@@ -39,10 +39,10 @@ TDEListBoxDialog::TDEListBoxDialog( TQString& _selectedString,
commentBelowLA->hide();
// signals and slots connections
- connect( entriesLB, TQT_SIGNAL( highlighted( const TQString& ) ),
- this, TQT_SLOT( highlighted( const TQString& ) ) );
- connect( entriesLB, TQT_SIGNAL( selected(int) ),
- TQT_SLOT( slotOk() ) );
+ connect( entriesLB, TQ_SIGNAL( highlighted( const TQString& ) ),
+ this, TQ_SLOT( highlighted( const TQString& ) ) );
+ connect( entriesLB, TQ_SIGNAL( selected(int) ),
+ TQ_SLOT( slotOk() ) );
// buddies
labelAboveLA->setBuddy( entriesLB );
}