
krazy2 Analysis

Checkers Run = 46
Files Processed = 295
Total Issues = 561 ...as of October 26 2009 12:59:32 CET

==>For File Type c++<==
1. Check for TRUE and FALSE macros [captruefalse]... Ok!

2. Check for methods that return 'const' refs in public classes [constref]... Ok!

3. Check for an acceptable copyright [copyright]... 6 issues found
	./src/image.h: missing tags: copyright  (1)
	./src/importers/recipemlimporter.h: missing tags: email address(line 2)  (1)
	./src/importers/mx2importer.cpp: missing tags: email address(line 2)  (1)
	./src/importers/mx2importer.h: missing tags: email address(line 2)  (1)
	./src/importers/recipemlimporter.cpp: missing tags: email address(line 2)  (1)
	./src/datablocks/mixednumber.cpp: missing tags: email address(line 2)  (1)
	All source files must contain a copyright header which identifies
	the copyright holder(s) together with a e-mail address that can be
	used to reach the copyright holder.  One copyright holder per line,
	with real email addresses please. For details regarding KDE's
	licensing policy please visit
	<http://techbase.kde.org/Policies/Licensing_Policy>.  A typical
	copyright looks like: "Copyright 2002,2005-2006 Joe Hacker
	<joe.hacker@kde.org>"

4. Check for cpp macros and usage [cpp]... 32 issues found
	./src/pref.cpp: Unknown HAVE_FOO macro line#373[HAVE_SQLITE3] (1)
	./src/setupassistant.cpp: Unknown HAVE_FOO macro line#74[HAVE_MYSQL],77[HAVE_POSTGRESQL],871[HAVE_POSTGRESQL],877[HAVE_MYSQL] (4)
	./src/backends/recipedb.cpp: Unknown HAVE_FOO macro line#42[HAVE_POSTGRESQL],46[HAVE_MYSQL],50[HAVE_SQLITE3],134[HAVE_SQLITE3],140[HAVE_MYSQL],145[HAVE_POSTGRESQL] (6)
	./src/backends/SQLite/literecipedb.cpp: Unknown HAVE_FOO macro line#27[HAVE_SQLITE3],69[HAVE_SQLITE3],85[HAVE_SQLITE3],1023[HAVE_SQLITE3],1029[HAVE_SQLITE3] (5)
	./src/backends/SQLite/qsql_sqlite.cpp: Unknown HAVE_FOO macro line#31[HAVE_SQLITE3],451[HAVE_SQLITE3] (2)
	./src/backends/SQLite/libqsqlite/krecqsqlitedb.h: Unknown HAVE_FOO macro line#29[HAVE_SQLITE3],51[HAVE_SQLITE3] (2)
	./src/backends/SQLite/libqsqlite/krecqsqlitedb.cpp: Unknown HAVE_FOO macro line#34[HAVE_SQLITE3],49[HAVE_SQLITE3],57[HAVE_SQLITE3],70[HAVE_SQLITE3],90[HAVE_SQLITE3],103[HAVE_SQLITE3],110[HAVE_SQLITE3],147[HAVE_SQLITE3] (8)
	./src/dialogs/dbimportdialog.cpp: Unknown HAVE_FOO macro line#148[HAVE_MYSQL],153[HAVE_POSTGRESQL],161[HAVE_MYSQL],166[HAVE_POSTGRESQL] (4)
	C++ source files and non-installed headers should NOT use cpp
	conditionals that check for a certain O/S or compiler; instead use
	CMake HAVE_foo macros. We want to check for features discovered
	during CMake time rather than for a specific O/S.

5. Check for code that should be considered crashy. [crashy]... Ok!

