]> git.sesse.net Git - nageru/blobdiff - mainwindow.h
Hook up all three transition buttons to the theme.
[nageru] / mainwindow.h
index edea126568e133661c1d9ca7c58096e3674ed6d1..6db9a09cdccc1e4f531dbd83a828933367f5f102 100644 (file)
@@ -11,8 +11,8 @@ public:
        MainWindow();
 
 public slots:
-       void cut();
-       void channel_clicked(int id);
+       void transition_clicked(int transition_number);
+       void channel_clicked(int channel_number);
 };
 
 #endif