summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-09 18:46:46 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-09 18:46:46 +0200
commit4de5fd991b2a797e8644c581db6fe41cc4791735 (patch)
treef667dba6d1e2740b45e9cc83964528612bff9559 /src/mainview.h
parentpedantic (diff)
downloadrekonq-4de5fd991b2a797e8644c581db6fe41cc4791735.tar.xz
Removed unuseful lasttabclosed signal in mainview.
This becamed unuseful because of choose to do nothing if just 1 tab opened.
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h
index f7e1bbb9..41543b65 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -60,7 +60,6 @@ signals:
// tab widget signals
void loadUrlPage(const KUrl &url);
void tabsChanged();
- void lastTabClosed();
// current tab signals
void setCurrentTitle(const QString &url);