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