diff options
Diffstat (limited to 'src/knowit.h')
-rw-r--r-- | src/knowit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knowit.h b/src/knowit.h index e28c0db..f14891a 100644 --- a/src/knowit.h +++ b/src/knowit.h @@ -88,7 +88,7 @@ class Knowit : public KMainWindow enum {StatusText = 1, StatusOvr = 2}; public: /** Constructor of main window */ - Knowit(TQWidget* tqparent=0, const char *name=0); + Knowit(TQWidget* parent=0, const char *name=0); /** Standard destructor */ ~Knowit(); /** Opens document */ |