diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:06:17 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:06:17 -0500 |
commit | 2b8c8b40f9116f920c47a0c1c365533bf91f2471 (patch) | |
tree | bdc570dd49835bbd249c3a14d8ae56fb7227176f /kicker | |
parent | 5e808dd67e4b481f1acccab7fff0795831545ecb (diff) | |
download | tdebase-2b8c8b40f9116f920c47a0c1c365533bf91f2471.tar.gz tdebase-2b8c8b40f9116f920c47a0c1c365533bf91f2471.zip |
Fix inadvertent tqt changes.
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 |