diff options
Diffstat (limited to 'korn/kornshell.cpp')
-rw-r--r-- | korn/kornshell.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/kornshell.cpp b/korn/kornshell.cpp index 78db0b256..eb3a0253b 100644 --- a/korn/kornshell.cpp +++ b/korn/kornshell.cpp @@ -32,8 +32,8 @@ #include <tqtimer.h> -KornShell::KornShell( TQWidget * tqparent, const char * name ) - : TQWidget( tqparent, name ), +KornShell::KornShell( TQWidget * parent, const char * name ) + : TQWidget( parent, name ), _config( new KConfig( "kornrc" ) ), _box( 0 ), _configDialog( 0 ), |