From dfe289850f068f19ba4a83ab4e7e22a7e09c13c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:21 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- interfaces/ktexteditor/printdcopinterface.cpp | 30 --------------------------- 1 file changed, 30 deletions(-) delete mode 100644 interfaces/ktexteditor/printdcopinterface.cpp (limited to 'interfaces/ktexteditor/printdcopinterface.cpp') diff --git a/interfaces/ktexteditor/printdcopinterface.cpp b/interfaces/ktexteditor/printdcopinterface.cpp deleted file mode 100644 index 3b9eddfe9..000000000 --- a/interfaces/ktexteditor/printdcopinterface.cpp +++ /dev/null @@ -1,30 +0,0 @@ -#include "printdcopinterface.h" -#include "printinterface.h" - -#include -using namespace KTextEditor; - -PrintDCOPInterface::PrintDCOPInterface( PrintInterface *Parent, const char *name) - : DCOPObject(name) -{ - m_parent = Parent; -} - -PrintDCOPInterface::~PrintDCOPInterface() -{ - -} - -uint PrintDCOPInterface::printInterfaceNumber () -{ - return m_parent->printInterfaceNumber(); -} -bool PrintDCOPInterface::printDialog () -{ - return m_parent->printDialog(); -} -bool PrintDCOPInterface::print () -{ - return m_parent->print(); -} - -- cgit v1.2.3