summaryrefslogtreecommitdiffstats
path: root/interfaces/terminal/kde_terminal_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces/terminal/kde_terminal_interface.h')
-rw-r--r--interfaces/terminal/kde_terminal_interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/interfaces/terminal/kde_terminal_interface.h b/interfaces/terminal/kde_terminal_interface.h
index 406fdf1ec..b0f2b9d5f 100644
--- a/interfaces/terminal/kde_terminal_interface.h
+++ b/interfaces/terminal/kde_terminal_interface.h
@@ -78,8 +78,8 @@ class TQStrList;
* // or connect to one of the signals. Connect to the Part object,
* // not to the TerminalInterface, since the latter is no TQObject,
* // and as such cannot have signals..:
- * // connect( p, TQT_SIGNAL( processExited( int ) ),
- * // this, TQT_SLOT( shellExited( int ) ) );
+ * // connect( p, TQ_SIGNAL( processExited( int ) ),
+ * // this, TQ_SLOT( shellExited( int ) ) );
* // etc.
*
* \endcode