6. Check single-char QString operations for efficiency [doublequote_chars]... 194 issues found
	./src/krecipesview.cpp: line#329,351 (2)
	./src/importers/mmfimporter.cpp: line#152,176 (2)
	./src/importers/rezkonvimporter.cpp: line#148 (1)
	./src/importers/rezkonvimporter.cpp: section issues line#252,255,258 (3)
	./src/importers/nycgenericimporter.cpp: line#112 (1)
	./src/importers/mxpimporter.cpp: line#265,325,376 (3)
	./src/importers/mx2importer.cpp: split issues line#119 (1)
	./src/importers/recipemlimporter.cpp: line#217 (1)
	./src/tests/mmftest.cpp: line#51,56,61 (3)
	./src/tests/kretest.cpp: line#120,125,130 (3)
	./src/tests/rezkonvtest.cpp: line#53,58,63 (3)
	./src/tests/recipemltest.cpp: line#119,124,129 (3)
	./src/datablocks/recipe.cpp: line#45,52 (2)
	./src/datablocks/mixednumber.cpp: line#236,240 (2)
	./src/widgets/inglistviewitem.cpp: line#95,193 (2)
	./src/widgets/fractioninput.cpp: line#44 (1)
	./src/widgets/conversiontable.cpp: line#43 (1)
	./src/widgets/prepmethodcombobox.cpp: line#47 (1)
	./src/widgets/krelistview.cpp: line#54 (1)
	./src/widgets/thumbbar.cpp: line#552 (1)
	./src/widgets/ingredientinputwidget.cpp: split issues line#263 (1)
	./src/backends/qsqlrecipedb.cpp: line#196,786,800,1474,1478,1486,1513,1517,1806,2308 (10)
	./src/backends/qsqlrecipedb.cpp: replace issues line#1847,1848 (2)
	./src/backends/recipedb.cpp: line#591,677,684,693,700,709,716,724,731,738,745,774,775,780,781,784,790,791,796,797,800,806,807,812,813,816,821,825 (28)
	./src/backends/recipedb.cpp: starts/endsWith issues line#595 (1)
	./src/backends/recipedb.cpp: split issues line#865 (1)
	./src/backends/PostgreSQL/psqlrecipedb.cpp: line#487,496,505,506,518,562 (6)
	./src/backends/SQLite/literecipedb.cpp: line#798,854,932,942,956,958 (6)
	./src/dialogs/editpropertiesdialog.cpp: line#78,80 (2)
	./src/dialogs/editpropertiesdialog.cpp: split issues line#519 (1)
	./src/dialogs/dependanciesdialog.cpp: line#86 (1)
	./src/dialogs/ingredientmatcherdialog.cpp: line#185 (1)
	./src/dialogs/advancedsearchdialog.cpp: line#1041 (1)
	./src/dialogs/advancedsearchdialog.cpp: replace issues line#1021,1022,1024,1025 (4)
	./src/dialogs/selectpropertydialog.cpp: line#144 (1)
	./src/dialogs/recipeinputdialog.cpp: line#1199,1227,1666,1670,1674,1678 (6)
	./src/dialogs/recipeinputdialog.cpp: split issues line#1049,1695 (2)
	./src/dialogs/ingredientparserdialog.cpp: split issues line#237 (1)
	./src/dialogs/selectunitdialog.cpp: line#73 (1)
	./src/dialogs/conversiondialog.cpp: line#135,139 (2)
	./src/dialogs/pagesetupdialog.cpp: line#79,206 (2)
	./src/exporters/kreexporter.cpp: line#220 (1)
	./src/exporters/xsltexporter.cpp: line#169,180,182,192,194,204,205,244,250,276,336 (11)
	./src/exporters/htmlexporter.cpp: line#126,187,299,321,381,416,418,419,439,441 (10)
	./src/exporters/htmlexporter.cpp: replace issues line#200 (1)
	./src/exporters/mmfexporter.cpp: line#46,48,50,70,83,85,121,144,155,174,186,189,201 (13)
	./src/exporters/mmfexporter.cpp: replace issues line#217 (1)
	./src/exporters/mmfexporter.cpp: split issues line#198 (1)
	./src/exporters/htmlbookexporter.cpp: line#91 (1)
	./src/exporters/baseexporter.cpp: line#37 (1)
	./src/exporters/rezkonvexporter.cpp: line#113,116,136,149,151,187,205,209,212,226,234,241,256,275,287,290,303 (17)
	./src/exporters/rezkonvexporter.cpp: replace issues line#319 (1)
	./src/exporters/rezkonvexporter.cpp: split issues line#299 (1)
	./src/exporters/plaintextexporter.cpp: line#42,48,54,80,86,92,98,101,117,127,132,145,148,157,161,164,166,170 (18)
	Adding single characters to a QString is faster if the characters
	are QChars and not QStrings.  For example: QString path = oldpath +
	"/" + base is better written as QString path = oldpath + '/' +
	base. Same holds for arguments to QString::startsWith(),
	QString::endsWith(), QString::remove(), QString::section(), and
	QString::split(). Use QString::remove() instead of
	QString::replace(foo,"")

