]> git.sur5r.net Git - minitube/blobdiff - src/exlineedit.h
Update watch file to use releases instead of tags
[minitube] / src / exlineedit.h
index 228b7813198b0a592d9dc063ad47378454595380..94b3f46ddaa418a22d4c42f542bd0e7a2796b610 100644 (file)
@@ -1,10 +1,7 @@
 #ifndef EXLINEEDIT_H
 #define EXLINEEDIT_H
 
-#include <QtGui>
-#if QT_VERSION >= 0x050000
 #include <QtWidgets>
-#endif
 
 class ClearButton : public QAbstractButton {
 
@@ -50,7 +47,7 @@ protected:
     void paintEvent(QPaintEvent *e);
     void resizeEvent(QResizeEvent *e);
     bool event(QEvent *e);
-    void initStyleOption(QStyleOptionFrameV2 *option) const;
+    void initStyleOption(QStyleOptionFrame *option) const;
 
     QWidget *m_leftWidget;
     QLineEdit *m_lineEdit;