diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-22 22:51:17 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-22 22:51:17 +0200 |
commit | 16072a8703434afc39acf991673cf932747d80c6 (patch) | |
tree | 6b9e014947a0aea44e9ca6b54c7e646cae403f81 /src/findbar.h | |
parent | Rekonq 0.2.51 with (just) one urlbar and (just, again) KDE 4.3.1 support (diff) | |
download | rekonq-16072a8703434afc39acf991673cf932747d80c6.tar.xz |
Removed MenuBar. First steps..
Diffstat (limited to 'src/findbar.h')
-rw-r--r-- | src/findbar.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/findbar.h b/src/findbar.h index 6d92a645..0818d010 100644 --- a/src/findbar.h +++ b/src/findbar.h @@ -38,7 +38,7 @@ #include <QtGui/QKeyEvent> // Forward Declarations -class KXmlGuiWindow; +class KMainWindow; class QKeyEvent; class QString; @@ -48,7 +48,7 @@ class FindBar : public QWidget Q_OBJECT public: - FindBar(KXmlGuiWindow *mainwindow); + FindBar(KMainWindow *mainwindow); ~FindBar(); KLineEdit *lineEdit() const; bool matchCase() const; @@ -71,4 +71,3 @@ private: }; #endif - |