diff options
Diffstat (limited to 'kmilo/kmilod/monitor.h')
-rw-r--r-- | kmilo/kmilod/monitor.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kmilo/kmilod/monitor.h b/kmilo/kmilod/monitor.h index e646a7e..771615c 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 @@ -28,14 +27,14 @@ #include <tqpixmap.h> #include <tqobject.h> -#include <kdemacros.h> +#include <tdemacros.h> 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(); |