From fd77471f1a3f04fe4f74f8ff31750088aada0e4d Mon Sep 17 00:00:00 2001 From: ruglory Date: Mon, 23 Feb 2009 03:31:14 +0000 Subject: [PATCH] QObject2StringMap is used everywhere git-svn-id: https://svn.code.sf.net/p/qlscribe/svn/trunk@87 cac9541e-1b8d-4bfa-827e-589bba606050 --- src/lightscribe.xml | 2 +- src/qlightscribe.cpp | 1 + src/qlightscribe.h | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/lightscribe.xml b/src/lightscribe.xml index 3323e7c..711c9b6 100644 --- a/src/lightscribe.xml +++ b/src/lightscribe.xml @@ -24,7 +24,7 @@ - + diff --git a/src/qlightscribe.cpp b/src/qlightscribe.cpp index 0c43abb..d5b571f 100644 --- a/src/qlightscribe.cpp +++ b/src/qlightscribe.cpp @@ -26,6 +26,7 @@ #include #include #include +#include #include //#include diff --git a/src/qlightscribe.h b/src/qlightscribe.h index c76d887..1be57cb 100644 --- a/src/qlightscribe.h +++ b/src/qlightscribe.h @@ -24,8 +24,8 @@ #include "qlscribe.h" #include -#include #include +#include class QCDScene; class QLightDrive; @@ -46,7 +46,7 @@ struct PrintParameters { Q_DECLARE_METATYPE( PrintParameters ); -typedef QMap QObject2StringMap; +typedef QMap QObject2StringMap; Q_DECLARE_METATYPE( QObject2StringMap ); class OrgLightscribePrintManagerInterface;