diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-04 18:21:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-04 18:21:32 -0600 |
commit | d9e53385f295f699b9f95ceda1ee40b7c8a80bdf (patch) | |
tree | d4054a31cec8f2b91dd36210764c3a3ab685727f /kicker | |
parent | 7c88a397842df20bee5960d7ff1eacf80a80e088 (diff) | |
parent | a3b5ac40733523142094f6341d21945094790f51 (diff) | |
download | tdebase-d9e53385f295f699b9f95ceda1ee40b7c8a80bdf.tar.gz tdebase-d9e53385f295f699b9f95ceda1ee40b7c8a80bdf.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase
Diffstat (limited to 'kicker')
-rw-r--r-- | kicker/kicker/buttons/nonkdeappbutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/kicker/buttons/nonkdeappbutton.cpp b/kicker/kicker/buttons/nonkdeappbutton.cpp index a12e48bce..c953d075d 100644 --- a/kicker/kicker/buttons/nonkdeappbutton.cpp +++ b/kicker/kicker/buttons/nonkdeappbutton.cpp @@ -41,7 +41,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // our own definition #include "nonkdeappbutton.h" -// we include the "tqmoc" file so that the KDE build system knows to create it +// we include the "moc" file so that the TDE build system knows to create it #include "nonkdeappbutton.moc" // this is one of the two constructors. gets called when creating a new button |