7. Check for unwanted doxygen tags in major versions [doxytags]... Ok!

8. Check public classes with private members or d-pointer issues [dpointer]... Ok!

9. Check for QString compares to "" [emptystrcompare]... Ok!

10. Check that file ends with a newline [endswithnewline]... Ok!

11. Check for C++ ctors that should be declared 'explicit' [explicit]... 30 issues found
	./src/setupassistant.h: line#43 (1)
	./src/kstartuplogo.h: line#32 (1)
	./src/importers/kredbimporter.h: line#24 (1)
	./src/datablocks/kreborder.h: line#21 (1)
	./src/datablocks/mixednumber.h: line#33 (1)
	./src/datablocks/element.h: line#22 (1)
	./src/widgets/krelistview.h: line#30 (1)
	./src/widgets/kwidgetlistbox.h: line#41 (1)
	./src/widgets/fractioninput.h: line#28 (1)
	./src/widgets/paneldeco.h: line#37,60 (2)
	./src/widgets/kremenu.h: line#69,114 (2)
	./src/widgets/recipelistview.h: line#120 (1)
	./src/widgets/thumbbar.h: line#54 (1)
	./src/backends/qsqlrecipedb.h: line#68 (1)
	./src/backends/PostgreSQL/psqlrecipedb.h: line#32 (1)
	./src/backends/MySQL/mysqlrecipedb.h: line#32 (1)
	./src/backends/SQLite/qsql_sqlite.h: line#27,28 (2)
	./src/backends/SQLite/libqsqlite/krecqsqlitedb.h: line#39 (1)
	./src/backends/SQLite/libqsqlite/krecqsqliteresult.h: line#47,98 (2)
	./src/dialogs/borderdialog.h: line#40 (1)
	./src/dialogs/recipeimportdialog.h: line#35 (1)
	./src/dialogs/dbimportdialog.h: line#39 (1)
	./src/dialogs/createunitdialog.h: line#34 (1)
	./src/dialogs/editratingdialog.h: line#43 (1)
	./src/dialogs/similarcategoriesdialog.h: line#40 (1)
	./src/dialogs/ingredientparserdialog.h: line#37 (1)
	Make all C++ class constructors that can be used with only one
	required argument 'explicit' to minimize wrong use of the class. Do
	this to avoid mistaken implicit constructor ambiguities. Copy
	constructors should not be explicit.

12. Check for foreach loop issues [foreach]... Ok!

