summaryrefslogtreecommitdiffstats
path: root/libkcal/resourcelocalconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/resourcelocalconfig.cpp')
-rw-r--r--libkcal/resourcelocalconfig.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcal/resourcelocalconfig.cpp b/libkcal/resourcelocalconfig.cpp
index 29d879da..e237037c 100644
--- a/libkcal/resourcelocalconfig.cpp
+++ b/libkcal/resourcelocalconfig.cpp
@@ -40,8 +40,8 @@
using namespace KCal;
-ResourceLocalConfig::ResourceLocalConfig( TQWidget* tqparent, const char* name )
- : KRES::ConfigWidget( tqparent, name )
+ResourceLocalConfig::ResourceLocalConfig( TQWidget* parent, const char* name )
+ : KRES::ConfigWidget( parent, name )
{
resize( 245, 115 );
TQGridLayout *mainLayout = new TQGridLayout( this, 2, 2 );