summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sq_progressbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksquirrel/sq_progressbox.h')
-rw-r--r--ksquirrel/sq_progressbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksquirrel/sq_progressbox.h b/ksquirrel/sq_progressbox.h
index f2d501c..35075df 100644
--- a/ksquirrel/sq_progressbox.h
+++ b/ksquirrel/sq_progressbox.h
@@ -27,7 +27,7 @@ class TQPushButton;
class SQ_ProgressBox : public TQHBox
{
public:
- SQ_ProgressBox(TQWidget * tqparent = 0, const char * name = 0);
+ SQ_ProgressBox(TQWidget * parent = 0, const char * name = 0);
~SQ_ProgressBox();
SQ_Progress* progressBar() const;