diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-02-21 11:17:38 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-02-21 11:17:38 +0100 |
commit | e6d902eb8dc2d6815d4606519b638c6ec0f435e2 (patch) | |
tree | f8ef2432ae1ffe6ecad8b90e3a8c022fe80b8626 /src/application.h | |
parent | removed unuseful m_defaultIcon (diff) | |
download | rekonq-e6d902eb8dc2d6815d4606519b638c6ec0f435e2.tar.xz |
It seems good now. But we have to test it a lot with
Qt 4.5..
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/application.h b/src/application.h index 0c29b72b..7a08eb1a 100644 --- a/src/application.h +++ b/src/application.h @@ -29,13 +29,6 @@ #include <kio/job.h> #include <kio/jobclasses.h> -// Qt Includes -#include <QPointer> - -QT_BEGIN_NAMESPACE -class QLocalServer; -QT_END_NAMESPACE - class MainWindow; class WebView; class CookieJar; @@ -77,7 +70,6 @@ private slots: */ void postLaunch(); void openUrl(const KUrl &url); -// void newLocalSocketConnection(); private: static HistoryManager *s_historyManager; |