diff options
author | megabigbug <megabigbug@arrakis.(none)> | 2009-07-29 11:50:08 +0200 |
---|---|---|
committer | megabigbug <megabigbug@arrakis.(none)> | 2009-07-29 11:50:08 +0200 |
commit | 24363d6be965db3d93896e85d2d7dcbafcd42d4e (patch) | |
tree | 717520e1ab92c4e4d047428267210c7ed22ef487 /src/application.cpp | |
parent | Including web shortcuts configuration dialog. (diff) | |
download | rekonq-24363d6be965db3d93896e85d2d7dcbafcd42d4e.tar.xz |
Add WebShorcuts Settings in the configuration panel
Remove Webshorcuts Settings item in menus
Remove trailing spaces
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.cpp b/src/application.cpp index c49892b7..623c3034 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -90,7 +90,7 @@ int Application::newInstance() setWindowIcon(KIcon("rekonq")); m_mainWindow->show(); - + QTimer::singleShot(0, this, SLOT(postLaunch())); } |