diff options
Diffstat (limited to 'src/HACKING')
-rw-r--r-- | src/HACKING | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/HACKING b/src/HACKING index 1480f90..79604a1 100644 --- a/src/HACKING +++ b/src/HACKING @@ -78,11 +78,11 @@ if (!data) Include files ------------- -Group include files in the Qt, KDE or local groups and sort them +Group include files in the TQt, KDE or local groups and sort them alphabetically. When writing the implementation file of a class which is a TQ_OBJECT, make sure you include the .moc file, not the .h. -// Qt +// TQt #include <qobject.h> #include <qwidget.h> |