~ubuntu-branches/ubuntu/gutsy/kde4libs/gutsy

« back to all changes in this revision

Viewing changes to kate/plugins/kdatatool/kate_kdatatool.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-02-21 11:00:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070221110012-6kw8khr9knv6lmg1
Tags: 3.80.3-0ubuntu1
New upstream unstable release

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        bool m_singleWord;
61
61
        int m_singleWord_line, m_singleWord_start, m_singleWord_end;
62
62
        QString m_wordUnderCursor;
63
 
        QList<KAction*> m_actionList;
 
63
        QList<QAction*> m_actionList;
64
64
        QPointer<KActionMenu> m_menu;
65
 
        KAction *m_notAvailable;
 
65
        QAction *m_notAvailable;
66
66
protected Q_SLOTS:
67
67
        void aboutToShow();
68
68
        void slotToolActivated( const KDataToolInfo &datatoolinfo, const QString &string );