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.cpp | |
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.cpp')
-rw-r--r-- | src/kbfxplasmaindexview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxplasmaindexview.cpp b/src/kbfxplasmaindexview.cpp index becf108..2e8c701 100644 --- a/src/kbfxplasmaindexview.cpp +++ b/src/kbfxplasmaindexview.cpp @@ -166,7 +166,7 @@ KbfxPlasmaIndexView::contentsContextMenuEvent ( TQContextMenuEvent * event ) { event = event; /* - m_pluginMenu = new KPopupMenu ( this );; + m_pluginMenu = new TDEPopupMenu ( this );; connect ( m_pluginMenu, TQT_SIGNAL ( activated ( int ) ), this, TQT_SLOT ( contextMenuSlot ( int ) ) ); |