summaryrefslogtreecommitdiff
path: root/core/applets/clockapplet/clockappletimpl.h
Side-by-side diff
Diffstat (limited to 'core/applets/clockapplet/clockappletimpl.h') (more/less context) (show whitespace changes)
-rw-r--r--core/applets/clockapplet/clockappletimpl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/applets/clockapplet/clockappletimpl.h b/core/applets/clockapplet/clockappletimpl.h
index 0c0912e..1f9c8f0 100644
--- a/core/applets/clockapplet/clockappletimpl.h
+++ b/core/applets/clockapplet/clockappletimpl.h
@@ -31,16 +31,15 @@ public:
virtual ~ClockAppletImpl();
#ifndef QT_NO_COMPONENT
QRESULT queryInterface( const QUuid&, QUnknownInterface** );
Q_REFCOUNT
#endif
virtual QWidget *applet( QWidget *parent );
virtual int position() const;
private:
LauncherClock *clock;
- ulong ref;
};
#endif