aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_listviewitem.cpp
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-04-01 17:53:31 +0000
committerGravatar Elvio Basello2008-04-01 17:53:31 +0000
commit41a94c4055e4d8809bb12e0094734e0124d23345 (patch)
tree78bf45be1750f276d5755df0801c0863278c7ac6 /src/modules/objects/class_listviewitem.cpp
parentcode clean; small ports (diff)
downloadKVIrc-41a94c4055e4d8809bb12e0094734e0124d23345.tar.gz
KVIrc-41a94c4055e4d8809bb12e0094734e0124d23345.tar.bz2
KVIrc-41a94c4055e4d8809bb12e0094734e0124d23345.zip
patch for MacOS X. Compile fine now
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1372 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_listviewitem.cpp')
-rw-r--r--src/modules/objects/class_listviewitem.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/objects/class_listviewitem.cpp b/src/modules/objects/class_listviewitem.cpp
index 7d193b98f..bfac0ef61 100644
--- a/src/modules/objects/class_listviewitem.cpp
+++ b/src/modules/objects/class_listviewitem.cpp
@@ -418,4 +418,7 @@ bool KviKvsObject_listviewitem::function_setPixmap(KviKvsObjectFunctionCall *c)
return true;
}
+#ifndef COMPILE_USE_STANDALONE_MOC_SOURCES
#include "m_class_listviewitem.moc"
+#endif //!COMPILE_USE_STANDALONE_MOC_SOURCES
+