diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:00:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:00:38 -0600 |
commit | 50fd2fb357f83b24afbc163791fc665285aeea09 (patch) | |
tree | 1480f907a36c63221e4f9724c75d642c76265286 /src/kima.h | |
parent | 63a7bd41b7dc3027f48cce5879887670cf5e2059 (diff) | |
download | kima-50fd2fb357f83b24afbc163791fc665285aeea09.tar.gz kima-50fd2fb357f83b24afbc163791fc665285aeea09.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/kima.h')
-rw-r--r-- | src/kima.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -40,8 +40,8 @@ // Forward Declarations class FlowLayout; class KAboutApplication; -class KPopupMenu; -class KSelectAction; +class TDEPopupMenu; +class TDESelectAction; class TQMouseEvent; class KDialogBase; class Prefs; @@ -194,7 +194,7 @@ private: mutable int mCachedWFH; mutable int mCachedHeight; KAboutApplication* mAboutDialog; - KPopupMenu* mMenu; + TDEPopupMenu* mMenu; KDialogBase* mPrefsDlg; Prefs* mPrefs; |