diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-30 02:17:15 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-30 02:17:15 +0200 |
commit | 313314b39214c6b6c673d882dfbf3deab91007c0 (patch) | |
tree | 2d8c2bc503c4f5b1bb75d8c8cc628c7125f257f7 /src/mainwindow.cpp | |
parent | Fixing silly conditions on CMakeLists KDE version (diff) | |
download | rekonq-313314b39214c6b6c673d882dfbf3deab91007c0.tar.xz |
Fake gg:// and wk:// protocol.
Initial Url && Search Bar (to be improved in 0.3)
Trivial cleaning things here and there..
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 519081d6..79a6db4b 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -891,7 +891,6 @@ void MainWindow::notifyMessage(const QString &msg, Rekonq::Notify status) m_popup->setView(msg); int h = KGlobalSettings::generalFont().pointSize(); - kWarning() << "h: " << h; // setting popus in bottom-left position int x = geometry().x(); |