diff options
Diffstat (limited to 'kcoloredit/textselection.cpp')
-rw-r--r-- | kcoloredit/textselection.cpp | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/kcoloredit/textselection.cpp b/kcoloredit/textselection.cpp new file mode 100644 index 00000000..8a4225bc --- /dev/null +++ b/kcoloredit/textselection.cpp @@ -0,0 +1,24 @@ +/*************************************************************************** + textselection.cpp - description + ------------------- + begin : Wed Jul 12 2000 + copyright : (C) 2000 by Artur Rataj + email : art@zeus.polsl.gliwice.pl + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#include "textselection.h" + +TextSelection::TextSelection(QWidget *parent, const char *name ) : QWidget(parent,name) { + +} +TextSelection::~TextSelection(){ +} |