diff options
Diffstat (limited to 'kregexpeditor/concwidget.h')
-rw-r--r-- | kregexpeditor/concwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/concwidget.h b/kregexpeditor/concwidget.h index bff85a7..b5dbf48 100644 --- a/kregexpeditor/concwidget.h +++ b/kregexpeditor/concwidget.h @@ -40,7 +40,7 @@ public: TQWidget* parent, const char* name = 0); void init(); - virtual TQSize tqsizeHint() const; + virtual TQSize sizeHint() const; virtual RegExp* regExp() const; virtual bool updateSelection(bool parentSelected); virtual bool isSelected() const; |