diff options
Diffstat (limited to 'kpackage/procbuf.cpp')
-rw-r--r-- | kpackage/procbuf.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpackage/procbuf.cpp b/kpackage/procbuf.cpp index da3bc98..9017c8a 100644 --- a/kpackage/procbuf.cpp +++ b/kpackage/procbuf.cpp @@ -32,8 +32,8 @@ #include <tqlabel.h> #include <kdebug.h> -Modal::Modal(TQString msg, TQWidget *tqparent, const char * name ) - : KDialog( tqparent, name, TRUE ) +Modal::Modal(TQString msg, TQWidget *parent, const char * name ) + : KDialog( parent, name, TRUE ) { TQLabel *line1 = new TQLabel(msg,this); line1->tqsetAlignment(AlignCenter); |