summaryrefslogtreecommitdiffstats
path: root/src/alignedtimer/qalignedtimer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/alignedtimer/qalignedtimer.cpp')
-rw-r--r--src/alignedtimer/qalignedtimer.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/alignedtimer/qalignedtimer.cpp b/src/alignedtimer/qalignedtimer.cpp
index e329e86..5c644f6 100644
--- a/src/alignedtimer/qalignedtimer.cpp
+++ b/src/alignedtimer/qalignedtimer.cpp
@@ -46,7 +46,7 @@
#else
#include "qalignedtimer_stub_p.h"
#endif
-QT_BEGIN_NAMESPACE
+QTALIGNEDTIMER_BEGIN_NAMESPACE
Q_GLOBAL_STATIC(QAlignedTimerPrivate, alignedTimerPrivate)
@@ -93,7 +93,6 @@ QAlignedTimer::QAlignedTimer(QObject *parent)
{
d = new QAlignedTimerPrivate(this);
connect(d, SIGNAL(timeout()), this, SIGNAL(timeout()));
- connect(d, SIGNAL(error(QAlignedTimer::AlignedTimerError)), this, SIGNAL(error(QAlignedTimer::AlignedTimerError)));
}
/*!
@@ -268,4 +267,6 @@ bool QAlignedTimer::isActive () const
return d->isActive();
}
-QT_END_NAMESPACE
+#include "moc_qalignedtimer.cpp"
+
+QTALIGNEDTIMER_END_NAMESPACE