diff options
| author | 2007-07-05 09:16:45 +0000 | |
|---|---|---|
| committer | 2007-07-05 09:16:45 +0000 | |
| commit | 134c12759e236fac24c9724b6ef3aaefde6830f7 (patch) | |
| tree | f86b36fb7949816dde44e5cd8ee898d112706854 /src/modules/help | |
| parent | fixed font saving in qt4 kvirc (diff) | |
| download | KVIrc-134c12759e236fac24c9724b6ef3aaefde6830f7.tar.gz KVIrc-134c12759e236fac24c9724b6ef3aaefde6830f7.tar.bz2 KVIrc-134c12759e236fac24c9724b6ef3aaefde6830f7.zip | |
undoing, sorry
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@646 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/help')
| -rw-r--r-- | src/modules/help/help.pro | 7 | ||||
| -rw-r--r-- | src/modules/help/helpwidget.cpp | 1 | ||||
| -rw-r--r-- | src/modules/help/helpwindow.cpp | 1 | ||||
| -rwxr-xr-x | src/modules/help/index.cpp | 2 |
4 files changed, 4 insertions, 7 deletions
diff --git a/src/modules/help/help.pro b/src/modules/help/help.pro deleted file mode 100644 index 0c14b7101..000000000 --- a/src/modules/help/help.pro +++ /dev/null @@ -1,7 +0,0 @@ -TARGET = kvihelp
-
-HEADERS += helpwidget.h helpwindow.h index.h
-
-SOURCES += libkvihelp.cpp helpwidget.cpp helpwindow.cpp index.cpp
-
-include(../module.pri)
\ No newline at end of file diff --git a/src/modules/help/helpwidget.cpp b/src/modules/help/helpwidget.cpp index 8670816ff..c416b714e 100644 --- a/src/modules/help/helpwidget.cpp +++ b/src/modules/help/helpwidget.cpp @@ -151,3 +151,4 @@ bool KviHelpWidget::eventFilter(QObject * o, QEvent *e) +#include "helpwidget.moc" diff --git a/src/modules/help/helpwindow.cpp b/src/modules/help/helpwindow.cpp index b86e21cc9..197e9e811 100644 --- a/src/modules/help/helpwindow.cpp +++ b/src/modules/help/helpwindow.cpp @@ -324,3 +324,4 @@ void KviHelpWindow::fillCaptionBuffers() } +#include "helpwindow.moc" diff --git a/src/modules/help/index.cpp b/src/modules/help/index.cpp index 8112f98cb..540273d0e 100755 --- a/src/modules/help/index.cpp +++ b/src/modules/help/index.cpp @@ -961,3 +961,5 @@ bool Index::searchForPattern( const QStringList &patterns, const QStringList &wo } + +#include "index.moc"
\ No newline at end of file |
