summaryrefslogtreecommitdiffstats
path: root/ksim/library/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksim/library/common.h')
-rw-r--r--ksim/library/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksim/library/common.h b/ksim/library/common.h
index 9fc01c0..e19310e 100644
--- a/ksim/library/common.h
+++ b/ksim/library/common.h
@@ -58,12 +58,12 @@ namespace KSim
* class Test : public TQWidget, virtual public KSim::Base
* {
* public:
- * Test(TQWidget *parent, const char *name) : TQWidget(parent, name)
+ * Test(TQWidget *tqparent, const char *name) : TQWidget(tqparent, name)
* {
* }
* ~Test() {}
*
- * void configureObject(bool repaintWidget)
+ * void configureObject(bool tqrepaintWidget)
* {
* // Re-Create view code here
* }