diff options
Diffstat (limited to 'src/arkollon/rcparser.cpp')
-rw-r--r-- | src/arkollon/rcparser.cpp | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/arkollon/rcparser.cpp b/src/arkollon/rcparser.cpp index 82123dc..6a7850b 100644 --- a/src/arkollon/rcparser.cpp +++ b/src/arkollon/rcparser.cpp @@ -17,11 +17,12 @@ * Free Software Foundation, Inc., * * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "rcparser.h" -#include <ntqregexp.h> -#include <ntqfile.h> -#include <ntqtextstream.h> +#include <tqregexp.h> +#include <tqfile.h> +#include <tqtextstream.h> + +#include "rcparser.h" RcParser::RcParser() { @@ -140,7 +141,3 @@ TQStringList RcParser::readList(TQString key) { return TQStringList::split(",", sections[currentSection][key]); } - - - - |