diff options
Diffstat (limited to 'kexi/doc/dev/naming_conventions.txt')
-rw-r--r-- | kexi/doc/dev/naming_conventions.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/doc/dev/naming_conventions.txt b/kexi/doc/dev/naming_conventions.txt index 8d34f97a..7c167a77 100644 --- a/kexi/doc/dev/naming_conventions.txt +++ b/kexi/doc/dev/naming_conventions.txt @@ -97,8 +97,8 @@ to recognise who marked given fragment. 4. Indentation 4.1 We can use the rule as in the rest of KDE code. example: - QString objectName(); //wrong - QString objectName(); //ok + TQString objectName(); //wrong + TQString objectName(); //ok rule: dont use tabs between words. 4.2 To avoid many indentation levels, we can use: |