summaryrefslogtreecommitdiffstats
path: root/src/gui/lineedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/lineedit.h')
-rw-r--r--src/gui/lineedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/lineedit.h b/src/gui/lineedit.h
index 1c42cbe..5f86d84 100644
--- a/src/gui/lineedit.h
+++ b/src/gui/lineedit.h
@@ -32,7 +32,7 @@ Q_OBJECT
TQ_OBJECT
public:
- LineEdit(TQWidget* tqparent = 0, const char* name = 0);
+ LineEdit(TQWidget* parent = 0, const char* name = 0);
virtual void setText(const TQString& text);
void setHint(const TQString& hint);