summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/StyleConvention
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/StyleConvention')
-rw-r--r--kpovmodeler/StyleConvention2
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;