From e288526f385ab520da2f625590d463d2bb1ff687 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 15 Sep 2002 21:56:23 +0000 Subject: Fix some runtime warnings make configwidget.h include Q_OBJECT add configwidget.h to the plugins use QGuardedPtr inside TodayBase for better debugging --- (limited to 'core/pim/today/configwidget.h') diff --git a/core/pim/today/configwidget.h b/core/pim/today/configwidget.h index f449db4..f3a83f9 100644 --- a/core/pim/today/configwidget.h +++ b/core/pim/today/configwidget.h @@ -2,10 +2,11 @@ #ifndef CONFIG_WIDGET_H #define CONFIG_WIDGET_H +#include class ConfigWidget : public QWidget { - + Q_OBJECT public: ConfigWidget( QWidget *parent, const char *name ) : QWidget( parent, name ) {}; -- cgit v0.9.0.2