diff options
Diffstat (limited to 'src/gui/dialogs/InterpretDialog.h')
-rw-r--r-- | src/gui/dialogs/InterpretDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/InterpretDialog.h b/src/gui/dialogs/InterpretDialog.h index db5f0ac..da06003 100644 --- a/src/gui/dialogs/InterpretDialog.h +++ b/src/gui/dialogs/InterpretDialog.h @@ -43,7 +43,7 @@ class InterpretDialog : public KDialogBase Q_OBJECT TQ_OBJECT public: - InterpretDialog(TQWidget *tqparent); + InterpretDialog(TQWidget *parent); // an OR from InterpretCommand's constants int getInterpretations(); |