diff options
Diffstat (limited to 'kgpg/kgpgeditor.h')
-rw-r--r-- | kgpg/kgpgeditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kgpg/kgpgeditor.h b/kgpg/kgpgeditor.h index c037a91..63ec59c 100644 --- a/kgpg/kgpgeditor.h +++ b/kgpg/kgpgeditor.h @@ -43,7 +43,7 @@ class KgpgApp : public KMainWindow public: /** construtor of KgpgApp, calls all init functions to create the application. */ - KgpgApp(TQWidget *tqparent=0, const char *name=0,WFlags f = 0,KShortcut goHome=TQKeySequence(CTRL+TQt::Key_Home),bool mainWindow=false); + KgpgApp(TQWidget *parent=0, const char *name=0,WFlags f = 0,KShortcut goHome=TQKeySequence(CTRL+TQt::Key_Home),bool mainWindow=false); ~KgpgApp(); /** opens a file specified by commandline option */ |