diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:12:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:12:18 -0600 |
commit | ee52bb567f32fefdcf06e083c76562ea40ccf174 (patch) | |
tree | 8926667faaed3a18bec210ec14ffb9392ea8930d /kig/modes/popup.h | |
parent | 088cc453ec425bf86d610880d09645ea166a14fa (diff) | |
download | tdeedu-ee52bb567f32fefdcf06e083c76562ea40ccf174.tar.gz tdeedu-ee52bb567f32fefdcf06e083c76562ea40ccf174.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kig/modes/popup.h')
-rw-r--r-- | kig/modes/popup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kig/modes/popup.h b/kig/modes/popup.h index 3485bbea..d1fb89d5 100644 --- a/kig/modes/popup.h +++ b/kig/modes/popup.h @@ -44,7 +44,7 @@ class ObjectHolder; * PopupActionProviders are disabled, and some others enabled.. */ class NormalModePopupObjects - : public KPopupMenu + : public TDEPopupMenu { Q_OBJECT @@ -115,7 +115,7 @@ private: * You can't use this class directly, but these's a convenience method. */ class ObjectChooserPopup - : public KPopupMenu + : public TDEPopupMenu { Q_OBJECT |