diff options
| author | 2008-04-01 15:36:56 +0000 | |
|---|---|---|
| committer | 2008-04-01 15:36:56 +0000 | |
| commit | 96738d56fce9e8d52a33f72d6c9079346dc6ba1d (patch) | |
| tree | 13ad9420f9e0bc434aaabd4adf3a562226361aef /src/modules/help | |
| parent | Quick fix (diff) | |
| download | KVIrc-96738d56fce9e8d52a33f72d6c9079346dc6ba1d.tar.gz KVIrc-96738d56fce9e8d52a33f72d6c9079346dc6ba1d.tar.bz2 KVIrc-96738d56fce9e8d52a33f72d6c9079346dc6ba1d.zip | |
code clean; applied patch for MacOS X
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1370 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/help')
| -rw-r--r-- | src/modules/help/helpwidget.cpp | 2 | ||||
| -rw-r--r-- | src/modules/help/helpwindow.cpp | 2 | ||||
| -rwxr-xr-x | src/modules/help/index.cpp | 5 |
3 files changed, 7 insertions, 2 deletions
diff --git a/src/modules/help/helpwidget.cpp b/src/modules/help/helpwidget.cpp index b35c1d1a0..e0068b715 100644 --- a/src/modules/help/helpwidget.cpp +++ b/src/modules/help/helpwidget.cpp @@ -151,4 +151,6 @@ bool KviHelpWidget::eventFilter(QObject * o, QEvent *e) +#ifndef COMPILE_USE_STANDALONE_MOC_SOURCES #include "helpwidget.moc" +#endif //!COMPILE_USE_STANDALONE_MOC_SOURCES diff --git a/src/modules/help/helpwindow.cpp b/src/modules/help/helpwindow.cpp index 8fa4cfcc1..13dcd62e3 100644 --- a/src/modules/help/helpwindow.cpp +++ b/src/modules/help/helpwindow.cpp @@ -326,4 +326,6 @@ void KviHelpWindow::fillCaptionBuffers() } +#ifndef COMPILE_USE_STANDALONE_MOC_SOURCES #include "helpwindow.moc" +#endif //!COMPILE_USE_STANDALONE_MOC_SOURCES diff --git a/src/modules/help/index.cpp b/src/modules/help/index.cpp index 659ff44cb..6a5440292 100755 --- a/src/modules/help/index.cpp +++ b/src/modules/help/index.cpp @@ -850,5 +850,6 @@ bool Index::searchForPattern( const QStringList &patterns, const QStringList &wo } - -#include "index.moc"
\ No newline at end of file +#ifndef COMPILE_USE_STANDALONE_MOC_SOURCES +#include "index.moc" +#endif //!COMPILE_USE_STANDALONE_MOC_SOURCES |
