diff options
Diffstat (limited to 'kmag/kmag.h')
-rw-r--r-- | kmag/kmag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmag/kmag.h b/kmag/kmag.h index e84a176..aeee22b 100644 --- a/kmag/kmag.h +++ b/kmag/kmag.h @@ -63,7 +63,7 @@ class KmagApp : public KMainWindow /** * Construtor of KmagApp, calls all init functions to create the application. */ - KmagApp(TQWidget* tqparent=0, const char* name=0); + KmagApp(TQWidget* parent=0, const char* name=0); /// Default destructor ~KmagApp(); |