aboutsummaryrefslogtreecommitdiffstats
path: root/textedit.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-10-09 19:44:51 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-10-09 19:44:51 +0000
commitab6aec8f791fbdb092555448a1ed2d8f36659b0c (patch)
tree6e03778e21c996fa141e827ae90bf62e64db2494 /textedit.h
parentuse dedicated copies of QTextCursor (diff)
downloadgpg4usb-ab6aec8f791fbdb092555448a1ed2d8f36659b0c.tar.gz
gpg4usb-ab6aec8f791fbdb092555448a1ed2d8f36659b0c.zip
updated TODO und some refactoring
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@995 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'textedit.h')
-rw-r--r--textedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/textedit.h b/textedit.h
index 2d70b73..8fa2b33 100644
--- a/textedit.h
+++ b/textedit.h
@@ -137,7 +137,7 @@ public slots:
* @details Adds a new tab with the title "untitled"+countpage+".txt"
* Sets the focus to the new tab. Increase Tab-Count by one
*/
- void slotNewTab();
+ void slotNewEditorPageTab();
/**
* @details Adds a new tab with the given title and opens given html file.