summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-write/qcleanuphandler.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-write/qcleanuphandler.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-write/qcleanuphandler.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/noncore/apps/opie-write/qcleanuphandler.h b/noncore/apps/opie-write/qcleanuphandler.h
index 5c5bf16..2d6eb7c 100644
--- a/noncore/apps/opie-write/qcleanuphandler.h
+++ b/noncore/apps/opie-write/qcleanuphandler.h
@@ -43,7 +43,3 @@
template<class Type>
-#ifdef Q_NO_TEMPLATE_EXPORT
class QCleanupHandler
-#else
-class Q_EXPORT QCleanupHandler
-#endif
{
@@ -90,7 +86,3 @@ private:
template<class Type>
-#ifdef Q_NO_TEMPLATE_EXPORT
class QSingleCleanupHandler
-#else
-class Q_EXPORT QSingleCleanupHandler
-#endif
{
@@ -114,7 +106,3 @@ private:
template<class Type>
-#ifdef Q_NO_TEMPLATE_EXPORT
class QSharedCleanupHandler
-#else
-class Q_EXPORT QSharedCleanupHandler
-#endif
{