13. Check validity of i18n calls [i18ncheckarg]... 97 issues found
	./src/krepagelayout.cpp: single adjective as message, probably ambiguous; use context call to explain what it refers to line#120
	./src/pref.cpp: reported ambiguous message by translators; use context call to explain what it refers to line#151,175,266,290
	./src/pref.cpp: single adjective as message, probably ambiguous; use context call to explain what it refers to line#553,666,676
	./src/krecipes.cpp: unclosed <br>, close in place: <br/>; better yet, use proper paragraphs <p>...</p> instead line#567
	./src/krecipes.cpp: reported ambiguous message by translators; use context call to explain what it refers to line#190,343
	./src/setupassistant.cpp: unclosed <br>, close in place: <br/>; better yet, use proper paragraphs <p>...</p> instead line#153,186,301,416,763,789
	./src/setupassistant.cpp: reported ambiguous message by translators; use context call to explain what it refers to line#220,335,436,514
	./src/convert_sqlite3.cpp: wrong argument count, have 0 need 1 line#83,91,100,131,137,141
	./src/krecipesview.cpp: single adjective as message, probably ambiguous; use context call to explain what it refers to line#345,360
	./src/importers/baseimporter.cpp: malformed markup (unmatched tags, etc.) line#385
	./src/widgets/recipelistview.cpp: single adjective as message, probably ambiguous; use context call to explain what it refers to line#153
	./src/widgets/unitlistview.cpp: reported ambiguous message by translators; use context call to explain what it refers to line#86
	./src/widgets/unitlistview.cpp: single adjective as message, probably ambiguous; use context call to explain what it refers to line#68,84
	./src/widgets/kremenu.cpp: single adjective as message, probably ambiguous; use context call to explain what it refers to line#130
	./src/widgets/dblistviewbase.cpp: single adjective as message, probably ambiguous; use context call to explain what it refers to line#33,49
	./src/widgets/unitlistview.h: reported ambiguous message by translators; use context call to explain what it refers to line#108
	./src/widgets/unitlistview.h: single adjective as message, probably ambiguous; use context call to explain what it refers to line#106
	./src/widgets/krelistview.cpp: reported ambiguous message by translators; use context call to explain what it refers to line#54
	./src/widgets/thumbbar.cpp: wrong argument count, have 0 need 2 line#649
	./src/widgets/thumbbar.cpp: reported ambiguous message by translators; use context call to explain what it refers to line#634
	./src/backends/qsqlrecipedb.cpp: unclosed <br>, close in place: <br/>; better yet, use proper paragraphs <p>...</p> instead line#1999
	./src/backends/PostgreSQL/psqlrecipedb.cpp: single adjective as message, probably ambiguous; use context call to explain what it refers to line#390
	./src/backends/MySQL/mysqlrecipedb.cpp: single adjective as message, probably ambiguous; use context call to explain what it refers to line#471
	./src/backends/SQLite/literecipedb.cpp: single adjective as message, probably ambiguous; use context call to explain what it refers to line#750
	./src/dialogs/dietviewdialog.cpp: use of QString::number() on an argument line#98
	./src/dialogs/editpropertiesdialog.cpp: reported ambiguous message by translators; use context call to explain what it refers to line#242
	./src/dialogs/dietwizarddialog.cpp: use of QString::number() on an argument line#415
	./src/dialogs/dietwizarddialog.cpp: single adjective as message, probably ambiguous; use context call to explain what it refers to line#110
	./src/dialogs/ingredientmatcherdialog.cpp: reported ambiguous message by translators; use context call to explain what it refers to line#106
	./src/dialogs/ingredientmatcherdialog.cpp: single adjective as message, probably ambiguous; use context call to explain what it refers to line#100,129
	./src/dialogs/setupdisplay.cpp: reported ambiguous message by translators; use context call to explain what it refers to line#118,451,453,455,584,586,588
	./src/dialogs/setupdisplay.cpp: single adjective as message, probably ambiguous; use context call to explain what it refers to line#117
	./src/dialogs/recipeimportdialog.cpp: reported ambiguous message by translators; use context call to explain what it refers to line#67
	./src/dialogs/createunitdialog.cpp: reported ambiguous message by translators; use context call to explain what it refers to line#70
	./src/dialogs/createunitdialog.cpp: single adjective as message, probably ambiguous; use context call to explain what it refers to line#42,54,68
	./src/dialogs/shoppinglistdialog.cpp: single adjective as message, probably ambiguous; use context call to explain what it refers to line#139
	./src/dialogs/advancedsearchdialog.cpp: reported ambiguous message by translators; use context call to explain what it refers to line#580,655,684
	./src/dialogs/advancedsearchdialog.cpp: single adjective as message, probably ambiguous; use context call to explain what it refers to line#411,682
	./src/dialogs/refineshoppinglistdialog.cpp: single adjective as message, probably ambiguous; use context call to explain what it refers to line#45
	./src/dialogs/recipeinputdialog.cpp: use of QString::number() on an argument line#1535,1580,1589,1593
	./src/dialogs/recipeinputdialog.cpp: wrong argument count, have 0 need 3 line#1595,1598
	./src/dialogs/recipeinputdialog.cpp: wrong argument count, have 0 need 1 line#743
	./src/dialogs/recipeinputdialog.cpp: reported ambiguous message by translators; use context call to explain what it refers to line#379
	./src/dialogs/recipeinputdialog.cpp: single adjective as message, probably ambiguous; use context call to explain what it refers to line#1614,1625
	./src/dialogs/similarcategoriesdialog.cpp: reported ambiguous message by translators; use context call to explain what it refers to line#184
	./src/dialogs/similarcategoriesdialog.cpp: malformed markup (unmatched tags, etc.) line#186
	./src/dialogs/borderdialog.cpp: reported ambiguous message by translators; use context call to explain what it refers to line#133,206
	./src/dialogs/ingredientparserdialog.cpp: unclosed <br>, close in place: <br/>; better yet, use proper paragraphs <p>...</p> instead line#108
	./src/dialogs/dbimportdialog.cpp: reported ambiguous message by translators; use context call to explain what it refers to line#185,189
	./src/dialogs/createcategorydialog.cpp: reported ambiguous message by translators; use context call to explain what it refers to line#63
	./src/dialogs/conversiondialog.cpp: reported ambiguous message by translators; use context call to explain what it refers to line#98
	./src/dialogs/selectrecipedialog.cpp: reported ambiguous message by translators; use context call to explain what it refers to line#74,75
	./src/dialogs/selectrecipedialog.cpp: single adjective as message, probably ambiguous; use context call to explain what it refers to line#113,116
	./src/exporters/recipemlexporter.cpp: single adjective as message, probably ambiguous; use context call to explain what it refers to line#141
	Make the translators' job easier and detect problems in the usage
	of the i18n() calls. When the fix is not clear, check the Techbase
	article at
	<http://techbase.kde.org/Development/Tutorials/Localization/i18n_Kr
	azy> for more information.

