diff options
Diffstat (limited to 'src/detaileddialog.cpp')
-rw-r--r-- | src/detaileddialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/detaileddialog.cpp b/src/detaileddialog.cpp index 2925062..56910b1 100644 --- a/src/detaileddialog.cpp +++ b/src/detaileddialog.cpp @@ -46,8 +46,8 @@ * This is the default constructor of the class detaileddialog. */ detaileddialog::detaileddialog( HardwareInfo *_hwinfo, TQPixmap *_pixmap, Settings *_set, - TQWidget* tqparent, const char* name ) - : detailed_Dialog( tqparent, name, false, WDestructiveClose ) { + TQWidget* parent, const char* name ) + : detailed_Dialog( parent, name, false, WDestructiveClose ) { kdDebugFuncIn(trace); hwinfo = _hwinfo; config = _set; |