summaryrefslogtreecommitdiffstats
path: root/src/kbfxplasmaindexview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-01 14:59:46 -0600
committerTimothy Pearson <[email protected]>2013-02-01 14:59:46 -0600
commit968c1336d5c84cab8afc437d6771010052625bae (patch)
treeda84468acdd16239db323431582006aa59a77c50 /src/kbfxplasmaindexview.cpp
parent6363c8d6b860b6fa62d6b38eed1d94bb0f049f34 (diff)
downloadkbfx-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.cpp2
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 ) ) );