diff options
Diffstat (limited to 'kexi/kexidb/msghandler.h')
-rw-r--r-- | kexi/kexidb/msghandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/kexidb/msghandler.h b/kexi/kexidb/msghandler.h index c0c8c494..e4fc6644 100644 --- a/kexi/kexidb/msghandler.h +++ b/kexi/kexidb/msghandler.h @@ -54,9 +54,9 @@ class KEXI_DB_EXPORT MessageHandler public: enum MessageType { Error, Sorry, Warning }; - /*! Constructs mesage handler, \a tqparent is a widget that will be a tqparent + /*! Constructs mesage handler, \a parent is a widget that will be a parent for displaying gui elements (e.g. message boxes). Can be 0 for non-gui usage. */ - MessageHandler(TQWidget *tqparent = 0); + MessageHandler(TQWidget *parent = 0); virtual ~MessageHandler(); /*! This method can be used to block/unblock messages. |