From d888cfa39e8b38abe17f3d425d19cb8235136a79 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 17:25:43 -0600 Subject: Fix FTBFS --- .../tdetexteditor/blockselectiondcopinterface.cpp | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 interfaces/tdetexteditor/blockselectiondcopinterface.cpp (limited to 'interfaces/tdetexteditor/blockselectiondcopinterface.cpp') diff --git a/interfaces/tdetexteditor/blockselectiondcopinterface.cpp b/interfaces/tdetexteditor/blockselectiondcopinterface.cpp deleted file mode 100644 index 34b7294b2..000000000 --- a/interfaces/tdetexteditor/blockselectiondcopinterface.cpp +++ /dev/null @@ -1,33 +0,0 @@ -#include "blockselectiondcopinterface.h" -#include "blockselectioninterface.h" - -#include -using namespace KTextEditor; - -BlockSelectionDCOPInterface::BlockSelectionDCOPInterface( BlockSelectionInterface *Parent, const char *name) - : DCOPObject(name) -{ - m_parent = Parent; -} - -BlockSelectionDCOPInterface::~BlockSelectionDCOPInterface() -{ - -} - -uint BlockSelectionDCOPInterface::blockSelectionInterfaceNumber () -{ - return m_parent->blockSelectionInterfaceNumber(); -} -bool BlockSelectionDCOPInterface::blockSelectionMode () -{ - return m_parent->blockSelectionMode (); -} -bool BlockSelectionDCOPInterface::setBlockSelectionMode (bool on) -{ - return m_parent->setBlockSelectionMode (on); -} -bool BlockSelectionDCOPInterface::toggleBlockSelectionMode () -{ - return m_parent->toggleBlockSelectionMode (); -} -- cgit v1.2.3