From 65fc124003fa3ec821bb9e1b07dbbbb39779c835 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 13:06:17 -0500 Subject: [PATCH] Fix inadvertent tqt changes. (cherry picked from commit 2b8c8b40f9116f920c47a0c1c365533bf91f2471) --- kicker/kicker/buttons/nonkdeappbutton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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