summaryrefslogtreecommitdiffstats
path: root/kmplot/kmplot/FktDlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmplot/kmplot/FktDlg.h')
-rw-r--r--kmplot/kmplot/FktDlg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmplot/kmplot/FktDlg.h b/kmplot/kmplot/FktDlg.h
index c0b914e2..3daafcf6 100644
--- a/kmplot/kmplot/FktDlg.h
+++ b/kmplot/kmplot/FktDlg.h
@@ -50,10 +50,10 @@ class FktDlg : public FktDlgData
public:
/**
* The constructor gets the current parser instance
- * @param tqparent Parent widget.
+ * @param parent Parent widget.
* @param view points to the current view instance.
*/
- FktDlg( TQWidget* tqparent, View* view );
+ FktDlg( TQWidget* parent, View* view );
/// Empty destructor.
virtual ~FktDlg();
/// Fill the widgets with plots contained in the parser instance.