Fix inadvertent tq changes.

(cherry picked from commit 3207e9dd71)
v3.5.13-sru
Darrell Anderson 12 years ago committed by Slávek Banko
parent 94b9741ab2
commit ae381385cb

@ -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:

Loading…
Cancel
Save