diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-09 18:25:41 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-10 00:56:44 +0900 |
| commit | 0828ec1943c3f1b7a340501e37983c148a1a43e3 (patch) | |
| tree | b71a5beaee92c59e17d73a5c9c1e2abc5535255f /libk9copy/k9progress.cpp | |
| parent | 4b425835b3fb18f219b6a6bd1f25f16a7c26d2fc (diff) | |
| download | k9copy-0828ec19.tar.gz k9copy-0828ec19.zip | |
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit eac40c1e0b1d008d4e2ec36c6fcfd1a7f2ad3bf5)
Diffstat (limited to 'libk9copy/k9progress.cpp')
| -rw-r--r-- | libk9copy/k9progress.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk9copy/k9progress.cpp b/libk9copy/k9progress.cpp index 57d8db4..a1d8355 100644 --- a/libk9copy/k9progress.cpp +++ b/libk9copy/k9progress.cpp @@ -26,7 +26,7 @@ k9Progress::k9Progress(TQWidget* parent, const char* name,const TQStringList &args) : Progress(parent,name,0) { - m_process=new k9Process(TQT_TQOBJECT(this),0); + m_process=new k9Process(this,0); m_wimage=new k9DrawImage(image,0); TQGridLayout *l=new TQGridLayout(image,1,1); l->addWidget(m_wimage,0,0); |
