summaryrefslogtreecommitdiffstats
path: root/krecipes/src/exporters/baseexporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/exporters/baseexporter.cpp')
-rw-r--r--krecipes/src/exporters/baseexporter.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/krecipes/src/exporters/baseexporter.cpp b/krecipes/src/exporters/baseexporter.cpp
index ecac79a..8dcd09a 100644
--- a/krecipes/src/exporters/baseexporter.cpp
+++ b/krecipes/src/exporters/baseexporter.cpp
@@ -14,11 +14,11 @@
#include <ntqfile.h>
#include <ntqfileinfo.h>
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <kdebug.h>
-#include <klocale.h>
-#include <kglobal.h>
-#include <kmessagebox.h>
+#include <tdelocale.h>
+#include <tdeglobal.h>
+#include <tdemessagebox.h>
#include <ktar.h>
#include <kstandarddirs.h>
@@ -163,7 +163,7 @@ void BaseExporter::saveToFile( const TQValueList<int> &ids, RecipeDB *database )
TQString BaseExporter::krecipes_version() const
{
- KInstance * this_instance = KGlobal::instance();
+ TDEInstance * this_instance = TDEGlobal::instance();
if ( this_instance && this_instance->aboutData() )
return this_instance->aboutData() ->version();