~ubuntu-branches/ubuntu/trusty/kvirc/trusty

« back to all changes in this revision

Viewing changes to src/modules/classeditor/ClassEditorWindow.h

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2013-05-18 19:36:33 UTC
  • mfrom: (24.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130518193633-d2caq4677ihxc93h
Tags: 4:4.2.0-2
Upload to unstable 

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include "KviWindow.h"
34
34
#include "KviCString.h"
35
35
#include "KviPointerList.h"
36
 
#include "KviTalPopupMenu.h"
37
36
#include "KviHeapObject.h"
38
37
#include "KviKvsObjectClass.h"
39
38
 
43
42
#include <QLineEdit>
44
43
#include <QCheckBox>
45
44
#include <QTreeWidget>
 
45
#include <QMenu>
46
46
 
47
47
class QLineEdit;
48
48
class QStringList;
286
286
 
287
287
        ClassEditorTreeWidgetItem * m_pLastEditedItem;
288
288
        ClassEditorTreeWidgetItem * m_pLastClickedItem;
289
 
        KviTalPopupMenu              * m_pContextPopup;
 
289
        QMenu              * m_pContextPopup;
290
290
        QSplitter                    * m_pSplitter;
291
291
        QString                        m_szDir;
292
292
        bool                           m_bSaving;
474
474
public:
475
475
        /**
476
476
        * \brief Constructs the class editor window
477
 
        * \param pFrm The parent frame
478
477
        * \return ClassEditorWindow
479
478
        */
480
 
        ClassEditorWindow(KviMainWindow * pFrm);
 
479
        ClassEditorWindow();
481
480
        
482
481
        /**
483
482
        * \brief Destroys the class editor window