diff options
Diffstat (limited to 'kget/dlgSystem.cpp')
-rw-r--r-- | kget/dlgSystem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kget/dlgSystem.cpp b/kget/dlgSystem.cpp index 293b6c7a..af33f966 100644 --- a/kget/dlgSystem.cpp +++ b/kget/dlgSystem.cpp @@ -42,8 +42,8 @@ #include <tqlabel.h> -DlgSystem::DlgSystem(TQWidget * tqparent) - : DlgSystemBase(tqparent) +DlgSystem::DlgSystem(TQWidget * parent) + : DlgSystemBase(parent) { bg_window->hide(); textLabel4->hide(); |