diff options
| author | 2008-04-20 03:01:40 +0000 | |
|---|---|---|
| committer | 2008-04-20 03:01:40 +0000 | |
| commit | a10bff05fcbe6835ff596f002d97d25495cbf4cc (patch) | |
| tree | c2903f48f88e83e7f9dd47c4017593f9c34e7787 /src/modules/my/idle_x11.cpp | |
| parent | quick fix for win32. test it (diff) | |
| download | KVIrc-a10bff05fcbe6835ff596f002d97d25495cbf4cc.tar.gz KVIrc-a10bff05fcbe6835ff596f002d97d25495cbf4cc.tar.bz2 KVIrc-a10bff05fcbe6835ff596f002d97d25495cbf4cc.zip | |
defined COMPILE_ON_MAC and removed ugly Q_OS_MACX
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1528 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/my/idle_x11.cpp')
| -rw-r--r-- | src/modules/my/idle_x11.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/my/idle_x11.cpp b/src/modules/my/idle_x11.cpp index 7b80f4377..d7a133ad9 100644 --- a/src/modules/my/idle_x11.cpp +++ b/src/modules/my/idle_x11.cpp @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ -#ifndef Q_OS_MACX +#ifndef COMPILE_ON_MAC #ifndef COMPILE_ON_WINDOWS #include"idle.h" |
