diff options
Diffstat (limited to 'kmail/tdelistboxdialog.cpp')
-rw-r--r-- | kmail/tdelistboxdialog.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/tdelistboxdialog.cpp b/kmail/tdelistboxdialog.cpp index 89fd00936..d6aabce76 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 ); } |