From 141e99156c4370bb5ce19b61e070d226fa90ab8e Mon Sep 17 00:00:00 2001 From: nils Date: Wed, 14 Sep 2011 20:19:53 +0000 Subject: set modal and parent for key details dialog. left margin for verifynotification. More doxygen git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@532 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- textedit.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'textedit.h') diff --git a/textedit.h b/textedit.h index cef3b42..b08ab4d 100644 --- a/textedit.h +++ b/textedit.h @@ -25,6 +25,7 @@ #include "editorpage.h" #include "quitdialog.h" +QT_BEGIN_NAMESPACE class QDebug; class QtGui; class QFileDialog; @@ -38,6 +39,7 @@ class QMessageBox; class QWidget; class QString; class QTabWidget; +QT_END_NAMESPACE /** * @brief TextEdit class @@ -256,4 +258,4 @@ protected: */ bool saveFile(const QString &fileName); }; -#endif // TEXTEDIT +#endif // __TEXTEDIT_H__ -- cgit v1.2.3