Add selectable Qt GUI Styles
[novacoin.git] / src / qt / bitcoinamountfield.h
index 954ed1e..66792e0 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef BITCOINFIELD_H
 #define BITCOINFIELD_H
 
-#include <QtGlobal>
 #include <QWidget>
 
 QT_BEGIN_NAMESPACE
@@ -32,7 +31,7 @@ public:
     /** Make field empty and ready for new input. */
     void clear();
 
-    /** Qt messes up the tab chain by default in some cases (issue http://bugreports.qt.nokia.com/browse/QTBUG-10907),
+    /** Qt messes up the tab chain by default in some cases (issue https://bugreports.qt-project.org/browse/QTBUG-10907),
         in these cases we have to set it up manually.
     */
     QWidget *setupTabChain(QWidget *prev);
@@ -41,7 +40,7 @@ signals:
     void textChanged();
 
 protected:
-    /** Intercept focus-in event and ',' keypresses */
+    /** Intercept focus-in event and ',' key presses */
     bool eventFilter(QObject *object, QEvent *event);
 
 private: