[Tux4kids-commits] r1217 - tux4kids-admin/trunk/libtux4kidsadmin
Michał Świtakowski
swistakers-guest at alioth.debian.org
Wed Jul 15 22:26:22 UTC 2009
Author: swistakers-guest
Date: 2009-07-15 22:26:21 +0000 (Wed, 15 Jul 2009)
New Revision: 1217
Modified:
tux4kids-admin/trunk/libtux4kidsadmin/libtux4kidsadmin.h
tux4kids-admin/trunk/libtux4kidsadmin/libtux4kidsadmin_global.h
tux4kids-admin/trunk/libtux4kidsadmin/profileDir.h
tux4kids-admin/trunk/libtux4kidsadmin/profileDir_p.h
tux4kids-admin/trunk/libtux4kidsadmin/schoolData.h
tux4kids-admin/trunk/libtux4kidsadmin/studentDir.h
Log:
fixed build on windows
Modified: tux4kids-admin/trunk/libtux4kidsadmin/libtux4kidsadmin.h
===================================================================
--- tux4kids-admin/trunk/libtux4kidsadmin/libtux4kidsadmin.h 2009-07-15 21:37:18 UTC (rev 1216)
+++ tux4kids-admin/trunk/libtux4kidsadmin/libtux4kidsadmin.h 2009-07-15 22:26:21 UTC (rev 1217)
@@ -3,7 +3,7 @@
#include "libtux4kidsadmin_global.h"
-class LIBTUX4KIDSADMINSHARED_EXPORT Libtux4kidsadmin
+class LIBTUX4KIDSADMIN_SHARED_EXPORT Libtux4kidsadmin
{
public:
Libtux4kidsadmin();
Modified: tux4kids-admin/trunk/libtux4kidsadmin/libtux4kidsadmin_global.h
===================================================================
--- tux4kids-admin/trunk/libtux4kidsadmin/libtux4kidsadmin_global.h 2009-07-15 21:37:18 UTC (rev 1216)
+++ tux4kids-admin/trunk/libtux4kidsadmin/libtux4kidsadmin_global.h 2009-07-15 22:26:21 UTC (rev 1217)
@@ -4,9 +4,9 @@
#include <QtCore/qglobal.h>
#if defined(LIBTUX4KIDSADMIN_LIBRARY)
-# define LIBTUX4KIDSADMINSHARED_EXPORT Q_DECL_EXPORT
+# define LIBTUX4KIDSADMIN_SHARED_EXPORT Q_DECL_EXPORT
#else
-# define LIBTUX4KIDSADMINSHARED_EXPORT Q_DECL_IMPORT
+# define LIBTUX4KIDSADMIN_SHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // LIBTUX4KIDSADMIN_GLOBAL_H
Modified: tux4kids-admin/trunk/libtux4kidsadmin/profileDir.h
===================================================================
--- tux4kids-admin/trunk/libtux4kidsadmin/profileDir.h 2009-07-15 21:37:18 UTC (rev 1216)
+++ tux4kids-admin/trunk/libtux4kidsadmin/profileDir.h 2009-07-15 22:26:21 UTC (rev 1217)
@@ -6,7 +6,7 @@
class ProfileDirPrivate;
-class LIBTUX4KIDSADMINSHARED_EXPORT ProfileDir : public QObject
+class LIBTUX4KIDSADMIN_SHARED_EXPORT ProfileDir : public QObject
{
Q_OBJECT
Modified: tux4kids-admin/trunk/libtux4kidsadmin/profileDir_p.h
===================================================================
--- tux4kids-admin/trunk/libtux4kidsadmin/profileDir_p.h 2009-07-15 21:37:18 UTC (rev 1216)
+++ tux4kids-admin/trunk/libtux4kidsadmin/profileDir_p.h 2009-07-15 22:26:21 UTC (rev 1217)
@@ -8,7 +8,7 @@
class QString;
-class LIBTUX4KIDSADMINSHARED_EXPORT ProfileDirPrivate
+class LIBTUX4KIDSADMIN_SHARED_EXPORT ProfileDirPrivate
{
public:
Q_DECLARE_PUBLIC(ProfileDir)
Modified: tux4kids-admin/trunk/libtux4kidsadmin/schoolData.h
===================================================================
--- tux4kids-admin/trunk/libtux4kidsadmin/schoolData.h 2009-07-15 21:37:18 UTC (rev 1216)
+++ tux4kids-admin/trunk/libtux4kidsadmin/schoolData.h 2009-07-15 22:26:21 UTC (rev 1217)
@@ -4,11 +4,13 @@
#include <QObject>
#include <QPointer>
+#include "libtux4kidsadmin_global.h"
+
class QString;
class SchoolDataPrivate;
class StudentDir;
-class SchoolData : public QObject
+class LIBTUX4KIDSADMIN_SHARED_EXPORT SchoolData : public QObject
{
Q_OBJECT
public:
Modified: tux4kids-admin/trunk/libtux4kidsadmin/studentDir.h
===================================================================
--- tux4kids-admin/trunk/libtux4kidsadmin/studentDir.h 2009-07-15 21:37:18 UTC (rev 1216)
+++ tux4kids-admin/trunk/libtux4kidsadmin/studentDir.h 2009-07-15 22:26:21 UTC (rev 1217)
@@ -8,7 +8,7 @@
class StudentDirPrivate;
class QString;
-class LIBTUX4KIDSADMINSHARED_EXPORT StudentDir : public QObject
+class LIBTUX4KIDSADMIN_SHARED_EXPORT StudentDir : public QObject
{
Q_OBJECT
public:
More information about the Tux4kids-commits
mailing list