diff options
Diffstat (limited to 'kdat/InfoShellWidget.cpp')
-rw-r--r-- | kdat/InfoShellWidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdat/InfoShellWidget.cpp b/kdat/InfoShellWidget.cpp index bda2be9..4a3c1b3 100644 --- a/kdat/InfoShellWidget.cpp +++ b/kdat/InfoShellWidget.cpp @@ -23,8 +23,8 @@ #include "InfoShellWidget.moc" -InfoShellWidget::InfoShellWidget( TQWidget* tqparent, const char* name ) - : TQWidget( tqparent, name ) +InfoShellWidget::InfoShellWidget( TQWidget* parent, const char* name ) + : TQWidget( parent, name ) { } |