From ae381385cb860c84280c65d52d1b2ac7744e00b3 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 12:53:09 -0500 Subject: [PATCH] Fix inadvertent tq changes. (cherry picked from commit 3207e9dd713d9514400ceb27dac4dc821579b48f) --- kword/KWDocument.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kword/KWDocument.cpp b/kword/KWDocument.cpp index 55f5f351a..d5a82f5d2 100644 --- a/kword/KWDocument.cpp +++ b/kword/KWDocument.cpp @@ -105,7 +105,7 @@ class KWCommandHistory : public KoCommandHistory { public: KWCommandHistory( KWDocument * doc ) : KoCommandHistory( doc->actionCollection(), true ), m_pDoc( doc ) {} -public /*slots*/: // They are already slots in the parent. Running tqmoc on the inherited class shouldn't be necessary AFAICS. +public /*slots*/: // They are already slots in the parent. Running moc on the inherited class shouldn't be necessary AFAICS. virtual void undo(); virtual void redo(); private: