diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 14:59:46 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 14:59:46 -0600 |
commit | 968c1336d5c84cab8afc437d6771010052625bae (patch) | |
tree | da84468acdd16239db323431582006aa59a77c50 /src/kbfxplasmaindexview.h | |
parent | 6363c8d6b860b6fa62d6b38eed1d94bb0f049f34 (diff) | |
download | kbfx-968c1336d5c84cab8afc437d6771010052625bae.tar.gz kbfx-968c1336d5c84cab8afc437d6771010052625bae.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/kbfxplasmaindexview.h')
-rw-r--r-- | src/kbfxplasmaindexview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxplasmaindexview.h b/src/kbfxplasmaindexview.h index 5c65e84..d38deb8 100644 --- a/src/kbfxplasmaindexview.h +++ b/src/kbfxplasmaindexview.h @@ -86,7 +86,7 @@ class KbfxPlasmaIndexView : public TQCanvasView KbfxPlasmaIndexItem * m_selectedItem; TQStringList m_pluginList; TQStringList m_pluginLoaded; - KPopupMenu * m_pluginMenu; + TDEPopupMenu * m_pluginMenu; KbfxPlasmaCanvasView * m_currentView; TQPoint m_currentPos; TQTimer * m_mousePollTimer; |