summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/infopage.h
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/infopage.h')
-rw-r--r--kregexpeditor/infopage.h2
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 );
};