diff options
Diffstat (limited to 'krecipes/src/widgets/ingredientcombobox.cpp')
-rw-r--r-- | krecipes/src/widgets/ingredientcombobox.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/krecipes/src/widgets/ingredientcombobox.cpp b/krecipes/src/widgets/ingredientcombobox.cpp index dbff22d..a8492e5 100644 --- a/krecipes/src/widgets/ingredientcombobox.cpp +++ b/krecipes/src/widgets/ingredientcombobox.cpp @@ -14,9 +14,9 @@ #include <ntqtimer.h> #include <kdebug.h> -#include <kapplication.h> -#include <kglobal.h> -#include <kconfig.h> +#include <tdeapplication.h> +#include <tdeglobal.h> +#include <tdeconfig.h> #include "backends/recipedb.h" #include "datablocks/elementlist.h" @@ -82,7 +82,7 @@ void IngredientComboBox::startLoad() //don't receive ingredient created/removed events from the database database->disconnect( this ); - KConfig * config = KGlobal::config(); config->setGroup( "Performance" ); + TDEConfig * config = TDEGlobal::config(); config->setGroup( "Performance" ); load_limit = config->readNumEntry( "Limit", -1 ); if ( load_limit == -1 ) { reload(); |