summaryrefslogtreecommitdiffstats
path: root/libkcal/resourcelocalconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/resourcelocalconfig.h')
-rw-r--r--libkcal/resourcelocalconfig.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libkcal/resourcelocalconfig.h b/libkcal/resourcelocalconfig.h
index 796355bc..fbd0d00f 100644
--- a/libkcal/resourcelocalconfig.h
+++ b/libkcal/resourcelocalconfig.h
@@ -42,8 +42,9 @@ namespace KCal {
class LIBKCAL_EXPORT ResourceLocalConfig : public KRES::ConfigWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- ResourceLocalConfig( TQWidget* parent = 0, const char* name = 0 );
+ ResourceLocalConfig( TQWidget* tqparent = 0, const char* name = 0 );
public slots:
virtual void loadSettings( KRES::Resource *resource);