summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/weather/weatherconfig.h
Side-by-side diff
Diffstat (limited to 'noncore/todayplugins/weather/weatherconfig.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/todayplugins/weather/weatherconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/todayplugins/weather/weatherconfig.h b/noncore/todayplugins/weather/weatherconfig.h
index 3877818..d9ffec2 100644
--- a/noncore/todayplugins/weather/weatherconfig.h
+++ b/noncore/todayplugins/weather/weatherconfig.h
@@ -32,24 +32,25 @@
#include <qstring.h>
#include <qwidget.h>
#include <opie/todayconfigwidget.h>
class QCheckBox;
class QLineEdit;
class QPushButton;
class QSpinBox;
class WeatherPluginConfig : public TodayConfigWidget
{
+ Q_OBJECT
public:
WeatherPluginConfig( QWidget *parent, const char *name );
~WeatherPluginConfig();
void writeConfig();
private:
QLineEdit *locationEdit;
QCheckBox *metricCB;
QSpinBox *timerDelaySB;
private slots:
void doLookup();