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/channelsjoin/channelsjoinwindow.cpp | |
| 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/channelsjoin/channelsjoinwindow.cpp')
| -rw-r--r-- | src/modules/channelsjoin/channelsjoinwindow.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/channelsjoin/channelsjoinwindow.cpp b/src/modules/channelsjoin/channelsjoinwindow.cpp index 0954e7437..8025d6c19 100644 --- a/src/modules/channelsjoin/channelsjoinwindow.cpp +++ b/src/modules/channelsjoin/channelsjoinwindow.cpp @@ -297,5 +297,6 @@ void KviChannelsJoinWindow::closeEvent(QCloseEvent *e) e->ignore(); delete this; } - +#ifndef COMPILE_USE_STANDALONE_MOC_SOURCES #include "m_channelsjoinwindow.moc" +#endif //!COMPILE_USE_STANDALONE_MOC_SOURCES |
