diff options
Diffstat (limited to 'kate/app/kateviewspace.h')
-rw-r--r-- | kate/app/kateviewspace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/app/kateviewspace.h b/kate/app/kateviewspace.h index 9f1106aab..b6a5a185e 100644 --- a/kate/app/kateviewspace.h +++ b/kate/app/kateviewspace.h @@ -110,7 +110,7 @@ class KateViewSpace : public QVBox TQString m_group; private slots: - void slottqStatusChanged (Kate::View *view, int r, int c, int ovr, bool block, int mod, const TQString &msg); + void slotStatusChanged (Kate::View *view, int r, int c, int ovr, bool block, int mod, const TQString &msg); public slots: void polish(); @@ -118,4 +118,4 @@ class KateViewSpace : public QVBox }; #endif -// kate: space-indent on; indent-width 2; tqreplace-tabs on; +// kate: space-indent on; indent-width 2; replace-tabs on; |