diff options
Diffstat (limited to 'kate/part/katedocument.h')
-rw-r--r-- | kate/part/katedocument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/part/katedocument.h b/kate/part/katedocument.h index 5c426761b..46e9e87f8 100644 --- a/kate/part/katedocument.h +++ b/kate/part/katedocument.h @@ -91,7 +91,7 @@ class KateDocument : public Kate::Document, public: KateDocument (bool bSingleViewMode=false, bool bBrowserView=false, bool bReadOnly=false, - TQWidget *tqparentWidget = 0, const char *widgetName = 0, TQObject * = 0, const char * = 0); + TQWidget *parentWidget = 0, const char *widgetName = 0, TQObject * = 0, const char * = 0); ~KateDocument (); bool closeURL(); |