diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:09:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:09:42 -0600 |
commit | 2df6bde18ab40472f2df8637cf6456cb80dc2329 (patch) | |
tree | 5a4362124ff46786fce835d2f1e7d583c92a5670 /extra/kde311/kpanelmenu.h | |
parent | be6cfa4b990910e65e8d2f4f212eba3f7da6ee72 (diff) | |
download | pytde-2df6bde18ab40472f2df8637cf6456cb80dc2329.tar.gz pytde-2df6bde18ab40472f2df8637cf6456cb80dc2329.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'extra/kde311/kpanelmenu.h')
-rw-r--r-- | extra/kde311/kpanelmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/kde311/kpanelmenu.h b/extra/kde311/kpanelmenu.h index b621e85..639d029 100644 --- a/extra/kde311/kpanelmenu.h +++ b/extra/kde311/kpanelmenu.h @@ -51,7 +51,7 @@ class KPanelMenuPrivate; * @short Base class to build dynamically loaded menu entries for the K-menu, or the panel. * @author The kicker maintainer, Michael Goffioul <goffioul@imec.be> */ -class KPanelMenu : public KPopupMenu +class KPanelMenu : public TDEPopupMenu { Q_OBJECT |