summaryrefslogtreecommitdiffstats
path: root/ksquirrel/ksquirrel.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksquirrel/ksquirrel.h')
-rw-r--r--ksquirrel/ksquirrel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksquirrel/ksquirrel.h b/ksquirrel/ksquirrel.h
index f76b268..5a4a3ed 100644
--- a/ksquirrel/ksquirrel.h
+++ b/ksquirrel/ksquirrel.h
@@ -323,7 +323,7 @@ class KSquirrel : public TDEMainWindow, public DCOPObject
*
* will call KSquirrel::control("image_next"), which will
* construct TQKeyEvent(TQEvent::KeyPress, TQt::Key_PageDown,
- * TQt::Key_PageDown, Qt::NoButton)
+ * TQt::Key_PageDown, TQt::NoButton)
* and send it to SQ_GLWidget. SQ_GLWidget will catch keypress event,
* and load next image in the current directory.
*/