]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.cpp
cleanup
[kdenlive] / src / mainwindow.cpp
index 5c3f40e659359b9874829b1e72b159ad6c741e6f..65c78640562dbc3200e235732903926873fe6d1f 100644 (file)
 #include "clipproperties.h"
 #include "wizard.h"
 
-#define ID_STATUS_MSG 1
-#define ID_EDITMODE_MSG 2
-#define ID_TIMELINE_MSG 3
-#define ID_TIMELINE_BUTTONS 5
-#define ID_TIMELINE_POS 6
-#define ID_TIMELINE_FORMAT 7
+static const int ID_STATUS_MSG = 1;
+static const int ID_EDITMODE_MSG = 2;
+static const int ID_TIMELINE_MSG = 3;
+static const int ID_TIMELINE_BUTTONS = 5;
+static const int ID_TIMELINE_POS = 6;
+static const int ID_TIMELINE_FORMAT = 7;
 
 namespace Mlt {
 class Producer;