summaryrefslogtreecommitdiffstats
path: root/src/modules/editor/scripteditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/editor/scripteditor.h')
-rw-r--r--src/modules/editor/scripteditor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/editor/scripteditor.h b/src/modules/editor/scripteditor.h
index 91635726..4802be33 100644
--- a/src/modules/editor/scripteditor.h
+++ b/src/modules/editor/scripteditor.h
@@ -47,7 +47,7 @@ class KviCompletionBox: public KviTalListBox
Q_OBJECT
TQ_OBJECT
public:
- KviCompletionBox(TQWidget * tqparent);
+ KviCompletionBox(TQWidget * parent);
~KviCompletionBox(){};
void updateContents(TQString word);
@@ -176,7 +176,7 @@ class KviScriptEditorReplaceDialog: public TQDialog
Q_OBJECT
TQ_OBJECT
public:
- KviScriptEditorReplaceDialog( TQWidget* tqparent = 0, const char* name = 0);
+ KviScriptEditorReplaceDialog( TQWidget* parent = 0, const char* name = 0);
~KviScriptEditorReplaceDialog();
TQLineEdit *m_pFindlineedit;
TQLineEdit *m_pReplacelineedit;