summaryrefslogtreecommitdiffstats
path: root/src/kile/templates.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kile/templates.h')
-rw-r--r--src/kile/templates.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kile/templates.h b/src/kile/templates.h
index 57a8763..f45aa0f 100644
--- a/src/kile/templates.h
+++ b/src/kile/templates.h
@@ -55,7 +55,7 @@ typedef TQValueListIterator<Info> TemplateListIterator;
typedef TQValueListConstIterator<Info> TemplateListConstIterator;
class Manager : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -135,7 +135,7 @@ private:
};
class TemplateIconView : public TDEIconView {
- Q_OBJECT
+ TQ_OBJECT
public: