]> git.sesse.net Git - kdenlive/blobdiff - src/statusbarmessagelabel.h
Update for new titler module, turn clip speed into an effect, mem leaks and more
[kdenlive] / src / statusbarmessagelabel.h
index ce4b3fe1e7cb7260df0ad7e9e11a63ca2a393d3f..5f3cc8a43aa594734618e627348bac72e8809119 100644 (file)
 #define STATUSBARMESSAGELABEL_H
 
 
-#include <QtCore/QList>
-#include <QtGui/QPixmap>
+#include <QList>
+#include <QPixmap>
+#include <QWidget>
+#include <QTimer>
 
-#include <QtGui/QWidget>
 #include <definitions.h>
 
 class QPaintEvent;
 class QResizeEvent;
 class QPushButton;
-class QTimer;
 
 /**
  * @brief Represents a message text label as part of the status bar.
@@ -124,7 +124,7 @@ private:
     State m_state;
     int m_illumination;
     int m_minTextHeight;
-    QTimer* m_timer;
+    QTimer m_timer;
     QString m_text;
     QList<QString> m_pendingMessages;
     QPixmap m_pixmap;