14. Check for invalid icon names [iconnames]... Ok!

15. Check for proper include directives [includes]... Ok!

16. Check for inline methods in public classes [inline]... Ok!

17. Check for an acceptable license [license]... 1 issue found
	./src/image.h: missing license
	Each source file must contain a license or a reference to a license
	which states under which terms the software may be used, modified
	and redistributed.  For details regarding KDE's licensing policy
	please visit <http://techbase.kde.org/Policies/Licensing_Policy>.

18. Check for assignments to QString::null [nullstrassign]... 164 issues found
	./src/klomanager.h: line#44 (1)
	./src/krepagelayout.cpp: line#64,65,66,70,71,72,73 (7)
	./src/propertycalculator.cpp: line#103 (1)
	./src/krecipesview.h: line#154 (1)
	./src/convert_sqlite3.h: line#26 (1)
	./src/krecipes.cpp: line#646,665,707 (3)
	./src/setupassistant.cpp: line#613 (1)
	./src/krecipesview.cpp: line#852,924 (2)
	./src/importers/mmfimporter.cpp: line#336,337,339 (3)
	./src/importers/rezkonvimporter.cpp: line#134 (1)
	./src/importers/recipemlimporter.h: line#38 (1)
	./src/importers/kredbimporter.h: line#24 (1)
	./src/importers/kreimporter.h: line#45 (1)
	./src/importers/baseimporter.cpp: line#99,122 (2)
	./src/actionshandlers/recipeactionshandler.cpp: line#396,413,415,417,419,423,426 (7)
	./src/datablocks/recipe.h: line#25 (1)
	./src/datablocks/recipe.cpp: line#28,30,31 (3)
	./src/widgets/recipelistview.cpp: line#167,240 (2)
	./src/widgets/inglistviewitem.cpp: line#86,157,196 (3)
	./src/widgets/krelistview.h: line#30 (1)
	./src/widgets/authorlistview.cpp: line#80,86,105 (3)
	./src/widgets/propertylistview.cpp: line#23,29,50 (3)
	./src/widgets/propertylistview.h: line#59,121 (2)
	./src/widgets/paneldeco.cpp: line#82 (1)
	./src/widgets/ingredientlistview.cpp: line#26,35,69 (3)
	./src/widgets/paneldeco.h: line#37,52,60,65 (4)
	./src/widgets/kremenu.cpp: line#296 (1)
	./src/widgets/categorylistview.cpp: line#30,38,46 (3)
	./src/widgets/dblistviewbase.cpp: line#36,52 (2)
	./src/widgets/conversiontable.cpp: line#127,166,183 (3)
	./src/widgets/unitlistview.h: line#84 (1)
	./src/widgets/recipelistview.h: line#102 (1)
	./src/widgets/prepmethodcombobox.h: line#26 (1)
	./src/widgets/ingredientcombobox.h: line#28 (1)
	./src/widgets/ingredientinputwidget.cpp: line#236 (1)
	./src/backends/recipedb.h: line#105,197,269 (3)
	./src/backends/qsqlrecipedb.cpp: line#539,590,1498,1886,1896,1906,1917,2001,2363,2485,2606,2627,2753,2761,2771 (15)
	./src/backends/qsqlrecipedb.h: line#38,68,161 (3)
	./src/backends/usda_ingredient_data.cpp: line#47 (1)
	./src/backends/recipedb.cpp: line#99,317,489,590,593,597 (6)
	./src/backends/progressinterface.h: line#61 (1)
	./src/backends/usda_unit_data.cpp: line#39,83,139 (3)
	./src/backends/usda_property_data.cpp: line#44 (1)
	./src/backends/PostgreSQL/psqlrecipedb.cpp: line#219,237,255,291,425,483,578 (7)
	./src/backends/PostgreSQL/psqlrecipedb.h: line#32 (1)
	./src/backends/MySQL/mysqlrecipedb.h: line#32,38 (2)
	./src/backends/MySQL/mysqlrecipedb.cpp: line#174,230,372 (3)
	./src/backends/SQLite/literecipedb.cpp: line#37,916,1039 (3)
	./src/dialogs/selectauthorsdialog.cpp: line#81 (1)
	./src/dialogs/editpropertiesdialog.cpp: line#82,84,129 (3)
	./src/dialogs/recipeviewdialog.h: line#42,53 (2)
	./src/dialogs/dependanciesdialog.cpp: line#96 (1)
	./src/dialogs/ingredientmatcherdialog.h: line#110 (1)
	./src/dialogs/ingredientmatcherdialog.cpp: line#62,88,183 (3)
	./src/dialogs/setupdisplay.cpp: line#141,310,518 (3)
	./src/dialogs/setupdisplay.h: line#129 (1)
	./src/dialogs/refineshoppinglistdialog.cpp: line#59,86 (2)
	./src/dialogs/selectpropertydialog.cpp: line#118 (1)
	./src/dialogs/similarcategoriesdialog.cpp: line#380 (1)
	./src/dialogs/resizerecipedialog.cpp: line#131 (1)
	./src/dialogs/createunitdialog.h: line#34 (1)
	./src/dialogs/recipeviewdialog.cpp: line#112,119 (2)
	./src/dialogs/editratingdialog.cpp: line#192 (1)
	./src/dialogs/createunitconversiondialog.cpp: line#77 (1)
	./src/dialogs/pagesetupdialog.h: line#31 (1)
	./src/dialogs/dbimportdialog.cpp: line#230 (1)
	./src/dialogs/ingredientsdialog.cpp: line#150 (1)
	./src/dialogs/conversiondialog.cpp: line#100,111,130 (3)
	./src/dialogs/selectrecipedialog.cpp: line#166,167 (2)
	./src/dialogs/pagesetupdialog.cpp: line#257,306,307 (3)
	./src/exporters/xsltexporter.cpp: line#145,159,218 (3)
	./src/exporters/htmlexporter.cpp: line#166 (1)
	./src/exporters/htmlbookexporter.cpp: line#50 (1)
	./src/exporters/baseexporter.cpp: line#170 (1)
	Do not assign QString::null or QString() to a QString.	Instead use
	the .clear() method.  For example, "str = QString::null" becomes
	"str.clear()". When returning an empty string from a method use
	"return QString()"  When passing an empty string use "QString()".

