4 #include <QtCore/QObject>
7 class KCommandTest
: public QObject
13 void slotCommandExecuted( K3Command
* );
14 void slotDocumentRestored();
17 // KMacroCommand tests
18 void testMacroCommand();
20 // KCommandHistory tests
21 void testCommandHistoryAdd();
22 void testDocumentRestored();
26 int m_commandsExecuted
;
27 int m_documentRestored
;
30 #endif /* KCOMMANDTEST_H */