summaryrefslogtreecommitdiffstats
path: root/kdeprint/fooscanner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/fooscanner.cpp')
-rw-r--r--kdeprint/fooscanner.cpp50
1 files changed, 25 insertions, 25 deletions
diff --git a/kdeprint/fooscanner.cpp b/kdeprint/fooscanner.cpp
index cab7426ab..3cdd4feb6 100644
--- a/kdeprint/fooscanner.cpp
+++ b/kdeprint/fooscanner.cpp
@@ -1,19 +1,19 @@
-#define yy_create_buffer kdeprint_foomatic2_create_buffer
-#define yy_delete_buffer kdeprint_foomatic2_delete_buffer
-#define yy_scan_buffer kdeprint_foomatic2_scan_buffer
-#define yy_scan_string kdeprint_foomatic2_scan_string
-#define yy_scan_bytes kdeprint_foomatic2_scan_bytes
-#define yy_flex_debug kdeprint_foomatic2_flex_debug
-#define yy_init_buffer kdeprint_foomatic2_init_buffer
-#define yy_flush_buffer kdeprint_foomatic2_flush_buffer
-#define yy_load_buffer_state kdeprint_foomatic2_load_buffer_state
-#define yy_switch_to_buffer kdeprint_foomatic2_switch_to_buffer
-#define yyin kdeprint_foomatic2in
-#define yyleng kdeprint_foomatic2leng
-#define yylex kdeprint_foomatic2lex
-#define yyout kdeprint_foomatic2out
-#define yyrestart kdeprint_foomatic2restart
-#define yytext kdeprint_foomatic2text
+#define yy_create_buffer tdeprint_foomatic2_create_buffer
+#define yy_delete_buffer tdeprint_foomatic2_delete_buffer
+#define yy_scan_buffer tdeprint_foomatic2_scan_buffer
+#define yy_scan_string tdeprint_foomatic2_scan_string
+#define yy_scan_bytes tdeprint_foomatic2_scan_bytes
+#define yy_flex_debug tdeprint_foomatic2_flex_debug
+#define yy_init_buffer tdeprint_foomatic2_init_buffer
+#define yy_flush_buffer tdeprint_foomatic2_flush_buffer
+#define yy_load_buffer_state tdeprint_foomatic2_load_buffer_state
+#define yy_switch_to_buffer tdeprint_foomatic2_switch_to_buffer
+#define yyin tdeprint_foomatic2in
+#define yyleng tdeprint_foomatic2leng
+#define yylex tdeprint_foomatic2lex
+#define yyout tdeprint_foomatic2out
+#define yyrestart tdeprint_foomatic2restart
+#define yytext tdeprint_foomatic2text
#line 19 "./fooscanner.cpp"
/* A lexical scanner generated by flex */
@@ -427,7 +427,7 @@ char *yytext;
#line 2 "./fooscanner.l"
/*
* This file is part of the KDE libraries
- * Copyright (c) 2001-2003 Michael Goffioul <kdeprint@swing.be>
+ * Copyright (c) 2001-2003 Michael Goffioul <tdeprint@swing.be>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -449,13 +449,13 @@ char *yytext;
#define YYSTYPE QVariant
#include "fooparser.cpp.h"
-#define yylval kdeprint_foomatic2lval
+#define yylval tdeprint_foomatic2lval
#define YY_INPUT( buf, result, max_size ) \
{ \
- if ( kdeprint_foomatic2scanner_device ) \
+ if ( tdeprint_foomatic2scanner_device ) \
{ \
- result = kdeprint_foomatic2scanner_device->readBlock( buf, max_size ); \
+ result = tdeprint_foomatic2scanner_device->readBlock( buf, max_size ); \
if ( result < 0 ) \
result = 0; \
} \
@@ -463,7 +463,7 @@ char *yytext;
result = 0; \
}
-TQIODevice* kdeprint_foomatic2scanner_device = NULL;
+TQIODevice* tdeprint_foomatic2scanner_device = NULL;
#line 468 "./fooscanner.cpp"
/* Macros after this point can all be overridden by user definitions in
@@ -1696,12 +1696,12 @@ int main()
#line 73 "./fooscanner.l"
-void kdeprint_foomatic2scanner_init( TQIODevice *d )
+void tdeprint_foomatic2scanner_init( TQIODevice *d )
{
- kdeprint_foomatic2scanner_device = d;
+ tdeprint_foomatic2scanner_device = d;
}
-void kdeprint_foomatic2scanner_terminate()
+void tdeprint_foomatic2scanner_terminate()
{
- kdeprint_foomatic2scanner_device = NULL;
+ tdeprint_foomatic2scanner_device = NULL;
}