X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fmodal_dialog.hh;fp=src%2Fmoof%2Fmodal_dialog.hh;h=c53766237df20bd20ae5153c6eea872f1de5825c;hp=e1d773989bebcf41c8912c0004b05221eeb686ac;hb=d6990468d297a6cbee98e4d0d33ab37e1b2352c9;hpb=1d4aa0d34b0410c7bc60a24bad7abb55eacc850a diff --git a/src/moof/modal_dialog.hh b/src/moof/modal_dialog.hh index e1d7739..c537662 100644 --- a/src/moof/modal_dialog.hh +++ b/src/moof/modal_dialog.hh @@ -24,9 +24,9 @@ #if defined(_WIN32) #include -#elif USE_GTK +#elif WITH_GTK #include -#elif USE_QT4 +#elif WITH_QT4 #include #include #include @@ -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;