From 00b4f54142276b0e2272ca56e48558551ab7b2b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:19 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kviewshell/tdemultipageInterface.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 kviewshell/tdemultipageInterface.h (limited to 'kviewshell/tdemultipageInterface.h') diff --git a/kviewshell/tdemultipageInterface.h b/kviewshell/tdemultipageInterface.h new file mode 100644 index 00000000..e9dabf0f --- /dev/null +++ b/kviewshell/tdemultipageInterface.h @@ -0,0 +1,18 @@ +// -*- C++ -*- +#ifndef tdemultipageINTERFACE_H +#define tdemultipageINTERFACE_H + +#include + +class tdemultipageInterface : virtual public DCOPObject +{ + K_DCOP + + k_dcop: + virtual ASYNC jumpToReference(const TQString& reference) = 0; + virtual TQString name_of_current_file() = 0; + virtual bool is_file_loaded(const TQString& filename) = 0; +}; + +#endif + -- cgit v1.2.1