19. Check for compares to QString::null or QString() [nullstrcompare]... Ok!

20. Check for C++ operators that should be 'const' [operators]... 2 issues found
	./src/datablocks/mixednumber.h: line#42,43 (2)
	Make sure all public C++ class comparison operators are const.

21. Check for inappropriate pass-by-value function args [passbyvalue]... Ok!

22. Check for postfix usage of ++ and -- [postfixop]... 5 issues found
	./src/dialogs/dietviewdialog.cpp: line#94 (1)
	./src/dialogs/similarcategoriesdialog.cpp: line#225,227,230,231 (4)
	You should use ++ and -- as prefix whenever possible as these are
	more efficient than postfix operators. Prefix increments first and
	then uses the variable, postfix uses the actual; the variable is
	incremented as well. Because of this, the prefix operators are
	inherently more efficient. *WARNING* Make sure that you don't
	introduce off-by-one errors when changing i++ to ++i.

23. Check for dangerous or inefficient QByteArray usage [qbytearray]... Ok!

24. Check for Qt classes that should not be used [qclasses]... 3 issues found
	./src/dialogs/createunitconversiondialog.h: QComboBox[KComboBox] (1)
	./src/dialogs/setupdisplay.cpp: QInputDialog[KInputDialog] (1)
	./src/dialogs/createunitconversiondialog.cpp: QComboBox[KComboBox] (1)
	Don't use Qt 4 classes that are deprecated. Additionally make sure
	to use the KDE version of some Qt GUI elements to provide a
	consistent look and feel for the KDE desktop. The KDE classes are
	not just adding functionalities to the Qt base class and are mostly
	not even based on the Qt class.
	<http://techbase.kde.org/Policies/API_to_Avoid> *Please* *refer*
	*to* *the* *API* *documentation* *for* *details* *before* *porting*
	*to* *the* *K* *classes*.

