From ece35c015c54312eb13f583cc247cdd9a4051b4d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 23:12:56 -0600 Subject: Rename many classes and header files to avoid conflicts with KDE4 --- kexi/plugins/forms/kexiformeventhandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kexi/plugins/forms/kexiformeventhandler.cpp') diff --git a/kexi/plugins/forms/kexiformeventhandler.cpp b/kexi/plugins/forms/kexiformeventhandler.cpp index 365f5cb4c..4d1f0ec76 100644 --- a/kexi/plugins/forms/kexiformeventhandler.cpp +++ b/kexi/plugins/forms/kexiformeventhandler.cpp @@ -55,7 +55,7 @@ KexiPart::Info* KexiFormEventAction::ActionData::decodeString( if (_actionType.isEmpty() || _actionArg.isEmpty()) return 0; KexiPart::Info *info = 0; - if (_actionType!="kaction" && _actionType!="currentForm") { + if (_actionType!="tdeaction" && _actionType!="currentForm") { info = Kexi::partManager().infoForMimeType( TQString("kexi/%1").arg(_actionType) ); if (!info) return 0; @@ -170,7 +170,7 @@ void KexiFormEventHandler::setMainWidgetForEventHandling(KexiMainWindow *mainWin KexiPart::Info* partInfo = data.decodeString(actionType, actionArg, ok); if (!ok) continue; - if (actionType=="kaction" || actionType=="currentForm") { + if (actionType=="tdeaction" || actionType=="currentForm") { TDEAction *action = mainWin->actionCollection()->action( actionArg.latin1() ); if (!action) continue; -- cgit v1.2.3