diff options
Diffstat (limited to 'parts/appwizard/kdevfile.h')
-rw-r--r-- | parts/appwizard/kdevfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/appwizard/kdevfile.h b/parts/appwizard/kdevfile.h index ea822357..6b2e2699 100644 --- a/parts/appwizard/kdevfile.h +++ b/parts/appwizard/kdevfile.h @@ -47,7 +47,7 @@ public: public: /**@return A commenting style for a given mime type. @param mimeType A string which defines a mime type (like "text/x-c+++src").*/ - static CommentingStyle commentingStyleFromMimeType(const QString& mimeType); + static CommentingStyle commentingStyleFromMimeType(const TQString& mimeType); /**@return A commenting style for a given mime type. @param mimeType The mime type.*/ |