diff options
author | hjk <[email protected]> | 2009-05-07 15:57:14 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2009-05-07 15:57:37 +0200 |
commit | 71a05578ae34048b11e2de2a01ce932d94d9de2d (patch) | |
tree | f4d0a3c6111dd7b24dbe3fa93b49e7783edf3164 /src/shared/help/indexwindow.cpp | |
parent | 97411a7e0be3b2293e54e8cffcbcea6bb413bb9c (diff) |
compile fix for namespaced Qt
Diffstat (limited to 'src/shared/help/indexwindow.cpp')
-rw-r--r-- | src/shared/help/indexwindow.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/shared/help/indexwindow.cpp b/src/shared/help/indexwindow.cpp index d96d463c45f..fd01473e1eb 100644 --- a/src/shared/help/indexwindow.cpp +++ b/src/shared/help/indexwindow.cpp @@ -42,8 +42,6 @@ #include <QtHelp/QHelpEngine> #include <QtHelp/QHelpIndexWidget> -QT_BEGIN_NAMESPACE - IndexWindow::IndexWindow(QHelpEngine *helpEngine, QWidget *parent) : QWidget(parent) , m_searchLineEdit(0) @@ -200,5 +198,3 @@ void IndexWindow::focusInEvent(QFocusEvent *e) m_searchLineEdit->setFocus(); } } - -QT_END_NAMESPACE |