diff options
Diffstat (limited to 'kregexpeditor/infopage.h')
-rw-r--r-- | kregexpeditor/infopage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/infopage.h b/kregexpeditor/infopage.h index 6367cda..24796d2 100644 --- a/kregexpeditor/infopage.h +++ b/kregexpeditor/infopage.h @@ -28,7 +28,7 @@ class InfoPage :public KTextBrowser { public: - InfoPage( TQWidget* tqparent, const char* name ); + InfoPage( TQWidget* parent, const char* name ); virtual void setSource ( const TQString& name ); }; |