summaryrefslogtreecommitdiffstats
path: root/libk9copy/k9progress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libk9copy/k9progress.cpp')
-rw-r--r--libk9copy/k9progress.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libk9copy/k9progress.cpp b/libk9copy/k9progress.cpp
index 9a8bb95..6a29fd5 100644
--- a/libk9copy/k9progress.cpp
+++ b/libk9copy/k9progress.cpp
@@ -24,8 +24,8 @@
-k9Progress::k9Progress(TQWidget* tqparent, const char* name,const TQStringList &args)
- : Progress(tqparent,name,0) {
+k9Progress::k9Progress(TQWidget* parent, const char* name,const TQStringList &args)
+ : Progress(parent,name,0) {
m_process=new k9Process(TQT_TQOBJECT(this),0);
m_wimage=new k9DrawImage(image,0);
TQGridLayout *l=new TQGridLayout(image,1,1);