diff options
Diffstat (limited to 'khtml')
-rw-r--r-- | khtml/khtmlview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/khtmlview.h b/khtml/khtmlview.h index 65e432090..45d90b09f 100644 --- a/khtml/khtmlview.h +++ b/khtml/khtmlview.h @@ -231,7 +231,7 @@ protected slots: #ifndef NO_SMOOTH_SCROLL_HACK void scrollTick(); #else - void scrollTick() {}; // tqmoc cannot handle #if + void scrollTick() {}; // moc cannot handle #if #endif private slots: |