summaryrefslogtreecommitdiffstats
path: root/knotes/resourcelocalconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knotes/resourcelocalconfig.cpp')
-rw-r--r--knotes/resourcelocalconfig.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/knotes/resourcelocalconfig.cpp b/knotes/resourcelocalconfig.cpp
index c24e672a..207730a1 100644
--- a/knotes/resourcelocalconfig.cpp
+++ b/knotes/resourcelocalconfig.cpp
@@ -29,8 +29,8 @@
#include "resourcelocal.h"
#include "resourcelocalconfig.h"
-ResourceLocalConfig::ResourceLocalConfig( TQWidget *tqparent, const char *name )
- : KRES::ConfigWidget( tqparent, name )
+ResourceLocalConfig::ResourceLocalConfig( TQWidget *parent, const char *name )
+ : KRES::ConfigWidget( parent, name )
{
TQHBoxLayout *tqlayout = new TQHBoxLayout( this );