Rename a number of classes to enhance compatibility with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 6363c8d6b8
commit 968c1336d5

@ -154,7 +154,7 @@
</widget>
</grid>
</widget>
<widget class="KActionSelector" row="3" column="0">
<widget class="TDEActionSelector" row="3" column="0">
<property name="name">
<cstring>KbfxPluginSelector</cstring>
</property>

@ -72,7 +72,7 @@ void KBFXFontChooser::updateFontLabel()
void KBFXFontChooser::buttonClicked()
{
KFontDialog::getFont ( m_font );
TDEFontDialog::getFont ( m_font );
updateFontLabel();
}

@ -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 ) ) );

@ -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;

Loading…
Cancel
Save