diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:06:17 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-09 02:17:42 +0100 |
commit | 65fc124003fa3ec821bb9e1b07dbbbb39779c835 (patch) | |
tree | 9cf2116996f255706815d9b0c3e241922de83af5 | |
parent | 56572857b8541a0bdb6e88c29bec72924e0e7e90 (diff) | |
download | tdebase-65fc124003fa3ec821bb9e1b07dbbbb39779c835.tar.gz tdebase-65fc124003fa3ec821bb9e1b07dbbbb39779c835.zip |
Fix inadvertent tqt changes.
(cherry picked from commit 2b8c8b40f9116f920c47a0c1c365533bf91f2471)
-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 e91a06f37..29b7ddb2e 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 KDE build system knows to create it #include "nonkdeappbutton.moc" // this is one of the two constructors. gets called when creating a new button |