diff options
author | deva <deva> | 2006-07-25 16:35:23 +0000 |
---|---|---|
committer | deva <deva> | 2006-07-25 16:35:23 +0000 |
commit | 4669a3517d6976a95978ac70de427b7f1c7cd3f8 (patch) | |
tree | 00a2ce9e8e81ca48c1a8a0f1dec996ec156e17b9 /client/miav_client.cc | |
parent | 1c0958e68fa58683ea4ceebc7cd20b5f1f747d3c (diff) |
Moved the ETC and PIXMAPS symbols to config.h.
Diffstat (limited to 'client/miav_client.cc')
-rw-r--r-- | client/miav_client.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/miav_client.cc b/client/miav_client.cc index a7f10b4..787859f 100644 --- a/client/miav_client.cc +++ b/client/miav_client.cc @@ -24,6 +24,8 @@ * along with MIaV; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#include "config.h" + #include <QApplication> #include "mainwindow.h" |