summaryrefslogtreecommitdiffstats
path: root/kmplot/kmplot/MainDlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmplot/kmplot/MainDlg.h')
-rw-r--r--kmplot/kmplot/MainDlg.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kmplot/kmplot/MainDlg.h b/kmplot/kmplot/MainDlg.h
index ed6e1b14..b034ff04 100644
--- a/kmplot/kmplot/MainDlg.h
+++ b/kmplot/kmplot/MainDlg.h
@@ -74,11 +74,11 @@ class MainDlg : public KParts::ReadOnlyPart, virtual public MainDlgIface
public:
/** Constuctor.
- * @param parentWidget tqparent widget for this part
- * @param tqparent tqparent object
+ * @param parentWidget parent widget for this part
+ * @param parent parent object
* @param name name of this dialog
*/
- MainDlg(TQWidget *parentWidget, const char *, TQObject *tqparent, const char *name);
+ MainDlg(TQWidget *parentWidget, const char *, TQObject *parent, const char *name);
/// Cleaning up a bit.
virtual ~MainDlg();
/// This class needs access to private members, too.
@@ -185,7 +185,7 @@ private:
KmPlotIO *kmplotio;
/// Set to true if the application is readonly
bool m_readonly;
- /// MainDlg's tqparent widget
+ /// MainDlg's parent widget
TQWidget *m_parent;
/// Current file
KURL m_currentfile;
@@ -222,7 +222,7 @@ public:
KmPlotPartFactory();
virtual ~KmPlotPartFactory();
virtual KParts::Part* createPartObject( TQWidget *parentWidget, const char *widgetName,
- TQObject *tqparent, const char *name,
+ TQObject *parent, const char *name,
const char *classname, const TQStringList &args );
static KInstance* instance();