summaryrefslogtreecommitdiffstats
path: root/kttsd/kttsd/threadedplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kttsd/kttsd/threadedplugin.cpp')
-rw-r--r--kttsd/kttsd/threadedplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kttsd/kttsd/threadedplugin.cpp b/kttsd/kttsd/threadedplugin.cpp
index 6158588..5df0c0f 100644
--- a/kttsd/kttsd/threadedplugin.cpp
+++ b/kttsd/kttsd/threadedplugin.cpp
@@ -33,8 +33,8 @@
* Constructor.
*/
ThreadedPlugIn::ThreadedPlugIn(PlugInProc* plugin,
- TQObject *tqparent /*= 0*/, const char *name /*= 0*/):
- PlugInProc(tqparent, name),
+ TQObject *parent /*= 0*/, const char *name /*= 0*/):
+ PlugInProc(parent, name),
TQThread(),
m_plugin(plugin),
m_filename(TQString()),