summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 12:53:09 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 12:53:09 -0500
commit3207e9dd713d9514400ceb27dac4dc821579b48f (patch)
treec579ba667035006a1a5acaeb45dac9d3cd172184
parentfc0c74f642f48374e730aa800965cda505717e7d (diff)
downloadkoffice-3207e9dd.tar.gz
koffice-3207e9dd.zip
Fix inadvertent tq changes.
-rw-r--r--kword/KWDocument.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWDocument.cpp b/kword/KWDocument.cpp
index 55f5f351..d5a82f5d 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: