summaryrefslogtreecommitdiffstats
path: root/kbugbuster/gui/msginputdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbugbuster/gui/msginputdialog.cpp')
-rw-r--r--kbugbuster/gui/msginputdialog.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kbugbuster/gui/msginputdialog.cpp b/kbugbuster/gui/msginputdialog.cpp
index a1e10a38..a16564e4 100644
--- a/kbugbuster/gui/msginputdialog.cpp
+++ b/kbugbuster/gui/msginputdialog.cpp
@@ -94,10 +94,10 @@ MsgInputDialog::MsgInputDialog(MsgInputDialog::MessageType type, const Bug &bug,
updatePresets();
l->setBuddy( mPresets );
- connect( mPresets, TQT_SIGNAL( executed( TQListBoxItem* ) ),
- TQT_SLOT( slotPresetSelected( TQListBoxItem * ) ) );
- connect( this, TQT_SIGNAL( user2Clicked() ), TQT_SLOT( editPresets() ) );
- connect( this, TQT_SIGNAL( user1Clicked() ), TQT_SLOT( clearMessage() ) );
+ connect( mPresets, TQ_SIGNAL( executed( TQListBoxItem* ) ),
+ TQ_SLOT( slotPresetSelected( TQListBoxItem * ) ) );
+ connect( this, TQ_SIGNAL( user2Clicked() ), TQ_SLOT( editPresets() ) );
+ connect( this, TQ_SIGNAL( user1Clicked() ), TQ_SLOT( clearMessage() ) );
mMessageEdit->setFocus();
if ( !quotedMsg.isEmpty() )