Use proper TQt headers

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/12/head
Michele Calgaro 4 months ago
parent 059bbca4e3
commit eb49b1d15f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1040,7 +1040,7 @@ elif test "$kde_use_qt_emb" = "yes"; then
x_includes=""
x_libraries=""
elif test "$kde_use_qt_mac" = "yes"; then
dnl We're using TQt/Mac (I use QT_MAC so that ntqglobal.h doesn't *have* to
dnl We're using TQt/Mac (I use QT_MAC so that tqglobal.h doesn't *have* to
dnl be included to get the information) --Sam
CXXFLAGS="$CXXFLAGS -DQT_MAC -no-cpp-precomp"
CFLAGS="$CFLAGS -DQT_MAC -no-cpp-precomp"
@ -1072,13 +1072,13 @@ AC_DEFUN([KDE_PRINT_QT_PROGRAM],
AC_REQUIRE([KDE_USE_TQT])
cat > conftest.$ac_ext <<EOF
#include "confdefs.h"
#include <ntqglobal.h>
#include <ntqapplication.h>
#include <tqglobal.h>
#include <tqapplication.h>
EOF
if test "$kde_qtver" = "3"; then
cat >> conftest.$ac_ext <<EOF
#include <ntqcursor.h>
#include <ntqstylefactory.h>
#include <tqcursor.h>
#include <tqstylefactory.h>
#include <private/qucomextra_p.h>
EOF
fi
@ -1345,7 +1345,7 @@ if test ! "$ac_tqt_includes" = "NO"; then
qt_incdirs="$ac_tqt_includes $qt_incdirs"
fi
kde_qt_header=ntqstyle.h
kde_qt_header=tqstyle.h
AC_FIND_FILE($kde_qt_header, $qt_incdirs, qt_incdir)
ac_tqt_includes="$qt_incdir"
@ -1922,7 +1922,7 @@ AC_CACHE_VAL(kde_cv_have_kdetqtaddon,
LDFLAGS="$LDFLAGS $all_libraries $USER_LDFLAGS"
AC_TRY_LINK([
#include <ntqdom.h>
#include <tqdom.h>
],
[
QDomDocument doc;
@ -2458,7 +2458,7 @@ LIBS=`echo $LIBS | sed "s/$LIBJPEG//"`
ac_save_CXXFLAGS="$CXXFLAGS"
CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES"
AC_TRY_LINK(
[#include <ntqapplication.h>],
[#include <tqapplication.h>],
[
int argc;
char** argv;
@ -3274,7 +3274,7 @@ AC_DEFUN([KDE_ENABLE_HIDDEN_VISIBILITY],
AC_TRY_COMPILE(
[
#include <ntqglobal.h>
#include <tqglobal.h>
#if Q_EXPORT - 0 != 0
/* if this compiles, then Q_EXPORT is undefined */
/* if Q_EXPORT is nonempty, this will break compilation */
@ -4522,7 +4522,7 @@ CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes"
AC_TRY_RUN(dnl
[
#include <qimageio.h>
#include <ntqstring.h>
#include <tqstring.h>
int main() {
TQString t = "hallo";
t.fill('t');
@ -5366,7 +5366,7 @@ if test "${with_qt_dir+set}" = set; then
kde_qtdir="$with_qt_dir"
fi
AC_FIND_FILE(ntqsql.html, [ $kde_qtdir/doc/html $TQTDIR/doc/html /usr/share/doc/packages/qt3/html /usr/lib/tqt/doc /usr/lib/qt3/doc /usr/lib/qt3/doc/html /usr/doc/qt3/html /usr/doc/qt3 /usr/share/doc/qt3-doc /usr/share/qt3/doc/html /usr/X11R6/share/doc/tqt/html ], TQTDOCDIR)
AC_FIND_FILE(tqsql.html, [ $kde_qtdir/doc/html $TQTDIR/doc/html /usr/share/doc/packages/qt3/html /usr/lib/tqt/doc /usr/lib/qt3/doc /usr/lib/qt3/doc/html /usr/doc/qt3/html /usr/doc/qt3 /usr/share/doc/qt3-doc /usr/share/qt3/doc/html /usr/X11R6/share/doc/tqt/html ], TQTDOCDIR)
AC_MSG_RESULT($TQTDOCDIR)
AC_SUBST(TQTDOCDIR)
@ -5387,7 +5387,7 @@ AC_SUBST(DOXYGEN_PROJECT_NAME)
AC_SUBST(DOXYGEN_PROJECT_NUMBER)
KDE_HAS_DOXYGEN=no
if test -n "$DOXYGEN" && test -x "$DOXYGEN" && test -f $TQTDOCDIR/ntqsql.html; then
if test -n "$DOXYGEN" && test -x "$DOXYGEN" && test -f $TQTDOCDIR/tqsql.html; then
KDE_HAS_DOXYGEN=yes
fi
AC_SUBST(KDE_HAS_DOXYGEN)

@ -20,7 +20,7 @@
#include <tdelocale.h>
#include <tdeconfig.h>
#include <ntqvariant.h>
#include <tqvariant.h>
//Note: PostgreSQL's database names are always lowercase
PSqlRecipeDB::PSqlRecipeDB( const TQString& host, const TQString& user, const TQString& pass, const TQString& DBname, int port ) : TQSqlRecipeDB( host, user, pass, DBname.lower(), port )

@ -14,7 +14,7 @@
#include "literecipedb.h"
#include <ntqbuffer.h>
#include <tqbuffer.h>
#include <kdebug.h>
#include <tdeconfig.h>

@ -15,7 +15,7 @@
#include "backends/qsqlrecipedb.h"
#include <ntqstring.h>
#include <tqstring.h>
#ifdef HAVE_CONFIG_H
#include "config.h"

@ -10,7 +10,7 @@
#include "progressinterface.h"
#include <ntqapplication.h>
#include <tqapplication.h>
#include <kprogress.h>

@ -11,8 +11,8 @@
#ifndef PROGRESSINTERFACE_H
#define PROGRESSINTERFACE_H
#include <ntqobject.h>
#include <ntqwidget.h>
#include <tqobject.h>
#include <tqwidget.h>
class KProgressDialog;

@ -21,9 +21,9 @@
#include "propertycalculator.h"
#include <ntqbuffer.h>
#include <ntqtextcodec.h>
#include <ntqvariant.h>
#include <tqbuffer.h>
#include <tqtextcodec.h>
#include <tqvariant.h>
#include <tdeapplication.h>
#include <kdebug.h>

@ -18,13 +18,13 @@
#include "backends/recipedb.h"
#include <ntqglobal.h>
#include <ntqobject.h>
#include <ntqsqldatabase.h>
#include <ntqimage.h>
#include <ntqfileinfo.h>
#include <ntqregexp.h>
#include <ntqstring.h>
#include <tqglobal.h>
#include <tqobject.h>
#include <tqsqldatabase.h>
#include <tqimage.h>
#include <tqfileinfo.h>
#include <tqregexp.h>
#include <tqstring.h>
#include "datablocks/recipe.h"
#include "datablocks/elementlist.h"

@ -30,9 +30,9 @@
#include <kfilterdev.h>
#include <tdemessagebox.h>
#include <ntqfile.h>
#include <ntqstringlist.h>
#include <ntqtextstream.h>
#include <tqfile.h>
#include <tqstringlist.h>
#include <tqtextstream.h>
#include <map>

@ -14,9 +14,9 @@
#ifndef RECIPEDB_H
#define RECIPEDB_H
#include <ntqobject.h>
#include <ntqstring.h>
#include <ntqvaluelist.h>
#include <tqobject.h>
#include <tqstring.h>
#include <tqvaluelist.h>
#include <dcopclient.h>

@ -11,9 +11,9 @@
#ifndef SEARCHPARAMETERS_H
#define SEARCHPARAMETERS_H
#include <ntqstring.h>
#include <ntqstringlist.h>
#include <ntqdatetime.h>
#include <tqstring.h>
#include <tqstringlist.h>
#include <tqdatetime.h>
class RecipeSearchParameters
{

@ -14,7 +14,7 @@
#include <tdelocale.h>
#include <ntqstring.h>
#include <tqstring.h>
struct unit_data {
const char *name;

@ -10,8 +10,8 @@
#include "convert_sqlite3.h"
#include <ntqapplication.h>
#include <ntqfile.h>
#include <tqapplication.h>
#include <tqfile.h>
#include <kdebug.h>
#include <tdeglobal.h>

@ -11,7 +11,7 @@
#ifndef CONVERT_SQLITE3_H
#define CONVERT_SQLITE3_H
#include <ntqobject.h>
#include <tqobject.h>
class KProcIO;

@ -10,7 +10,7 @@
#ifndef CONSTRAINTLIST_H
#define CONSTRAINTLIST_H
#include <ntqstring.h>
#include <tqstring.h>
#include "unit.h"

@ -12,7 +12,7 @@
#ifndef ELEMENT_H
#define ELEMENT_H
#include <ntqstring.h>
#include <tqstring.h>
/**
@author Unai Garro
*/

@ -11,8 +11,8 @@
#ifndef ELEMENTLIST_H
#define ELEMENTLIST_H
#include <ntqvaluelist.h>
#include <ntqregexp.h>
#include <tqvaluelist.h>
#include <tqregexp.h>
#include "element.h"

@ -12,7 +12,7 @@
#include "datablocks/ingredient.h"
#include <ntqstringlist.h>
#include <tqstringlist.h>
#include "mixednumber.h"

@ -12,8 +12,8 @@
#ifndef INGREDIENT_H
#define INGREDIENT_H
#include <ntqstring.h>
#include <ntqvaluelist.h>
#include <tqstring.h>
#include <tqvaluelist.h>
#include "datablocks/unit.h"
#include "datablocks/elementlist.h"

@ -13,8 +13,8 @@
#ifndef INGREDIENTLIST_H
#define INGREDIENTLIST_H
#include <ntqvaluelist.h>
#include <ntqregexp.h>
#include <tqvaluelist.h>
#include <tqregexp.h>
#include "datablocks/ingredient.h"

@ -10,7 +10,7 @@
#ifndef INGREDIENTPROPERTY_H
#define INGREDIENTPROPERTY_H
#include <ntqstring.h>
#include <tqstring.h>
#include "unit.h"

@ -10,7 +10,7 @@
#ifndef INGREDIENTPROPERTYLIST_H
#define INGREDIENTPROPERTYLIST_H
#include <ntqvaluelist.h>
#include <tqvaluelist.h>
#include "datablocks/ingredientproperty.h"

@ -11,8 +11,8 @@
#ifndef KREBORDER_H
#define KREBORDER_H
#include <ntqcolor.h>
#include <ntqstring.h>
#include <tqcolor.h>
#include <tqstring.h>
//typedef enum KreBorderStyle { None = 0, Dotted, Dashed, Solid, Double, Groove, Ridge, Inset, Outset };

@ -9,7 +9,7 @@
***************************************************************************/
#include "mixednumber.h"
#include <ntqregexp.h>
#include <tqregexp.h>
#include <tdeglobal.h>
#include <tdelocale.h>

@ -11,7 +11,7 @@
#ifndef MIXEDNUMBER_H
#define MIXEDNUMBER_H
#include <ntqstring.h>
#include <tqstring.h>
/** remove any extra zeros on the end of the string and the decimal if a whole number */
TQString beautify( const TQString &num );

@ -10,8 +10,8 @@
#include "rating.h"
#include <ntqpainter.h>
#include <ntqbitmap.h>
#include <tqpainter.h>
#include <tqbitmap.h>
#include <kiconloader.h>

@ -11,10 +11,10 @@
#ifndef RATING_H
#define RATING_H
#include <ntqvaluelist.h>
#include <ntqstring.h>
#include <tqvaluelist.h>
#include <tqstring.h>
#include <ntqpixmap.h>
#include <tqpixmap.h>
class RatingCriteria
{

@ -11,9 +11,9 @@
#ifndef RECIPE_H
#define RECIPE_H
#include <ntqstring.h>
#include <ntqpixmap.h>
#include <ntqdatetime.h>
#include <tqstring.h>
#include <tqpixmap.h>
#include <tqdatetime.h>
#include "ingredientlist.h"
#include "datablocks/rating.h"

@ -13,7 +13,7 @@
#include "datablocks/recipe.h"
#include <ntqvaluelist.h>
#include <tqvaluelist.h>
/**
@author Unai Garro

@ -11,8 +11,8 @@
#ifndef UNIT_H
#define UNIT_H
#include <ntqstring.h>
#include <ntqvaluelist.h>
#include <tqstring.h>
#include <tqvaluelist.h>
class Unit
{

@ -9,7 +9,7 @@
***************************************************************************/
#ifndef UNITRATIOLIST_H
#define UNITRATIOLIST_H
#include <ntqvaluelist.h>
#include <tqvaluelist.h>
#include "unitratio.h"

@ -10,8 +10,8 @@
#ifndef WEIGHT_H
#define WEIGHT_H
#include <ntqstring.h>
#include <ntqvaluelist.h>
#include <tqstring.h>
#include <tqvaluelist.h>
#include "datablocks/elementlist.h"

@ -10,28 +10,28 @@
#include "advancedsearchdialog.h"
#include <ntqvariant.h>
#include <ntqpushbutton.h>
#include <ntqtabwidget.h>
#include <ntqwidget.h>
#include <ntqcheckbox.h>
#include <ntqframe.h>
#include <ntqcombobox.h>
#include <ntqheader.h>
#include <ntqlistview.h>
#include <ntqgroupbox.h>
#include <ntqspinbox.h>
#include <ntqdatetimeedit.h>
#include <tqvariant.h>
#include <tqpushbutton.h>
#include <tqtabwidget.h>
#include <tqwidget.h>
#include <tqcheckbox.h>
#include <tqframe.h>
#include <tqcombobox.h>
#include <tqheader.h>
#include <tqlistview.h>
#include <tqgroupbox.h>
#include <tqspinbox.h>
#include <tqdatetimeedit.h>
#include <kpushbutton.h>
#include <ntqlayout.h>
#include <ntqtooltip.h>
#include <ntqwhatsthis.h>
#include <ntqlabel.h>
#include <ntqlineedit.h>
#include <ntqscrollview.h>
#include <ntqhbox.h>
#include <ntqradiobutton.h>
#include <ntqbuttongroup.h>
#include <tqlayout.h>
#include <tqtooltip.h>
#include <tqwhatsthis.h>
#include <tqlabel.h>
#include <tqlineedit.h>
#include <tqscrollview.h>
#include <tqhbox.h>
#include <tqradiobutton.h>
#include <tqbuttongroup.h>
#include <tdeapplication.h>
#include <kcursor.h>

@ -11,7 +11,7 @@
#ifndef ADVANCEDSEARCHDIALOG_H
#define ADVANCEDSEARCHDIALOG_H
#include <ntqwidget.h>
#include <tqwidget.h>
class TQVBoxLayout;
class TQHBoxLayout;

@ -13,10 +13,10 @@
#ifndef AUTHORSDIALOG_H
#define AUTHORSDIALOG_H
#include <ntqwidget.h>
#include <ntqpushbutton.h>
#include <ntqhbox.h>
#include <ntqlayout.h>
#include <tqwidget.h>
#include <tqpushbutton.h>
#include <tqhbox.h>
#include <tqlayout.h>
#include <kiconloader.h>
#include <tdelistview.h>

@ -10,14 +10,14 @@
#include "borderdialog.h"
#include <ntqpushbutton.h>
#include <ntqgroupbox.h>
#include <ntqvbox.h>
#include <ntqlabel.h>
#include <ntqspinbox.h>
#include <ntqlayout.h>
#include <ntqtooltip.h>
#include <ntqwhatsthis.h>
#include <tqpushbutton.h>
#include <tqgroupbox.h>
#include <tqvbox.h>
#include <tqlabel.h>
#include <tqspinbox.h>
#include <tqlayout.h>
#include <tqtooltip.h>
#include <tqwhatsthis.h>
#include <kdebug.h>
#include <tdehtml_part.h>

@ -13,10 +13,10 @@
#ifndef CATEGORIESEDITORDIALOG_H
#define CATEGORIESEDITORDIALOG_H
#include <ntqwidget.h>
#include <ntqpushbutton.h>
#include <ntqhbox.h>
#include <ntqlayout.h>
#include <tqwidget.h>
#include <tqpushbutton.h>
#include <tqhbox.h>
#include <tqlayout.h>
#include <kiconloader.h>
#include <tdelistview.h>

@ -10,15 +10,15 @@
#include "conversiondialog.h"
#include <ntqvariant.h>
#include <ntqpushbutton.h>
#include <tqvariant.h>
#include <tqpushbutton.h>
#include <kcombobox.h>
#include <ntqlabel.h>
#include <tqlabel.h>
#include <klineedit.h>
#include <ntqlayout.h>
#include <ntqtooltip.h>
#include <ntqwhatsthis.h>
#include <ntqvbox.h>
#include <tqlayout.h>
#include <tqtooltip.h>
#include <tqwhatsthis.h>
#include <tqvbox.h>
#include <kcombobox.h>
#include <klineedit.h>

@ -12,11 +12,11 @@
#include "createcategorydialog.h"
#include <ntqpushbutton.h>
#include <ntqgroupbox.h>
#include <ntqlayout.h>
#include <ntqlabel.h>
#include <ntqvbox.h>
#include <tqpushbutton.h>
#include <tqgroupbox.h>
#include <tqlayout.h>
#include <tqlabel.h>
#include <tqvbox.h>
#include <kcombobox.h>
#include <klineedit.h>

@ -13,7 +13,7 @@
#ifndef CREATECATEGORYDIALOG_H
#define CREATECATEGORYDIALOG_H
#include <ntqmap.h>
#include <tqmap.h>
#include <kdialogbase.h>

@ -13,10 +13,10 @@
#ifndef CREATEELEMENTDIALOG_H
#define CREATEELEMENTDIALOG_H
#include <ntqpushbutton.h>
#include <ntqgroupbox.h>
#include <ntqlayout.h>
#include <ntqvbox.h>
#include <tqpushbutton.h>
#include <tqgroupbox.h>
#include <tqlayout.h>
#include <tqvbox.h>
#include <klineedit.h>
#include <kdialogbase.h>

@ -10,13 +10,13 @@
#include "createingredientweightdialog.h"
#include <ntqgroupbox.h>
#include <ntqlabel.h>
#include <ntqpushbutton.h>
#include <ntqlayout.h>
#include <ntqtooltip.h>
#include <ntqwhatsthis.h>
#include <ntqvbox.h>
#include <tqgroupbox.h>
#include <tqlabel.h>
#include <tqpushbutton.h>
#include <tqlayout.h>
#include <tqtooltip.h>
#include <tqwhatsthis.h>
#include <tqvbox.h>
#include <tdemessagebox.h>
#include <tdelocale.h>

@ -17,12 +17,12 @@
#ifndef CREATEPROPERTYDIALOG_H
#define CREATEPROPERTYDIALOG_H
#include <ntqcombobox.h>
#include <ntqlayout.h>
#include <ntqpushbutton.h>
#include <ntqgroupbox.h>
#include <ntqvbox.h>
#include <ntqlabel.h>
#include <tqcombobox.h>
#include <tqlayout.h>
#include <tqpushbutton.h>
#include <tqgroupbox.h>
#include <tqvbox.h>
#include <tqlabel.h>
#include <klineedit.h>
#include <kdialogbase.h>

@ -12,7 +12,7 @@
#include "createunitdialog.h"
#include <ntqlabel.h>
#include <tqlabel.h>
#include <tdelocale.h>
#include <klineedit.h>

@ -14,10 +14,10 @@
#define CREATEUNITDIALOG_H
#include <kdialogbase.h>
#include <ntqpushbutton.h>
#include <ntqgroupbox.h>
#include <ntqlayout.h>
#include <ntqvbox.h>
#include <tqpushbutton.h>
#include <tqgroupbox.h>
#include <tqlayout.h>
#include <tqvbox.h>
#include "datablocks/unit.h"

@ -17,17 +17,17 @@
#include "config.h"
#endif
#include <ntqpushbutton.h>
#include <ntqbuttongroup.h>
#include <ntqradiobutton.h>
#include <ntqwidgetstack.h>
#include <ntqwidget.h>
#include <ntqlineedit.h>
#include <ntqlabel.h>
#include <ntqlayout.h>
#include <ntqtooltip.h>
#include <ntqwhatsthis.h>
#include <ntqhbox.h>
#include <tqpushbutton.h>
#include <tqbuttongroup.h>
#include <tqradiobutton.h>
#include <tqwidgetstack.h>
#include <tqwidget.h>
#include <tqlineedit.h>
#include <tqlabel.h>
#include <tqlayout.h>
#include <tqtooltip.h>
#include <tqwhatsthis.h>
#include <tqhbox.h>
#include <tdeconfig.h>
#include <kdebug.h>

@ -15,7 +15,7 @@
#include "dependanciesdialog.h"
#include "datablocks/elementlist.h"
#include <ntqvbox.h>
#include <tqvbox.h>
#include <tdelocale.h>
#include <tdeglobal.h>

@ -15,8 +15,8 @@
#ifndef DEPENDANCIESDIALOG_H
#define DEPENDANCIESDIALOG_H
#include <ntqgroupbox.h>
#include <ntqlabel.h>
#include <tqgroupbox.h>
#include <tqlabel.h>
#include <tdelistview.h>
#include <kdialogbase.h>

@ -11,10 +11,10 @@
#ifndef DIETVIEWDIALOG_H
#define DIETVIEWDIALOG_H
#include <ntqpushbutton.h>
#include <ntqlayout.h>
#include <ntqvbox.h>
#include <ntqwidget.h>
#include <tqpushbutton.h>
#include <tqlayout.h>
#include <tqvbox.h>
#include <tqwidget.h>
#include <tdehtml_part.h>
#include <tdehtmlview.h>

@ -14,11 +14,11 @@
#include "backends/recipedb.h"
#include "dietviewdialog.h"
#include <ntqbitmap.h>
#include <ntqheader.h>
#include <ntqlayout.h>
#include <ntqpainter.h>
#include <ntqwmatrix.h>
#include <tqbitmap.h>
#include <tqheader.h>
#include <tqlayout.h>
#include <tqpainter.h>
#include <tqwmatrix.h>
#include <tdeapplication.h>
#include <kcursor.h>

@ -15,20 +15,20 @@
#include <stdlib.h> // For RAND_MAX
#include <ntqcheckbox.h>
#include <ntqhbox.h>
#include <ntqhgroupbox.h>
#include <ntqlabel.h>
#include <ntqptrlist.h>
#include <ntqpushbutton.h>
#include <ntqslider.h>
#include <ntqspinbox.h>
#include <ntqtabwidget.h>
#include <ntqtoolbutton.h>
#include <ntqvaluelist.h>
#include <ntqvbox.h>
#include <ntqvgroupbox.h>
#include <ntqwidgetstack.h>
#include <tqcheckbox.h>
#include <tqhbox.h>
#include <tqhgroupbox.h>
#include <tqlabel.h>
#include <tqptrlist.h>
#include <tqpushbutton.h>
#include <tqslider.h>
#include <tqspinbox.h>
#include <tqtabwidget.h>
#include <tqtoolbutton.h>
#include <tqvaluelist.h>
#include <tqvbox.h>
#include <tqvgroupbox.h>
#include <tqwidgetstack.h>
#include <tdelistview.h>

@ -12,20 +12,20 @@
#include <tdelocale.h>
#include <ntqvariant.h>
#include <ntqpushbutton.h>
#include <ntqlabel.h>
#include <ntqcombobox.h>
#include <tqvariant.h>
#include <tqpushbutton.h>
#include <tqlabel.h>
#include <tqcombobox.h>
#include <knuminput.h>
#include <ntqheader.h>
#include <tqheader.h>
#include <tdelistview.h>
#include <ntqtextedit.h>
#include <ntqlineedit.h>
#include <ntqlayout.h>
#include <ntqtooltip.h>
#include <ntqwhatsthis.h>
#include <ntqpainter.h>
#include <ntqvbox.h>
#include <tqtextedit.h>
#include <tqlineedit.h>
#include <tqlayout.h>
#include <tqtooltip.h>
#include <tqwhatsthis.h>
#include <tqpainter.h>
#include <tqvbox.h>
#include <tdepopupmenu.h>
#include <tdelocale.h>

@ -10,9 +10,9 @@
#include "ingredientgroupsdialog.h"
#include <ntqpushbutton.h>
#include <ntqlayout.h>
#include <ntqvbox.h>
#include <tqpushbutton.h>
#include <tqlayout.h>
#include <tqvbox.h>
#include <tdelocale.h>
#include <kdialog.h>

@ -11,7 +11,7 @@
#ifndef INGREDIENTGROUPSDIALOG_H
#define INGREDIENTGROUPSDIALOG_H
#include <ntqwidget.h>
#include <tqwidget.h>
#include "widgets/dblistviewbase.h"

@ -21,11 +21,11 @@
#include "datablocks/mixednumber.h"
#include "recipeactionshandler.h"
#include <ntqheader.h>
#include <ntqpainter.h>
#include <ntqstringlist.h>
#include <ntqlayout.h>
#include <ntqgroupbox.h>
#include <tqheader.h>
#include <tqpainter.h>
#include <tqstringlist.h>
#include <tqlayout.h>
#include <tqgroupbox.h>
#include <tdeapplication.h>
#include <kcursor.h>

@ -19,12 +19,12 @@
#include "widgets/recipelistview.h"
#include "widgets/dblistviewbase.h"
#include <ntqfontmetrics.h>
#include <ntqlabel.h>
#include <ntqlistview.h>
#include <ntqpushbutton.h>
#include <ntqhbox.h>
#include <ntqvbox.h>
#include <tqfontmetrics.h>
#include <tqlabel.h>
#include <tqlistview.h>
#include <tqpushbutton.h>
#include <tqhbox.h>
#include <tqvbox.h>
#include <kstringhandler.h>
#include <tdelocale.h>

@ -10,17 +10,17 @@
#include "ingredientparserdialog.h"
#include <ntqpushbutton.h>
#include <ntqtextedit.h>
#include <ntqlabel.h>
#include <ntqlineedit.h>
#include <ntqlayout.h>
#include <ntqtooltip.h>
#include <ntqwhatsthis.h>
#include <ntqheader.h>
#include <ntqapplication.h>
#include <ntqclipboard.h>
#include <ntqvbox.h>
#include <tqpushbutton.h>
#include <tqtextedit.h>
#include <tqlabel.h>
#include <tqlineedit.h>
#include <tqlayout.h>
#include <tqtooltip.h>
#include <tqwhatsthis.h>
#include <tqheader.h>
#include <tqapplication.h>
#include <tqclipboard.h>
#include <tqvbox.h>
#include <tdelocale.h>
#include <kdebug.h>

@ -34,9 +34,9 @@
#include <tdeglobal.h>
#include <tdeconfig.h>
#include <ntqheader.h>
#include <ntqmessagebox.h>
#include <ntqtabwidget.h>
#include <tqheader.h>
#include <tqmessagebox.h>
#include <tqtabwidget.h>
class WeightListItem : public TQListViewItem
{

@ -13,10 +13,10 @@
#ifndef INGREDIENTSDIALOG_H
#define INGREDIENTSDIALOG_H
#include <ntqpushbutton.h>
#include <ntqvbox.h>
#include <ntqlayout.h>
#include <ntqwidget.h>
#include <tqpushbutton.h>
#include <tqvbox.h>
#include <tqlayout.h>
#include <tqwidget.h>
#include <knuminput.h>
#include "widgets/krelistview.h"

@ -10,15 +10,15 @@
#include "pagesetupdialog.h"
#include <ntqdir.h>
#include <ntqlayout.h>
#include <ntqhbox.h>
#include <ntqfileinfo.h>
#include <ntqpushbutton.h>
#include <ntqpopupmenu.h>
#include <ntqtooltip.h>
#include <ntqtabwidget.h>
#include <ntqlabel.h>
#include <tqdir.h>
#include <tqlayout.h>
#include <tqhbox.h>
#include <tqfileinfo.h>
#include <tqpushbutton.h>
#include <tqpopupmenu.h>
#include <tqtooltip.h>
#include <tqtabwidget.h>
#include <tqlabel.h>
#include <tdehtmlview.h>
#include <tdeapplication.h>

@ -11,7 +11,7 @@
#ifndef PAGESETUPDIALOG_H
#define PAGESETUPDIALOG_H
#include <ntqmap.h>
#include <tqmap.h>
#include <kdialog.h>

@ -13,10 +13,10 @@
#ifndef PREPMETHODSDIALOG_H
#define PREPMETHODSDIALOG_H
#include <ntqwidget.h>
#include <ntqpushbutton.h>
#include <ntqhbox.h>
#include <ntqlayout.h>
#include <tqwidget.h>
#include <tqpushbutton.h>
#include <tqhbox.h>
#include <tqlayout.h>
#include <kiconloader.h>
#include <tdelistview.h>

@ -13,9 +13,9 @@
#ifndef PROPERTIESDIALOG_H
#define PROPERTIESDIALOG_H
#include <ntqlayout.h>
#include <ntqpushbutton.h>
#include <ntqvbox.h>
#include <tqlayout.h>
#include <tqpushbutton.h>
#include <tqvbox.h>
#include <tdelistview.h>
class RecipeDB;

@ -17,11 +17,11 @@
#include <tdelistview.h>
#include <kdebug.h>
#include <ntqvbox.h>
#include <ntqlayout.h>
#include <ntqheader.h>
#include <ntqvariant.h>
#include <ntqdict.h>
#include <tqvbox.h>
#include <tqlayout.h>
#include <tqheader.h>
#include <tqvariant.h>
#include <tqdict.h>
#include "datablocks/recipe.h"

@ -13,9 +13,9 @@
#ifndef RECIPEIMPORTDIALOG_H
#define RECIPEIMPORTDIALOG_H
#include <ntqvaluelist.h>
#include <ntqmap.h>
#include <ntqlistview.h>
#include <tqvaluelist.h>
#include <tqmap.h>
#include <tqlistview.h>
#include <kdialogbase.h>

@ -14,19 +14,19 @@
#include "recipeinputdialog.h"
#include <ntqstring.h>
#include <ntqlayout.h>
#include <ntqhbox.h>
#include <ntqvbox.h>
#include <ntqimage.h>
#include <ntqmessagebox.h>
#include <ntqtooltip.h>
#include <ntqdatetimeedit.h>
#include <ntqdragobject.h>
#include <ntqbuttongroup.h>
#include <ntqradiobutton.h>
#include <ntqwidgetstack.h>
#include <ntqpainter.h>
#include <tqstring.h>
#include <tqlayout.h>
#include <tqhbox.h>
#include <tqvbox.h>
#include <tqimage.h>
#include <tqmessagebox.h>
#include <tqtooltip.h>
#include <tqdatetimeedit.h>
#include <tqdragobject.h>
#include <tqbuttongroup.h>
#include <tqradiobutton.h>
#include <tqwidgetstack.h>
#include <tqpainter.h>
#include <tdeapplication.h>
#include <tdecompletionbox.h>

@ -23,13 +23,13 @@
#include <kiconloader.h>
#include <kled.h>
#include <ntqlabel.h>
#include <ntqgroupbox.h>
#include <ntqmap.h>
#include <ntqobject.h>
#include <ntqtabwidget.h>
#include <ntqtoolbutton.h>
#include <ntqvbox.h>
#include <tqlabel.h>
#include <tqgroupbox.h>
#include <tqmap.h>
#include <tqobject.h>
#include <tqtabwidget.h>
#include <tqtoolbutton.h>
#include <tqvbox.h>
#include "datablocks/elementlist.h"

@ -10,7 +10,7 @@
#include "recipeprintpreview.h"
#include <ntqvbox.h>
#include <tqvbox.h>
#include <kdebug.h>
#include <tdelocale.h>

@ -11,8 +11,8 @@
#ifndef RECIPEPRINTPREVIEW_H
#define RECIPEPRINTPREVIEW_H
#include <ntqstring.h>
#include <ntqvaluelist.h>
#include <tqstring.h>
#include <tqvaluelist.h>
#include <kdialogbase.h>

@ -12,9 +12,9 @@
#include "recipeviewdialog.h"
#include <ntqlayout.h>
#include <ntqstyle.h>
#include <ntqfile.h>
#include <tqlayout.h>
#include <tqstyle.h>
#include <tqfile.h>
#include <tdeapplication.h>
#include <kcursor.h>

@ -13,8 +13,8 @@
#ifndef RECIPEVIEWDIALOG_H
#define RECIPEVIEWDIALOG_H
#include <ntqvbox.h>
#include <ntqstring.h>
#include <tqvbox.h>
#include <tqstring.h>
class RecipeDB;
class Recipe;

@ -10,13 +10,13 @@
#include "refineshoppinglistdialog.h"
#include <ntqvariant.h>
#include <ntqpushbutton.h>
#include <ntqlabel.h>
#include <ntqheader.h>
#include <ntqlayout.h>
#include <ntqtooltip.h>
#include <ntqwhatsthis.h>
#include <tqvariant.h>
#include <tqpushbutton.h>
#include <tqlabel.h>
#include <tqheader.h>
#include <tqlayout.h>
#include <tqtooltip.h>
#include <tqwhatsthis.h>
#include <tdelocale.h>
#include <kiconloader.h>

@ -11,8 +11,8 @@
#ifndef REFINESHOPPINGLISTDIALOG_H
#define REFINESHOPPINGLISTDIALOG_H
#include <ntqvariant.h>
#include <ntqmap.h>
#include <tqvariant.h>
#include <tqmap.h>
#include <kdialogbase.h>

@ -14,19 +14,19 @@
#include <cmath>
#include <ntqvbox.h>
#include <ntqvariant.h>
#include <ntqbuttongroup.h>
#include <ntqframe.h>
#include <ntqlabel.h>
#include <tqvbox.h>
#include <tqvariant.h>
#include <tqbuttongroup.h>
#include <tqframe.h>
#include <tqlabel.h>
#include <knuminput.h>
#include <klineedit.h>
#include <ntqradiobutton.h>
#include <ntqlayout.h>
#include <ntqtooltip.h>
#include <ntqwhatsthis.h>
#include <ntqimage.h>
#include <ntqpixmap.h>
#include <tqradiobutton.h>
#include <tqlayout.h>
#include <tqtooltip.h>
#include <tqwhatsthis.h>
#include <tqimage.h>
#include <tqpixmap.h>
#include <tdelocale.h>
#include <tdemessagebox.h>

@ -12,8 +12,8 @@
#include "selectauthorsdialog.h"
#include <ntqmessagebox.h>
#include <ntqvbox.h>
#include <tqmessagebox.h>
#include <tqvbox.h>
#include <tdeconfig.h>
#include <kdialog.h>

@ -13,8 +13,8 @@
#ifndef SELECTAUTHORSDIALOG_H
#define SELECTAUTHORSDIALOG_H
#include <ntqlayout.h>
#include <ntqpushbutton.h>
#include <tqlayout.h>
#include <tqpushbutton.h>
#include <kdialogbase.h>
#include <kiconloader.h>

@ -13,7 +13,7 @@
#include "selectcategoriesdialog.h"
#include "createcategorydialog.h"
#include <ntqvbox.h>
#include <tqvbox.h>
#include <tdelocale.h>
#include <kdebug.h>

@ -13,8 +13,8 @@
#ifndef SELECTCATEGORIESDIALOG_H
#define SELECTCATEGORIESDIALOG_H
#include <ntqlayout.h>
#include <ntqpushbutton.h>
#include <tqlayout.h>
#include <tqpushbutton.h>
#include <tdelistview.h>
#include <kdialogbase.h>

@ -13,12 +13,12 @@
#ifndef SELECTPROPERTYDIALOG_H
#define SELECTPROPERTYDIALOG_H
#include <ntqwidget.h>
#include <ntqlayout.h>
#include <ntqgroupbox.h>
#include <ntqlabel.h>
#include <ntqpushbutton.h>
#include <ntqvbox.h>
#include <tqwidget.h>
#include <tqlayout.h>
#include <tqgroupbox.h>
#include <tqlabel.h>
#include <tqpushbutton.h>
#include <tqvbox.h>
#include <tdelistview.h>
#include <kcombobox.h>

@ -12,9 +12,9 @@
#include "selectrecipedialog.h"
#include <ntqsignalmapper.h>
#include <ntqtabwidget.h>
#include <ntqtooltip.h>
#include <tqsignalmapper.h>
#include <tqtabwidget.h>
#include <tqtooltip.h>
#include <tdelocale.h>
#include <kdebug.h>

@ -14,12 +14,12 @@
#define SELECTRECIPEDIALOG_H
#include <ntqwidget.h>
#include <ntqpushbutton.h>
#include <ntqlabel.h>
#include <ntqlayout.h>
#include <ntqcursor.h>
#include <ntqintdict.h>
#include <tqwidget.h>
#include <tqpushbutton.h>
#include <tqlabel.h>
#include <tqlayout.h>
#include <tqcursor.h>
#include <tqintdict.h>
#include <kcombobox.h>
#include <klineedit.h>

@ -13,11 +13,11 @@
#ifndef SELECTUNITDIALOG_H
#define SELECTUNITDIALOG_H
#include <ntqwidget.h>
#include <ntqlayout.h>
#include <ntqpushbutton.h>
#include <ntqgroupbox.h>
#include <ntqvbox.h>
#include <tqwidget.h>
#include <tqlayout.h>
#include <tqpushbutton.h>
#include <tqgroupbox.h>
#include <tqvbox.h>
#include <tdelistview.h>
#include <kdialogbase.h>

@ -25,16 +25,16 @@
#include <dom/dom_doc.h>
#include <dom/css_rule.h>
#include <ntqinputdialog.h>
#include <ntqaction.h>
#include <ntqlabel.h>
#include <ntqfile.h>
#include <ntqregexp.h>
#include <ntqtextedit.h>
#include <ntqtooltip.h>
#include <ntqobjectlist.h>
#include <ntqvaluelist.h>
#include <ntqlayout.h>
#include <tqinputdialog.h>
#include <tqaction.h>
#include <tqlabel.h>
#include <tqfile.h>
#include <tqregexp.h>
#include <tqtextedit.h>
#include <tqtooltip.h>
#include <tqobjectlist.h>
#include <tqvaluelist.h>
#include <tqlayout.h>
#include "datablocks/mixednumber.h"
#include "dialogs/borderdialog.h"

@ -15,9 +15,9 @@
#include <dom/html_element.h>
#include <dom/css_stylesheet.h>
#include <ntqdom.h>
#include <ntqwidget.h>
#include <ntqmap.h>
#include <tqdom.h>
#include <tqwidget.h>
#include <tqmap.h>
#include "datablocks/recipe.h"
#include "datablocks/kreborder.h"

@ -13,8 +13,8 @@
#ifndef SHOPPINGLISTDIALOG_H
#define SHOPPINGLISTDIALOG_H
#include <ntqhbox.h>
#include <ntqlayout.h>
#include <tqhbox.h>
#include <tqlayout.h>
#include <kpushbutton.h>
#include <kiconloader.h>

@ -14,7 +14,7 @@
#include "datablocks/ingredientlist.h"
#include "datablocks/mixednumber.h"
#include <ntqpushbutton.h>
#include <tqpushbutton.h>
#include <tdelocale.h>
#include <tdeapplication.h>

@ -13,9 +13,9 @@
#ifndef SHOPPINGLISTVIEWDIALOG_H
#define SHOPPINGLISTVIEWDIALOG_H
#include <ntqlayout.h>
#include <ntqvbox.h>
#include <ntqwidget.h>
#include <tqlayout.h>
#include <tqvbox.h>
#include <tqwidget.h>
#include <tdehtml_part.h>
#include <tdehtmlview.h>

@ -9,15 +9,15 @@
#include "similarcategoriesdialog.h"
#include <ntqvariant.h>
#include <ntqpushbutton.h>
#include <ntqcombobox.h>
#include <ntqslider.h>
#include <ntqlabel.h>
#include <ntqheader.h>
#include <ntqlayout.h>
#include <ntqtooltip.h>
#include <ntqwhatsthis.h>
#include <tqvariant.h>
#include <tqpushbutton.h>
#include <tqcombobox.h>
#include <tqslider.h>
#include <tqlabel.h>
#include <tqheader.h>
#include <tqlayout.h>
#include <tqtooltip.h>
#include <tqwhatsthis.h>
#include <tdelistview.h>
#include <tdelocale.h>

@ -10,9 +10,9 @@
#ifndef SIMILARCATEGORIESDIALOG_H
#define SIMILARCATEGORIESDIALOG_H
#include <ntqvariant.h>
#include <ntqdialog.h>
#include <ntqvaluevector.h>
#include <tqvariant.h>
#include <tqdialog.h>
#include <tqvaluevector.h>
#include "datablocks/elementlist.h"

@ -10,8 +10,8 @@
* (at your option) any later version. *
***************************************************************************/
#include <ntqlayout.h>
#include <ntqtabwidget.h>
#include <tqlayout.h>
#include <tqtabwidget.h>
#include "unitsdialog.h"
#include "createelementdialog.h"

@ -12,9 +12,9 @@
#ifndef UNITSDIALOG_H
#define UNITSDIALOG_H
#include <ntqwidget.h>
#include <tqwidget.h>
#include <tdelistview.h>
#include <ntqpushbutton.h>
#include <tqpushbutton.h>
#include "datablocks/unitratiolist.h"
#include "datablocks/unit.h"

@ -17,12 +17,12 @@
#include <tdelocale.h>
#include <tdemessagebox.h>
#include <ntqfile.h>
#include <ntqlabel.h>
#include <ntqlayout.h>
#include <ntqpushbutton.h>
#include <ntqtextstream.h>
#include <ntqvbox.h>
#include <tqfile.h>
#include <tqlabel.h>
#include <tqlayout.h>
#include <tqpushbutton.h>
#include <tqtextstream.h>
#include <tqvbox.h>
#include "backends/recipedb.h"
#include "backends/usda_property_data.h"

@ -13,8 +13,8 @@
#include <kdialogbase.h>
#include <ntqstringlist.h>
#include <ntqvaluelist.h>
#include <tqstringlist.h>
#include <tqvaluelist.h>
#include "datablocks/element.h"

@ -11,8 +11,8 @@
#include "baseexporter.h"
#include <ntqfile.h>
#include <ntqfileinfo.h>
#include <tqfile.h>
#include <tqfileinfo.h>
#include <tdeaboutdata.h>
#include <kdebug.h>

@ -12,7 +12,7 @@
#ifndef BASEEXPORTER_H
#define BASEEXPORTER_H
#include <ntqstringlist.h>
#include <tqstringlist.h>
#include <tdeapplication.h>
#include <kprogress.h>

@ -10,11 +10,11 @@
#include "cookmlexporter.h"
#include <ntqbuffer.h>
#include <ntqdom.h>
#include <ntqimage.h>
#include <ntqpixmap.h>
#include <ntqfile.h>
#include <tqbuffer.h>
#include <tqdom.h>
#include <tqimage.h>
#include <tqpixmap.h>
#include <tqfile.h>
#include <tdeconfig.h>
#include <kdebug.h>

@ -10,8 +10,8 @@
#include "htmlbookexporter.h"
#include <ntqfile.h>
#include <ntqstylesheet.h>
#include <tqfile.h>
#include <tqstylesheet.h>
#include <kdebug.h>

@ -11,8 +11,8 @@
#ifndef HTMLBOOKEXPORTER_H
#define HTMLBOOKEXPORTER_H
#include <ntqmap.h>
#include <ntqvaluelist.h>
#include <tqmap.h>
#include <tqvaluelist.h>
#include "baseexporter.h"
#include "htmlexporter.h"

@ -14,14 +14,14 @@
#include "htmlexporter.h"
#include <ntqptrdict.h>
#include <ntqimage.h>
#include <ntqfileinfo.h>
#include <ntqdir.h>
#include <ntqstylesheet.h> //for TQStyleSheet::escape() to escape for HTML
#include <tqptrdict.h>
#include <tqimage.h>
#include <tqfileinfo.h>
#include <tqdir.h>
#include <tqstylesheet.h> //for TQStyleSheet::escape() to escape for HTML
#include <dom/dom_element.h>
#include <ntqpainter.h>
#include <ntqfileinfo.h>
#include <tqpainter.h>
#include <tqfileinfo.h>
#include <tdeconfig.h>
#include <kdebug.h>

@ -11,8 +11,8 @@
#ifndef HTMLEXPORTER_H
#define HTMLEXPORTER_H
#include <ntqdom.h>
#include <ntqmap.h>
#include <tqdom.h>
#include <tqmap.h>
#include "baseexporter.h"
#include "klomanager.h"

@ -13,10 +13,10 @@
#include "kreexporter.h"
#include <ntqfile.h>
#include <ntqstylesheet.h>
#include <ntqbuffer.h>
#include <ntqimage.h>
#include <tqfile.h>
#include <tqstylesheet.h>
#include <tqbuffer.h>
#include <tqimage.h>
#include <kdebug.h>
#include <tdelocale.h>

@ -10,7 +10,7 @@
#include "mmfexporter.h"
#include <ntqregexp.h>
#include <tqregexp.h>
#include <tdeconfig.h>
#include <kdebug.h>

@ -13,7 +13,7 @@
#include "baseexporter.h"
#include <ntqdom.h>
#include <tqdom.h>
class IngredientData;

@ -10,7 +10,7 @@
#include "rezkonvexporter.h"
#include <ntqregexp.h>
#include <tqregexp.h>
#include <tdeconfig.h>
#include <kdebug.h>

@ -17,7 +17,7 @@
#include <kprogress.h>
#include <tdemessagebox.h>
#include <ntqvaluevector.h>
#include <tqvaluevector.h>
#include "datablocks/recipe.h"
#include "backends/recipedb.h"

@ -15,8 +15,8 @@
#include <tdelocale.h>
#include <ntqstring.h>
#include <ntqstringlist.h>
#include <tqstring.h>
#include <tqstringlist.h>
#include "datablocks/recipelist.h"
#include "datablocks/elementlist.h"

@ -11,7 +11,7 @@
#ifndef KREDBIMPORTER_H
#define KREDBIMPORTER_H
#include <ntqstring.h>
#include <tqstring.h>
#include "baseimporter.h"

@ -16,8 +16,8 @@
#include <tdelocale.h>
#include <kdebug.h>
#include <ntqfile.h>
#include <ntqstringlist.h>
#include <tqfile.h>
#include <tqstringlist.h>
#include <kstandarddirs.h>
#include "datablocks/recipe.h"

@ -17,9 +17,9 @@
#include <ktar.h>
#include <tdetempfile.h>
#include <ntqfile.h>
#include <ntqstringlist.h>
#include <ntqdom.h>
#include <tqfile.h>
#include <tqstringlist.h>
#include <tqdom.h>
#include "baseimporter.h"

@ -14,10 +14,10 @@
#include <tdelocale.h>
#include <kdebug.h>
#include <ntqfile.h>
#include <ntqregexp.h>
#include <ntqtextstream.h>
#include <ntqstringlist.h>
#include <tqfile.h>
#include <tqregexp.h>
#include <tqtextstream.h>
#include <tqstringlist.h>
#include "datablocks/mixednumber.h"
#include "datablocks/recipe.h"

@ -11,7 +11,7 @@
#ifndef MMFIMPORTER_H
#define MMFIMPORTER_H
#include <ntqstring.h>
#include <tqstring.h>
#include "baseimporter.h"
#include "datablocks/ingredientlist.h"

@ -22,10 +22,10 @@ Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
#include <tdelocale.h>
#include <kdebug.h>
#include <ntqfile.h>
#include <ntqstringlist.h>
#include <ntqtextstream.h>
#include <ntqdatetime.h>
#include <tqfile.h>
#include <tqstringlist.h>
#include <tqtextstream.h>
#include <tqdatetime.h>
#include "datablocks/recipe.h"

@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
#include "baseimporter.h"
#include <ntqdom.h>
#include <tqdom.h>
class Recipe;

@ -10,10 +10,10 @@
#include "mxpimporter.h"
#include <ntqfile.h>
#include <ntqtextstream.h>
#include <ntqstringlist.h>
#include <ntqdatetime.h>
#include <tqfile.h>
#include <tqtextstream.h>
#include <tqstringlist.h>
#include <tqdatetime.h>
#include <tdeapplication.h>
#include <tdelocale.h>

@ -11,7 +11,7 @@
#ifndef MXPIMPORTER_H
#define MXPIMPORTER_H
#include <ntqstring.h>
#include <tqstring.h>
#include "baseimporter.h"

@ -14,10 +14,10 @@
#include <tdelocale.h>
#include <kdebug.h>
#include <ntqfile.h>
#include <ntqtextstream.h>
#include <ntqstringlist.h>
#include <ntqregexp.h>
#include <tqfile.h>
#include <tqtextstream.h>
#include <tqstringlist.h>
#include <tqregexp.h>
#include "datablocks/mixednumber.h"
#include "datablocks/recipe.h"

@ -11,8 +11,8 @@
#ifndef NYCGENERICIMPORTER_H
#define NYCGENERICIMPORTER_H
#include <ntqstring.h>
#include <ntqdatetime.h>
#include <tqstring.h>
#include <tqdatetime.h>
#include "baseimporter.h"
#include "datablocks/ingredientlist.h"

@ -13,8 +13,8 @@
#include "recipemlimporter.h"
#include <ntqfile.h>
#include <ntqdatetime.h>
#include <tqfile.h>
#include <tqdatetime.h>
#include <tdelocale.h>
#include <kdebug.h>

@ -19,7 +19,7 @@
#include "datablocks/ingredient.h"
#include "datablocks/recipe.h"
#include <ntqdom.h>
#include <tqdom.h>
/** Class to import the RecipeML, XML-based file format.
* More info at http://www.formatdata.com/recipeml

@ -14,9 +14,9 @@
#include <tdelocale.h>
#include <kdebug.h>
#include <ntqfile.h>
#include <ntqregexp.h>
#include <ntqtextstream.h>
#include <tqfile.h>
#include <tqregexp.h>
#include <tqtextstream.h>
#include "datablocks/mixednumber.h"

@ -11,7 +11,7 @@
#ifndef REZKONVIMPORTER_H
#define REZKONVIMPORTER_H
#include <ntqstringlist.h>
#include <tqstringlist.h>
#include "baseimporter.h"
#include "datablocks/recipe.h"

@ -12,9 +12,9 @@
#include <kdebug.h>
#include <ntqdom.h>
#include <ntqfile.h>
#include <ntqstringlist.h>
#include <tqdom.h>
#include <tqfile.h>
#include <tqstringlist.h>
KLOManager::KLOManager()
{

@ -11,8 +11,8 @@
#ifndef KLOMANAGER_H
#define KLOMANAGER_H
#include <ntqdom.h>
#include <ntqfont.h>
#include <tqdom.h>
#include <tqfont.h>
#include "datablocks/kreborder.h"

@ -44,11 +44,11 @@
#include "backends/recipedb.h"
#include "backends/progressinterface.h"
#include <ntqdragobject.h>
#include <tqdragobject.h>
#include <kprinter.h>
#include <ntqpainter.h>
#include <ntqpaintdevicemetrics.h>
#include <ntqmessagebox.h>
#include <tqpainter.h>
#include <tqpaintdevicemetrics.h>
#include <tqmessagebox.h>
#include <kprogress.h>
#include <tdemessagebox.h>

@ -14,7 +14,7 @@
#include <dcopobject.h>
#include <dcopref.h>
#include <ntqvaluelist.h>
#include <tqvaluelist.h>
class KrecipesIface : virtual public DCOPObject
{

@ -15,10 +15,10 @@
#include <cstdlib>
#include <ntqlayout.h>
#include <ntqimage.h>
#include <ntqpainter.h>
#include <ntqpalette.h>
#include <tqlayout.h>
#include <tqimage.h>
#include <tqpainter.h>
#include <tqpalette.h>
#include <tdeapplication.h>
#include <tdeconfig.h>

@ -13,17 +13,17 @@
#ifndef KRECIPESVIEW_H
#define KRECIPESVIEW_H
#include <ntqbitmap.h>
#include <ntqbuttongroup.h>
#include <ntqevent.h>
#include <ntqlabel.h>
#include <ntqpushbutton.h>
#include <ntqtooltip.h>
#include <ntqhbox.h>
#include <ntqvaluelist.h>
#include <ntqvbox.h>
#include <ntqwidget.h>
#include <ntqwidgetstack.h>
#include <tqbitmap.h>
#include <tqbuttongroup.h>
#include <tqevent.h>
#include <tqlabel.h>
#include <tqpushbutton.h>
#include <tqtooltip.h>
#include <tqhbox.h>
#include <tqvaluelist.h>
#include <tqvbox.h>
#include <tqwidget.h>
#include <tqwidgetstack.h>
#include <kiconloader.h>
#include <kpixmap.h>

@ -26,7 +26,7 @@
#include <kdebug.h>
#include <tdeglobal.h>
#include <ntqdom.h>
#include <tqdom.h>
#include "kreunit.h"

@ -23,7 +23,7 @@
#ifndef KREPAGELAYOUT_H
#define KREPAGELAYOUT_H
#include <ntqstringlist.h>
#include <tqstringlist.h>
class TQDomElement;
class TQDomDocument;

@ -18,7 +18,7 @@
#include <tdeconfig.h>
#include <tdeglobal.h>
#include <ntqcursor.h>
#include <tqcursor.h>
TDEStartupLogo::TDEStartupLogo( TQWidget * parent, const char *name ) : TQWidget( parent, name, WStyle_NoBorder | WStyle_Customize | WDestructiveClose ), m_bReadyToHide( false )
{

@ -17,7 +17,7 @@
#ifndef KSTARTUPLOGO_H
#define KSTARTUPLOGO_H
#include <ntqwidget.h>
#include <tqwidget.h>
#include <tdeapplication.h>
#include <kstandarddirs.h>

@ -18,17 +18,17 @@
#include "config.h"
#endif
#include <ntqlayout.h>
#include <ntqlabel.h>
#include <ntqhbox.h>
#include <ntqbuttongroup.h>
#include <ntqcheckbox.h>
#include <ntqradiobutton.h>
#include <ntqpushbutton.h>
#include <ntqtooltip.h>
#include <ntqwhatsthis.h>
#include <ntqframe.h>
#include <ntqcombobox.h>
#include <tqlayout.h>
#include <tqlabel.h>
#include <tqhbox.h>
#include <tqbuttongroup.h>
#include <tqcheckbox.h>
#include <tqradiobutton.h>
#include <tqpushbutton.h>
#include <tqtooltip.h>
#include <tqwhatsthis.h>
#include <tqframe.h>
#include <tqcombobox.h>
#include <tdeapplication.h>
#include <tdeconfig.h>

@ -17,7 +17,7 @@
#include <kdialogbase.h>
#include <ntqmap.h>
#include <tqmap.h>
class ServerPrefs;
class NumbersPrefs;

@ -18,7 +18,7 @@
#define KRECIPES_PROFILING
#ifdef KRECIPES_PROFILING
#include <ntqdatetime.h>
#include <tqdatetime.h>
#include <kdebug.h>
static TQTime dbg_timer;

@ -12,8 +12,8 @@
#include "recipeactionshandler.h"
#include <ntqwidget.h>
#include <ntqclipboard.h>
#include <tqwidget.h>
#include <tqclipboard.h>
#include <tdeapplication.h>
#include <tdefiledialog.h>

@ -13,9 +13,9 @@
#ifndef RECIPEACTIONSHANDLER_H
#define RECIPEACTIONSHANDLER_H
#include <ntqobject.h>
#include <ntqvaluelist.h>
#include <ntqptrlist.h>
#include <tqobject.h>
#include <tqvaluelist.h>
#include <tqptrlist.h>
class TQListViewItem;
class TDEListView;

@ -12,7 +12,7 @@
#ifndef RECIPEFILTER_H
#define RECIPEFILTER_H
#include <ntqobject.h>
#include <tqobject.h>
class TDEListView;
class TQListViewItem;

@ -16,12 +16,12 @@
#include <unistd.h>
#include <pwd.h>
#include <ntqhbox.h>
#include <ntqvgroupbox.h>
#include <ntqlayout.h>
#include <ntqpixmap.h>
#include <ntqpushbutton.h>
#include <ntqtooltip.h>
#include <tqhbox.h>
#include <tqvgroupbox.h>
#include <tqlayout.h>
#include <tqpixmap.h>
#include <tqpushbutton.h>
#include <tqtooltip.h>
#include <tdeconfig.h>
#include <kdebug.h>

@ -11,10 +11,10 @@
#ifndef SETUPWIZARD_H
#define SETUPWIZARD_H
#include <ntqvbuttongroup.h>
#include <ntqcheckbox.h>
#include <ntqradiobutton.h>
#include <ntqlabel.h>
#include <tqvbuttongroup.h>
#include <tqcheckbox.h>
#include <tqradiobutton.h>
#include <tqlabel.h>
#include <kwizard.h>
#include <klineedit.h>
#include <ktextedit.h>

@ -14,9 +14,9 @@
#include <cmath>
#include <iostream>
#include <ntqstring.h>
#include <ntqpixmap.h>
#include <ntqimage.h>
#include <tqstring.h>
#include <tqpixmap.h>
#include <tqimage.h>
#include "datablocks/categorytree.h"
#include "datablocks/rating.h"

@ -14,9 +14,9 @@
#include <cmath>
#include <iostream>
#include <ntqstring.h>
#include <ntqfile.h>
#include <ntqtextstream.h>
#include <tqstring.h>
#include <tqfile.h>
#include <tqtextstream.h>
#include "checks.h"

@ -14,7 +14,7 @@
#include <cmath>
#include <iostream>
#include <ntqstring.h>
#include <tqstring.h>
#include "checks.h"
#include "datablocks/categorytree.h"

@ -10,8 +10,8 @@
#include <tdeapplication.h>
#include <ntqstring.h>
#include <ntqfile.h>
#include <tqstring.h>
#include <tqfile.h>
#include <iostream>

@ -10,7 +10,7 @@
#include <tdeapplication.h>
#include <ntqstring.h>
#include <tqstring.h>
#include <iostream>
using std::cout;

@ -10,7 +10,7 @@
#include <tdeapplication.h>
#include <ntqstring.h>
#include <tqstring.h>
#include <iostream>
using std::cout;

@ -10,7 +10,7 @@
#include <tdeapplication.h>
#include <ntqstring.h>
#include <tqstring.h>
#include <iostream>
using std::cout;

@ -10,7 +10,7 @@
#include <tdeapplication.h>
#include <ntqstring.h>
#include <tqstring.h>
#include <iostream>
using std::cout;

@ -10,7 +10,7 @@
#include <tdeapplication.h>
#include <ntqstring.h>
#include <tqstring.h>
#include <iostream>
using std::cout;

@ -10,7 +10,7 @@
#include <tdeapplication.h>
#include <ntqstring.h>
#include <tqstring.h>
#include <iostream>
using std::cout;

@ -10,8 +10,8 @@
#include "amountunitinput.h"
#include <ntqheader.h>
#include <ntqlistview.h>
#include <tqheader.h>
#include <tqlistview.h>
#include "fractioninput.h"
#include "unitcombobox.h"

@ -13,7 +13,7 @@
#ifndef AMOUNTUNITINPUT_H
#define AMOUNTUNITINPUT_H
#include <ntqhbox.h>
#include <tqhbox.h>
#include "datablocks/unit.h"
#include "datablocks/mixednumber.h"

@ -12,7 +12,7 @@
#include "categorycombobox.h"
#include <ntqlistbox.h>
#include <tqlistbox.h>
#include <tdelocale.h>
#include <tdeconfig.h>

@ -15,7 +15,7 @@
#include <kcombobox.h>
#include <ntqmap.h>
#include <tqmap.h>
#include "datablocks/element.h"

@ -12,8 +12,8 @@
#ifndef CATEGORYLISTVIEW_H
#define CATEGORYLISTVIEW_H
#include <ntqmap.h>
#include <ntqpixmap.h>
#include <tqmap.h>
#include <tqpixmap.h>
#include "dblistviewbase.h"

@ -15,7 +15,7 @@
#include "datablocks/mixednumber.h"
#include "widgets/fractioninput.h"
#include <ntqtooltip.h>
#include <tqtooltip.h>
#include <tdeglobal.h>
#include <tdelocale.h>

@ -10,9 +10,9 @@
***************************************************************************/
#ifndef CONVERSIONTABLE_H
#define CONVERSIONTABLE_H
#include <ntqstring.h>
#include <ntqtable.h>
#include <ntqobject.h>
#include <tqstring.h>
#include <tqtable.h>
#include <tqobject.h>
#include "datablocks/unitratio.h"
#include "datablocks/elementlist.h"

@ -10,7 +10,7 @@
#include "criteriacombobox.h"
#include <ntqlistbox.h>
#include <tqlistbox.h>
#include "backends/recipedb.h"
#include "datablocks/elementlist.h"

@ -11,7 +11,7 @@
#ifndef CRITERIACOMBOBOX_H
#define CRITERIACOMBOBOX_H
#include <ntqmap.h>
#include <tqmap.h>
#include <kcombobox.h>

@ -11,8 +11,8 @@
#ifndef LISTVIEWHANDLER_H
#define LISTVIEWHANDLER_H
#include <ntqobject.h>
#include <ntqmap.h>
#include <tqobject.h>
#include <tqmap.h>
#include <tdelistview.h>

@ -10,7 +10,7 @@
#include "fractioninput.h"
#include <ntqtimer.h>
#include <tqtimer.h>
#include <tdeglobalsettings.h>

@ -10,7 +10,7 @@
#include "headercombobox.h"
#include <ntqlistbox.h>
#include <tqlistbox.h>
#include "backends/recipedb.h"
#include "datablocks/elementlist.h"

@ -11,7 +11,7 @@
#ifndef INGLISTVIEWITEM_H
#define INGLISTVIEWITEM_H
#include "ntqlistview.h"
#include "tqlistview.h"
#include "datablocks/ingredient.h"

@ -10,8 +10,8 @@
#include "ingredientcombobox.h"
#include <ntqlistbox.h>
#include <ntqtimer.h>
#include <tqlistbox.h>
#include <tqtimer.h>
#include <kdebug.h>
#include <tdeapplication.h>

@ -13,7 +13,7 @@
#include <kcombobox.h>
#include <ntqmap.h>
#include <tqmap.h>
#include "datablocks/element.h"

@ -14,14 +14,14 @@
#include "ingredientinputwidget.h"
#include <ntqlabel.h>
#include <ntqwidgetstack.h>
#include <ntqhbox.h>
#include <ntqvbox.h>
#include <ntqgroupbox.h>
#include <ntqbuttongroup.h>
#include <ntqradiobutton.h>
#include <ntqcheckbox.h>
#include <tqlabel.h>
#include <tqwidgetstack.h>
#include <tqhbox.h>
#include <tqvbox.h>
#include <tqgroupbox.h>
#include <tqbuttongroup.h>
#include <tqradiobutton.h>
#include <tqcheckbox.h>
#include <kcombobox.h>
#include <tdelocale.h>

@ -15,7 +15,7 @@
#ifndef INGREDIENTINPUTWIDGET_H
#define INGREDIENTINPUTWIDGET_H
#include <ntqvbox.h>
#include <tqvbox.h>
#include "datablocks/unit.h"

@ -21,10 +21,10 @@
Boston, MA 02110-1301 USA
*/
#include <ntqapplication.h>
#include <ntqlineedit.h>
#include <ntqlistbox.h>
#include <ntqvalidator.h>
#include <tqapplication.h>
#include <tqlineedit.h>
#include <tqlistbox.h>
#include <tqvalidator.h>
//#include <kcalendarsystem.h>
#include <tdeglobal.h>

@ -23,9 +23,9 @@
#ifndef KDATEEDIT_H
#define KDATEEDIT_H
#include <ntqcombobox.h>
#include <ntqdatetime.h>
#include <ntqmap.h>
#include <tqcombobox.h>
#include <tqdatetime.h>
#include <tqmap.h>
#include "kdatepickerpopup.h"

@ -19,8 +19,8 @@
Boston, MA 02110-1301 USA
*/
#include <ntqdatetime.h>
#include <ntqpopupmenu.h>
#include <tqdatetime.h>
#include <tqpopupmenu.h>
#include <tdelocale.h>

@ -21,8 +21,8 @@
#ifndef KDATEPICKERPOPUP_H
#define KDATEPICKERPOPUP_H
#include <ntqdatetime.h>
#include <ntqpopupmenu.h>
#include <tqdatetime.h>
#include <tqpopupmenu.h>
#include <kdatepicker.h>

@ -11,8 +11,8 @@
#ifndef KRELISTVIEW_H
#define KRELISTVIEW_H
#include <ntqlabel.h>
#include <ntqvbox.h>
#include <tqlabel.h>
#include <tqvbox.h>
#include <tdelistview.h>
#include <klineedit.h>

@ -11,14 +11,14 @@
***************************************************************************/
#include "kremenu.h"
#include <ntqbitmap.h>
#include <ntqcursor.h>
#include <ntqfont.h>
#include <ntqimage.h>
#include <ntqobjectlist.h>
#include <ntqpainter.h>
#include <ntqpixmap.h>
#include <ntqsignalmapper.h>
#include <tqbitmap.h>
#include <tqcursor.h>
#include <tqfont.h>
#include <tqimage.h>
#include <tqobjectlist.h>
#include <tqpainter.h>
#include <tqpixmap.h>
#include <tqsignalmapper.h>
#include <tdeapplication.h>
#include <kcursor.h>

@ -12,12 +12,12 @@
#ifndef KREMENU_H
#define KREMENU_H
#include <ntqbuttongroup.h>
#include <ntqevent.h>
#include <ntqiconset.h>
#include <ntqmap.h>
#include <ntqpushbutton.h>
#include <ntqstring.h>
#include <tqbuttongroup.h>
#include <tqevent.h>
#include <tqiconset.h>
#include <tqmap.h>
#include <tqpushbutton.h>
#include <tqstring.h>
#include "krecipesview.h" //for KrePanel enum

@ -28,10 +28,10 @@
#include <tdeglobalsettings.h>
#include <kdebug.h>
#include <kiconloader.h>
#include <ntqcursor.h>
#include <ntqpainter.h>
#include <ntqpopupmenu.h>
#include <ntqtooltip.h>
#include <tqcursor.h>
#include <tqpainter.h>
#include <tqpopupmenu.h>
#include <tqtooltip.h>
#include "krepagelayout.h"

@ -25,8 +25,8 @@
#ifndef KRERULER_H
#define KRERULER_H
#include <ntqframe.h>
#include <ntqpixmap.h>
#include <tqframe.h>
#include <tqpixmap.h>
#include <kdemacros.h>

@ -10,7 +10,7 @@
#include "kretextedit.h"
#include <ntqtextstream.h>
#include <tqtextstream.h>
#include <tdeaccel.h>
#include <kdebug.h>

@ -23,7 +23,7 @@
#ifndef KWIDGETLISTBOX_H
#define KWIDGETLISTBOX_H
#include <ntqtable.h>
#include <tqtable.h>
/**
@author See README for the list of authors

@ -9,9 +9,9 @@
***************************************************************************/
#include "paneldeco.h"
#include <ntqpainter.h>
#include <ntqpoint.h>
#include <ntqrect.h>
#include <tqpainter.h>
#include <tqpoint.h>
#include <tqrect.h>
#include <kiconloader.h>
#include <kpixmap.h>

@ -11,14 +11,14 @@
#define PANELDECO_H
#include <ntqevent.h>
#include <ntqiconset.h>
#include <ntqstring.h>
#include <ntqhbox.h>
#include <ntqpixmap.h>
#include <ntqvbox.h>
#include <ntqwidget.h>
#include <ntqwidgetstack.h>
#include <tqevent.h>
#include <tqiconset.h>
#include <tqstring.h>
#include <tqhbox.h>
#include <tqpixmap.h>
#include <tqvbox.h>
#include <tqwidget.h>
#include <tqwidgetstack.h>
/**

@ -10,7 +10,7 @@
#include "prepmethodcombobox.h"
#include <ntqlistbox.h>
#include <tqlistbox.h>
#include <kdebug.h>

@ -13,7 +13,7 @@
#include <kcombobox.h>
#include <ntqmap.h>
#include <tqmap.h>
#include "datablocks/element.h"

@ -17,8 +17,8 @@
#include <kiconloader.h>
#include <kdebug.h>
#include <ntqintdict.h>
#include <ntqlayout.h>
#include <tqintdict.h>
#include <tqlayout.h>
namespace {
static const int RATING_WIDGET_MAX_STAR_SIZE = 24;

@ -14,11 +14,11 @@
#ifndef RATINGWIDGET_H
#define RATINGWIDGET_H
#include <ntqhbox.h>
#include <ntqptrlist.h>
#include <ntqlabel.h>
#include <ntqpixmap.h>
#include <ntqstringlist.h>
#include <tqhbox.h>
#include <tqptrlist.h>
#include <tqlabel.h>
#include <tqpixmap.h>
#include <tqstringlist.h>
/**
* @author Robby Stephenson

@ -11,9 +11,9 @@
#include "recipelistview.h"
#include <ntqintdict.h>
#include <ntqdatastream.h>
#include <ntqtooltip.h>
#include <tqintdict.h>
#include <tqdatastream.h>
#include <tqtooltip.h>
#include <tdeapplication.h>
#include <kdebug.h>

@ -14,7 +14,7 @@
#ifndef RECIPELISTVIEW_H
#define RECIPELISTVIEW_H
#include <ntqdragobject.h>
#include <tqdragobject.h>
#include "categorylistview.h"
#include "datablocks/recipe.h"

@ -10,7 +10,7 @@
#include "unitcombobox.h"
#include <ntqlistbox.h>
#include <tqlistbox.h>
#include <tdelocale.h>
#include <tdeconfig.h>

@ -13,7 +13,7 @@
#include <kcombobox.h>
#include <ntqmap.h>
#include <tqmap.h>
#include "datablocks/unit.h"

@ -14,8 +14,8 @@
#include "unitlistview.h"
#include <ntqcombobox.h>
#include <ntqheader.h>
#include <tqcombobox.h>
#include <tqheader.h>
#include <tdemessagebox.h>
#include <tdeconfig.h>

Loading…
Cancel
Save