From aba8d2293fc3e57c8e75ed2732f8b5b715b1b134 Mon Sep 17 00:00:00 2001 From: Alexey Uzhva Date: Thu, 5 Jul 2007 08:49:05 +0000 Subject: fixed font saving in qt4 kvirc git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@644 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/help/help.pro | 7 +++++++ src/modules/help/helpwidget.cpp | 1 - src/modules/help/helpwindow.cpp | 1 - src/modules/help/index.cpp | 2 -- 4 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 src/modules/help/help.pro (limited to 'src/modules/help') diff --git a/src/modules/help/help.pro b/src/modules/help/help.pro new file mode 100644 index 000000000..0c14b7101 --- /dev/null +++ b/src/modules/help/help.pro @@ -0,0 +1,7 @@ +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 c416b714e..8670816ff 100644 --- a/src/modules/help/helpwidget.cpp +++ b/src/modules/help/helpwidget.cpp @@ -151,4 +151,3 @@ 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 197e9e811..b86e21cc9 100644 --- a/src/modules/help/helpwindow.cpp +++ b/src/modules/help/helpwindow.cpp @@ -324,4 +324,3 @@ void KviHelpWindow::fillCaptionBuffers() } -#include "helpwindow.moc" diff --git a/src/modules/help/index.cpp b/src/modules/help/index.cpp index 540273d0e..8112f98cb 100755 --- a/src/modules/help/index.cpp +++ b/src/modules/help/index.cpp @@ -961,5 +961,3 @@ bool Index::searchForPattern( const QStringList &patterns, const QStringList &wo } - -#include "index.moc" \ No newline at end of file -- cgit v1.3.1-10-gc9f91