summaryrefslogtreecommitdiffstats
path: root/libk9copy/k9progress.h
diff options
context:
space:
mode:
Diffstat (limited to 'libk9copy/k9progress.h')
-rw-r--r--libk9copy/k9progress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libk9copy/k9progress.h b/libk9copy/k9progress.h
index bf6c9d7..a39a298 100644
--- a/libk9copy/k9progress.h
+++ b/libk9copy/k9progress.h
@@ -25,7 +25,7 @@ class k9Progress : public Progress {
TQ_OBJECT
public:
- k9Progress(TQWidget* tqparent = 0, const char* name = 0, const TQStringList &args=0);
+ k9Progress(TQWidget* parent = 0, const char* name = 0, const TQStringList &args=0);
~k9Progress();
virtual k9Process * getProcess() const;
virtual void setProgress(long _position,long _total);