Warning, file /frameworks/kxmlgui/tests/kxmlguitest.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #ifndef KXMLGUITEST_H
0002 #define KXMLGUITEST_H
0003 
0004 #include <QObject>
0005 #include <kxmlguiclient.h>
0006 
0007 class Client : public QObject, public KXMLGUIClient
0008 {
0009     Q_OBJECT
0010 public:
0011     Client()
0012     {
0013     }
0014 
0015     using KXMLGUIClient::setComponentName;
0016     using KXMLGUIClient::setXMLFile;
0017 
0018 public Q_SLOTS:
0019     void slotSec();
0020 };
0021 #endif