diff options
Diffstat (limited to 'kdict/toplevel.h')
-rw-r--r-- | kdict/toplevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdict/toplevel.h b/kdict/toplevel.h index 47295405..7362ed7f 100644 --- a/kdict/toplevel.h +++ b/kdict/toplevel.h @@ -44,7 +44,7 @@ class TopLevel : public KMainWindow, virtual public KDictIface public: - TopLevel(TQWidget* tqparent = 0, const char* name = 0); + TopLevel(TQWidget* parent = 0, const char* name = 0); ~TopLevel(); void normalStartup(); // called when started without commandline parameters |