summaryrefslogtreecommitdiffstats
path: root/kresources/featureplan/kcal_resourcefeatureplanconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/featureplan/kcal_resourcefeatureplanconfig.cpp')
-rw-r--r--kresources/featureplan/kcal_resourcefeatureplanconfig.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kresources/featureplan/kcal_resourcefeatureplanconfig.cpp b/kresources/featureplan/kcal_resourcefeatureplanconfig.cpp
index 42043a5dd..6478a2131 100644
--- a/kresources/featureplan/kcal_resourcefeatureplanconfig.cpp
+++ b/kresources/featureplan/kcal_resourcefeatureplanconfig.cpp
@@ -35,9 +35,9 @@
using namespace KCal;
-ResourceFeaturePlanConfig::ResourceFeaturePlanConfig( TQWidget *parent,
+ResourceFeaturePlanConfig::ResourceFeaturePlanConfig( TQWidget *tqparent,
const char *name )
- : KRES::ConfigWidget( parent, name )
+ : KRES::ConfigWidget( tqparent, name )
{
TQGridLayout *topLayout = new TQGridLayout( this, 3, 2, 0,
KDialog::spacingHint() );