25. Check for Qt methods that should be avoided [qmethods]... Ok!

26. Check for QMIN and QMAX macros [qminmax]... Ok!

27. Check for classes that should use the 'Q_OBJECT' macro [qobject]... Ok!

28. Check for signals: and slots: [sigsandslots]... Ok!

29. Check for spelling errors [spelling]... 3 issues found
	./src/importers/mxpimporter.cpp: line#246[internet],247[internet],248[internet] (3)
	Spelling errors in comments and strings should be fixed as they may
	show up later in API documentation, handbooks, etc.  Misspelled
	strings make the translator's job harder. Please use US English.

30. Check for strings used improperly or should be i18n. [strings]... 24 issues found
	./src/importers/mmfimporter.cpp: QLatin1String issues line#48,56,60,113,119,179,242,260 (8)
	./src/importers/nycgenericimporter.cpp: QLatin1String issues line#38,89,90,95,98,105,108,111 (8)
	./src/importers/mx2importer.cpp: QLatin1String issues line#46 (1)
	./src/backends/recipedb.cpp: QLatin1String issues line#463,592,595 (3)
	./src/dialogs/recipeinputdialog.cpp: QLatin1String issues line#1687,1693 (2)
	./src/dialogs/pagesetupdialog.cpp: QLatin1String issues line#196 (1)
	./src/exporters/xsltexporter.cpp: QLatin1String issues line#74 (1)
	Some QString methods (like startsWith() and endsWith()) are more
	efficient if they are passed a QLatin1String, avoiding an implicit
	conversion from const char *.

31. Check for system calls to replace by KDE or Qt equivalents [syscalls]... Ok!

32. Check for typedefs that should be replaced by Qt typedefs [typedefs]... Ok!

==>For File Type desktop<==
1. Check that file ends with a newline [endswithnewline]... Ok!

2. Check for invalid icon names [iconnames]... Ok!

3. Check for spelling errors [spelling]... Ok!

4. Validates desktop files using 'desktop-file-validate' [validate]... Ok!

==>For File Type messages<==
1. Check for appending to rc.cpp [rcappend]... Ok!

==>For File Type kpartgui<==
1. Check that file ends with a newline [endswithnewline]... Ok!

2. Check validity of i18n calls [i18ncheckarg]... Ok!

3. Check for spelling errors [spelling]... Ok!

4. Validates kpartgui files using 'xmllint' [validate]... Ok!

==>For File Type designer<==
1. Check that file ends with a newline [endswithnewline]... Ok!

2. Check for files that need to be fixed by 'fixuifiles' [fixuifiles]... Ok!

3. Check validity of i18n calls [i18ncheckarg]... Ok!

4. Check for Qt classes that should not be used [qclasses]... Ok!

5. Check for spelling errors [spelling]... Ok!

