summaryrefslogtreecommitdiffstats
path: root/kommander/working/plugintemplate
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-13 01:31:42 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-13 01:31:42 -0500
commit9c988982374089f3b1d01ce87ffc230372ebc414 (patch)
treeab8eb75c7639721ae915d7f3c8003c5983ad5494 /kommander/working/plugintemplate
parent3c24a111d5294897b164000ad6399ba131dd5c3a (diff)
downloadtdewebdev-9c988982374089f3b1d01ce87ffc230372ebc414.tar.gz
tdewebdev-9c988982374089f3b1d01ce87ffc230372ebc414.zip
Fix inadvertent "TQ" changes.
Diffstat (limited to 'kommander/working/plugintemplate')
-rw-r--r--kommander/working/plugintemplate/widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/working/plugintemplate/widget.cpp b/kommander/working/plugintemplate/widget.cpp
index 28cb5e6a..fd2c313f 100644
--- a/kommander/working/plugintemplate/widget.cpp
+++ b/kommander/working/plugintemplate/widget.cpp
@@ -10,7 +10,7 @@
enum Functions {
- FirstFunction = 11001, //CHANGE THIS NUMBE TO AN UNITQUE ONE!!!
+ FirstFunction = 11001, //CHANGE THIS NUMBE TO AN UNIQUE ONE!!!
Function1,
Function2,
LastFunction