diff options
Diffstat (limited to 'kopete/protocols/gadu/gaduaway.cpp')
-rw-r--r-- | kopete/protocols/gadu/gaduaway.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/gadu/gaduaway.cpp b/kopete/protocols/gadu/gaduaway.cpp index 592c545e..d56fc124 100644 --- a/kopete/protocols/gadu/gaduaway.cpp +++ b/kopete/protocols/gadu/gaduaway.cpp @@ -58,7 +58,7 @@ GaduAway::GaduAway( GaduAccount* account, TQWidget* parent, const char* name ) } ui_->textEdit_->setText( account->myself()->property( "awayMessage" ).value().toString() ); - connect( this, TQT_SIGNAL( applyClicked() ), TQT_SLOT( slotApply() ) ); + connect( this, TQ_SIGNAL( applyClicked() ), TQ_SLOT( slotApply() ) ); } int |