summaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-22 21:22:46 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-22 21:22:46 +0200
commitbb0be61558032932ca1775a5068a3e331f5be292 (patch)
tree80796ecc3ad6c38af64872cd09b48088b5ddc27f /src/application.h
parentRemoved unuseful stackedurlbar.cpp file (diff)
downloadrekonq-bb0be61558032932ca1775a5068a3e331f5be292.tar.xz
Some stupid fixes on style, spaces and some comments added
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h5
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);