From 5159cd2beb2e87806a5b54e9991b7895285c9d3e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:04:16 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- tdeio/tdeioexec/main.h | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 tdeio/tdeioexec/main.h (limited to 'tdeio/tdeioexec/main.h') diff --git a/tdeio/tdeioexec/main.h b/tdeio/tdeioexec/main.h new file mode 100644 index 000000000..beb6a2297 --- /dev/null +++ b/tdeio/tdeioexec/main.h @@ -0,0 +1,35 @@ +#ifndef _main_h +#define _main_h + +#include +#include +#include +#include + +namespace TDEIO { class Job; } + +class KIOExec : public TQObject +{ + Q_OBJECT +public: + KIOExec(); + +public slots: + void slotResult( TDEIO::Job * ); + void slotRunApp(); + +protected: + bool tempfiles; + TQString suggestedFileName; + int counter; + int expectedCounter; + TQString command; + struct fileInfo { + TQString path; + KURL url; + int time; + }; + TQValueList fileList; +}; + +#endif -- cgit v1.2.1