summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/selectablelineedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/selectablelineedit.h')
-rw-r--r--kregexpeditor/selectablelineedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/selectablelineedit.h b/kregexpeditor/selectablelineedit.h
index 7fb7ad7..79522b3 100644
--- a/kregexpeditor/selectablelineedit.h
+++ b/kregexpeditor/selectablelineedit.h
@@ -39,7 +39,7 @@ Q_OBJECT
public:
SelectableLineEdit( RegExpWidget* owner, TQWidget* parent = 0, const char* name = 0);
void setSelected( bool selected );
- virtual TQSize tqsizeHint() const;
+ virtual TQSize sizeHint() const;
protected slots:
void slotKeyPressed();