summaryrefslogtreecommitdiffstats
path: root/kttsd/plugins/command/commandconf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kttsd/plugins/command/commandconf.cpp')
-rw-r--r--kttsd/plugins/command/commandconf.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kttsd/plugins/command/commandconf.cpp b/kttsd/plugins/command/commandconf.cpp
index 968c20d..9045f14 100644
--- a/kttsd/plugins/command/commandconf.cpp
+++ b/kttsd/plugins/command/commandconf.cpp
@@ -41,8 +41,8 @@
#include "commandconf.h"
/** Constructor */
-CommandConf::CommandConf( TQWidget* tqparent, const char* name, const TQStringList& /*args*/) :
- PlugInConf(tqparent, name)
+CommandConf::CommandConf( TQWidget* parent, const char* name, const TQStringList& /*args*/) :
+ PlugInConf(parent, name)
{
// kdDebug() << "CommandConf::CommandConf: Running" << endl;
m_commandProc = 0;