summaryrefslogtreecommitdiffstats
path: root/krecipes/src/exporters/baseexporter.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-31 17:12:50 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-31 17:25:03 +0200
commitbfae40d567282d89db189816d672a5c6af89ca4e (patch)
tree20d9a16c77474c6062e2a69801b91decd86de78f /krecipes/src/exporters/baseexporter.cpp
parent5f9410ae910e73f8966318d1e1b9be03a5651118 (diff)
downloadkrecipes-bfae40d567282d89db189816d672a5c6af89ca4e.tar.gz
krecipes-bfae40d567282d89db189816d672a5c6af89ca4e.zip
Initial TDE conversion
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();