summaryrefslogtreecommitdiffstats
path: root/kmilo/kmilod/monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmilo/kmilod/monitor.h')
-rw-r--r--kmilo/kmilod/monitor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/kmilo/kmilod/monitor.h b/kmilo/kmilod/monitor.h
index e646a7e..819fd9a 100644
--- a/kmilo/kmilod/monitor.h
+++ b/kmilo/kmilod/monitor.h
@@ -1,4 +1,3 @@
-// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: t; tab-width: 2; -*-
/*
This file is part of the KDE project
@@ -35,7 +34,7 @@ class TDEConfig;
namespace KMilo {
class KMiloInterface;
-class KDE_EXPORT Monitor : public TQObject {
+class TDE_EXPORT Monitor : public TQObject {
public:
Monitor(TQObject *parent, const char *name, const TQStringList&);
virtual ~Monitor();