diff options
Diffstat (limited to 'kpovmodeler/StyleConvention')
-rw-r--r-- | kpovmodeler/StyleConvention | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpovmodeler/StyleConvention b/kpovmodeler/StyleConvention index 1bad23cd..208349c5 100644 --- a/kpovmodeler/StyleConvention +++ b/kpovmodeler/StyleConvention @@ -69,7 +69,7 @@ Put type modifiers behind the type, not before the variable name. Example: -const QString& type; +const TQString& type; PMObject* obj; |