summaryrefslogtreecommitdiffstats
path: root/kview/modules/template/kviewtemplate.h
diff options
context:
space:
mode:
Diffstat (limited to 'kview/modules/template/kviewtemplate.h')
-rw-r--r--kview/modules/template/kviewtemplate.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/kview/modules/template/kviewtemplate.h b/kview/modules/template/kviewtemplate.h
index 68084058..ab67e408 100644
--- a/kview/modules/template/kviewtemplate.h
+++ b/kview/modules/template/kviewtemplate.h
@@ -11,7 +11,7 @@ namespace KImageViewer { class Viewer; }
class KViewTemplate : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
KViewTemplate( TQObject* parent, const char* name, const TQStringList & );
@@ -23,6 +23,4 @@ private slots:
private:
KImageViewer::Viewer * m_pViewer;
};
-
-// vim:sw=4:ts=4:cindent
#endif