aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-10-24 20:43:21 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-10-24 20:43:21 +0000
commitfeb359bb3b06f584838f880df35e9fbafef7c14f (patch)
treec3934aecc929871a78f8c1f9da80b1e0e387ea8a /mainwindow.cpp
parentupdated TODO und some refactoring (diff)
downloadgpg4usb-feb359bb3b06f584838f880df35e9fbafef7c14f.tar.gz
gpg4usb-feb359bb3b06f584838f880df35e9fbafef7c14f.zip
newtab slot works again
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@996 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index abac5be..73cfb15 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -154,7 +154,7 @@ void MainWindow::createActions()
newTabActShortcutList.append(QKeySequence (Qt::CTRL + Qt::Key_T));
newTabAct->setShortcuts(newTabActShortcutList);
newTabAct->setToolTip(tr("Open a new file"));
- connect(newTabAct, SIGNAL(triggered()), edit, SLOT(slotNewTab()));
+ connect(newTabAct, SIGNAL(triggered()), edit, SLOT(slotNewEditorPageTab()));
openAct = new QAction(tr("&Open..."), this);
openAct->setIcon(QIcon(":fileopen.png"));