diff options
Diffstat (limited to 'kopete/libkopete/ui/kopeteview.h')
-rw-r--r-- | kopete/libkopete/ui/kopeteview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/ui/kopeteview.h b/kopete/libkopete/ui/kopeteview.h index b1daf472..86f3233f 100644 --- a/kopete/libkopete/ui/kopeteview.h +++ b/kopete/libkopete/ui/kopeteview.h @@ -120,7 +120,7 @@ class KOPETE_EXPORT KopeteView /** * @brief Inform the view the message was sent successfully * - * This should be reimplemented as a TQT_SLOT in any derived objects + * This should be reimplemented as a TQ_SLOT in any derived objects */ virtual void messageSentSuccessfully() = 0; |