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 | |
| 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')
| -rw-r--r-- | src/modules/my/idle_mac.cpp | 2 | ||||
| -rw-r--r-- | src/modules/my/idle_x11.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/my/idle_mac.cpp b/src/modules/my/idle_mac.cpp index 5234df5cc..05207fd06 100644 --- a/src/modules/my/idle_mac.cpp +++ b/src/modules/my/idle_mac.cpp @@ -18,7 +18,7 @@ * */ -#ifdef Q_OS_MACX +#ifdef COMPILE_ON_MAC #include "idle.h" #include <Carbon/Carbon.h> 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" |
