diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:02:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:02:43 -0600 |
commit | aea627236e4de24599c3e30617cf264c3c1b7d40 (patch) | |
tree | 467e13ca5a7eb0ab292259289ecc3572f53c5eae /kexi/widget/relations/kexirelationwidget.h | |
parent | 786304c6211f35ddc4cdd54b7aa7985fef4a2e70 (diff) | |
download | koffice-aea627236e4de24599c3e30617cf264c3c1b7d40.tar.gz koffice-aea627236e4de24599c3e30617cf264c3c1b7d40.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kexi/widget/relations/kexirelationwidget.h')
-rw-r--r-- | kexi/widget/relations/kexirelationwidget.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kexi/widget/relations/kexirelationwidget.h b/kexi/widget/relations/kexirelationwidget.h index 2d6d2064..c71b6e18 100644 --- a/kexi/widget/relations/kexirelationwidget.h +++ b/kexi/widget/relations/kexirelationwidget.h @@ -28,8 +28,8 @@ class KComboBox; class KPushButton; -class KPopupMenu; -class KAction; +class TDEPopupMenu; +class TDEAction; class TQListViewItem; class KexiMainWindow; @@ -127,10 +127,10 @@ class KEXIRELATIONSVIEW_EXPORT KexiRelationWidget : public KexiViewBase KexiRelationView *m_relationView; KexiDB::Connection *m_conn; - KPopupMenu *m_tableQueryPopup //over table/query + TDEPopupMenu *m_tableQueryPopup //over table/query , *m_connectionPopup //over connection , *m_areaPopup; //over outer area - KAction *m_openSelectedTableAction, *m_designSelectedTableAction; + TDEAction *m_openSelectedTableAction, *m_designSelectedTableAction; int m_tableQueryPopupTitleID, m_connectionPopupTitleID; }; |