summaryrefslogtreecommitdiffstats
path: root/kbfxlib/common/kbfxkiodownload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbfxlib/common/kbfxkiodownload.cpp')
-rw-r--r--kbfxlib/common/kbfxkiodownload.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbfxlib/common/kbfxkiodownload.cpp b/kbfxlib/common/kbfxkiodownload.cpp
index 59d0db2..8a74b38 100644
--- a/kbfxlib/common/kbfxkiodownload.cpp
+++ b/kbfxlib/common/kbfxkiodownload.cpp
@@ -21,8 +21,8 @@
#include "kbfxkiodownload.h"
-KbfxKioDownload::KbfxKioDownload ( TQObject *tqparent, const char *name )
- : TQObject ( tqparent, name )
+KbfxKioDownload::KbfxKioDownload ( TQObject *parent, const char *name )
+ : TQObject ( parent, name )
{
m_KbfxBrowserError = 0;
m_KbfxBrowserErrorText = "No error";