diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-22 21:22:46 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-22 21:22:46 +0200 |
commit | bb0be61558032932ca1775a5068a3e331f5be292 (patch) | |
tree | 80796ecc3ad6c38af64872cd09b48088b5ddc27f /src/application.h | |
parent | Removed unuseful stackedurlbar.cpp file (diff) | |
download | rekonq-bb0be61558032932ca1775a5068a3e331f5be292.tar.xz |
Some stupid fixes on style, spaces and some comments added
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/application.h b/src/application.h index cd617b7a..44173373 100644 --- a/src/application.h +++ b/src/application.h @@ -26,11 +26,10 @@ * ============================================================ */ - - #ifndef APPLICATION_H #define APPLICATION_H + // KDE Includes #include <KUniqueApplication> #include <KIcon> @@ -120,7 +119,6 @@ public slots: const Rekonq::OpenType& type = Rekonq::CurrentTab ); - private slots: /** @@ -128,7 +126,6 @@ private slots: */ void postLaunch(); - private: KUrl guessUrlFromString(const QString &url); |