summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 17:20:10 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 17:20:10 -0500
commitb5520771b2756a2859daf5ac703d9120c04a64e9 (patch)
tree8b44e367a9323e92ec14383e61ecce8bcdbb2e58
parent482480ca3d7cf8b7474cc63a5914ef7c786cf251 (diff)
downloadkoffice-b5520771b2756a2859daf5ac703d9120c04a64e9.tar.gz
koffice-b5520771b2756a2859daf5ac703d9120c04a64e9.zip
Fix inadvertent tq changes.
-rw-r--r--kchart/kdchart/KDChartParams.h4
-rw-r--r--kchart/kdchart/KDFrame.h4
-rw-r--r--lib/kotext/KoRichText.h20
-rw-r--r--lib/kotext/KoTextDocument.h4
-rw-r--r--lib/kotext/KoTextFormat.h4
-rw-r--r--lib/kotext/KoTextParag.h4
6 files changed, 20 insertions, 20 deletions
diff --git a/kchart/kdchart/KDChartParams.h b/kchart/kdchart/KDChartParams.h
index 32afd1fc..a69a31ba 100644
--- a/kchart/kdchart/KDChartParams.h
+++ b/kchart/kdchart/KDChartParams.h
@@ -223,7 +223,7 @@ public slots: // PENDING(blackie) merge public slots into one section.
public:
-// TQMOC_SKIP_BEGIN
+// MOC_SKIP_BEGIN
class KDCHART_EXPORT KDChartFrameSettings
{
// Q_OBJECT
@@ -379,7 +379,7 @@ public:
bool _addFrameHeightToLayout;
};
-// TQMOC_SKIP_END
+// MOC_SKIP_END
public slots:
diff --git a/kchart/kdchart/KDFrame.h b/kchart/kdchart/KDFrame.h
index 584626bb..2db153ee 100644
--- a/kchart/kdchart/KDFrame.h
+++ b/kchart/kdchart/KDFrame.h
@@ -475,7 +475,7 @@ public slots:
public:
-// TQMOC_SKIP_BEGIN
+// MOC_SKIP_BEGIN
/**
\ifnot v200
\deprecated Feature scheduled for future release, at present not implemented.
@@ -570,7 +570,7 @@ public:
KDFrameProfile _profile;
};
-// TQMOC_SKIP_END
+// MOC_SKIP_END
public slots:
/**
diff --git a/lib/kotext/KoRichText.h b/lib/kotext/KoRichText.h
index 35bb8bd7..c6ebceeb 100644
--- a/lib/kotext/KoRichText.h
+++ b/lib/kotext/KoRichText.h
@@ -141,9 +141,9 @@ private:
};
#if defined(TQ_TEMPLATEDLL)
-// TQMOC_SKIP_BEGIN
+// MOC_SKIP_BEGIN
template class TQMemArray<KoTextStringChar>;
-// TQMOC_SKIP_END
+// MOC_SKIP_END
#endif
class KOTEXT_EXPORT KoTextString
@@ -315,9 +315,9 @@ protected:
};
#if defined(TQ_TEMPLATEDLL)
-// TQMOC_SKIP_BEGIN
+// MOC_SKIP_BEGIN
template class TQPtrList<KoTextDocCommand>;
-// TQMOC_SKIP_END
+// MOC_SKIP_END
#endif
class KoTextDocCommandHistory
@@ -352,9 +352,9 @@ private:
#include "KoTextCustomItem.h"
#if defined(TQ_TEMPLATEDLL)
-// TQMOC_SKIP_BEGIN
+// MOC_SKIP_BEGIN
template class TQMap<TQString, TQString>;
-// TQMOC_SKIP_END
+// MOC_SKIP_END
#endif
#if 0
@@ -405,9 +405,9 @@ private:
};
#if defined(TQ_TEMPLATEDLL)
-// TQMOC_SKIP_BEGIN
+// MOC_SKIP_BEGIN
template class TQPtrList<KoTextCustomItem>;
-// TQMOC_SKIP_END
+// MOC_SKIP_END
#endif
class KOTEXT_EXPORT KoTextFlow
@@ -528,10 +528,10 @@ private:
};
#if defined(TQ_TEMPLATEDLL)
-// TQMOC_SKIP_BEGIN
+// MOC_SKIP_BEGIN
template class TQPtrList<KoTextTableCell>;
template class TQMap<KoTextCursor*, int>;
-// TQMOC_SKIP_END
+// MOC_SKIP_END
#endif
class KoTextTable: public KoTextCustomItem
diff --git a/lib/kotext/KoTextDocument.h b/lib/kotext/KoTextDocument.h
index 234095a6..19b4e4d4 100644
--- a/lib/kotext/KoTextDocument.h
+++ b/lib/kotext/KoTextDocument.h
@@ -24,12 +24,12 @@
#include "KoRichText.h"
#include <koffice_export.h>
#if defined(TQ_TEMPLATEDLL)
-// TQMOC_SKIP_BEGIN
+// MOC_SKIP_BEGIN
template class TQ_EXPORT TQMap<int, TQColor>;
template class TQ_EXPORT TQMap<int, bool>;
template class TQ_EXPORT TQMap<int, KoTextDocumentSelection>;
template class TQ_EXPORT TQPtrList<KoTextDocument>;
-// TQMOC_SKIP_END
+// MOC_SKIP_END
#endif
class KoStyleCollection;
diff --git a/lib/kotext/KoTextFormat.h b/lib/kotext/KoTextFormat.h
index 4c155b91..66a6d2a9 100644
--- a/lib/kotext/KoTextFormat.h
+++ b/lib/kotext/KoTextFormat.h
@@ -395,9 +395,9 @@ private:
};
#if defined(TQ_TEMPLATEDLL)
-// TQMOC_SKIP_BEGIN
+// MOC_SKIP_BEGIN
template class TQ_EXPORT TQDict<KoTextFormat>;
-// TQMOC_SKIP_END
+// MOC_SKIP_END
#endif
class KOTEXT_EXPORT KoTextFormatCollection
diff --git a/lib/kotext/KoTextParag.h b/lib/kotext/KoTextParag.h
index d8e0c29b..fd177e95 100644
--- a/lib/kotext/KoTextParag.h
+++ b/lib/kotext/KoTextParag.h
@@ -43,10 +43,10 @@ struct KoTextParagSelection
};
#if defined(TQ_TEMPLATEDLL)
-// TQMOC_SKIP_BEGIN
+// MOC_SKIP_BEGIN
template class TQMap<int, KoTextParagSelection>;
template class TQMap<int, KoTextParagLineStart*>;
-// TQMOC_SKIP_END
+// MOC_SKIP_END
#endif
class KOTEXT_EXPORT KoTextParag