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 --- kparts/tests/notepad.h | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 kparts/tests/notepad.h (limited to 'kparts/tests/notepad.h') diff --git a/kparts/tests/notepad.h b/kparts/tests/notepad.h deleted file mode 100644 index 9cc4f2d9a..000000000 --- a/kparts/tests/notepad.h +++ /dev/null @@ -1,42 +0,0 @@ - -#ifndef __notepad_h__ -#define __notepad_h__ - -#include -#include - -class TDEAboutData; -class TQMultiLineEdit; - -/** - * Who said writing a part should be complex ? :-) - * Here is a very simple kedit-like part - * @internal - */ -class NotepadPart : public KParts::ReadWritePart -{ - Q_OBJECT -public: - NotepadPart( TQWidget*, const char* widgetName, - TQObject* parent, const char* name, - const TQStringList& args = TQStringList() ); - virtual ~NotepadPart(); - - virtual void setReadWrite( bool rw ); - - static TDEAboutData* createAboutData(); - -protected: - virtual bool openFile(); - virtual bool saveFile(); - -protected slots: - void slotSearchReplace(); - -protected: - TQMultiLineEdit * m_edit; -}; - -typedef KParts::GenericFactory NotepadFactory; - -#endif -- cgit v1.2.1