summaryrefslogtreecommitdiffstats
path: root/kttsd/plugins/flite/fliteconf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kttsd/plugins/flite/fliteconf.cpp')
-rw-r--r--kttsd/plugins/flite/fliteconf.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kttsd/plugins/flite/fliteconf.cpp b/kttsd/plugins/flite/fliteconf.cpp
index 060e45c..076fcb0 100644
--- a/kttsd/plugins/flite/fliteconf.cpp
+++ b/kttsd/plugins/flite/fliteconf.cpp
@@ -42,8 +42,8 @@
#include "fliteconf.moc"
/** Constructor */
-FliteConf::FliteConf( TQWidget* tqparent, const char* name, const TQStringList& /*args*/) :
- PlugInConf(tqparent, name)
+FliteConf::FliteConf( TQWidget* parent, const char* name, const TQStringList& /*args*/) :
+ PlugInConf(parent, name)
{
// kdDebug() << "FliteConf::FliteConf: Running" << endl;
m_fliteProc = 0;