]> Dogcows Code - chaz/yoink/blobdiff - src/moof/modal_dialog.hh
initial runloop implementation
[chaz/yoink] / src / moof / modal_dialog.hh
index e1d773989bebcf41c8912c0004b05221eeb686ac..c53766237df20bd20ae5153c6eea872f1de5825c 100644 (file)
@@ -24,9 +24,9 @@
 
 #if defined(_WIN32)
 #include <windows.h>
-#elif USE_GTK
+#elif WITH_GTK
 #include <gtk/gtk.h>
-#elif USE_QT4
+#elif WITH_QT4
 #include <QApplication>
 #include <QIcon>
 #include <QMessageBox>
@@ -113,7 +113,7 @@ struct modal_dialog
                MessageBox(0, (text1 + "\n" + text2).c_str(), title.c_str(),
                                   MB_OK | icon_type);
 
-#elif USE_GTK
+#elif WITH_GTK
 
                int             argc = 0;
                char**  argv;
@@ -153,7 +153,7 @@ struct modal_dialog
                // FIXME - this doesn't seem to actually remove the window from the
                // screen when it closes
 
-#elif USE_QT4
+#elif WITH_QT4
 
                int             argc = 0;
                char**  argv;
This page took 0.019293 seconds and 4 git commands to generate.