diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:31:13 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:31:13 -0600 |
commit | 0ae5679aa160245af248836e1d7743aeff63f2e1 (patch) | |
tree | 64608dccc9bfd57800995a414f6287b7605ca637 /kdeprint/ppdparser.cpp | |
parent | d3b5575f31f14629dbd3fd900665e1a69aa7bcd5 (diff) | |
download | tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.tar.gz tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.zip |
Additional kde to tde renaming
Diffstat (limited to 'kdeprint/ppdparser.cpp')
-rw-r--r-- | kdeprint/ppdparser.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/kdeprint/ppdparser.cpp b/kdeprint/ppdparser.cpp index ace79dbab..21f3fb77e 100644 --- a/kdeprint/ppdparser.cpp +++ b/kdeprint/ppdparser.cpp @@ -47,13 +47,13 @@ /* If NAME_PREFIX is specified substitute the variables and functions names. */ -#define yyparse kdeprint_ppdparse -#define yylex kdeprint_ppdlex -#define yyerror kdeprint_ppderror -#define yylval kdeprint_ppdlval -#define yychar kdeprint_ppdchar -#define yydebug kdeprint_ppddebug -#define yynerrs kdeprint_ppdnerrs +#define yyparse tdeprint_ppdparse +#define yylex tdeprint_ppdlex +#define yyerror tdeprint_ppderror +#define yylval tdeprint_ppdlval +#define yychar tdeprint_ppdchar +#define yydebug tdeprint_ppddebug +#define yynerrs tdeprint_ppdnerrs /* Tokens. */ @@ -103,7 +103,7 @@ /* * This file is part of the KDE libraries - * Copyright (c) 2001-2003 Michael Goffioul <[email protected]> + * Copyright (c) 2001-2003 Michael Goffioul <[email protected]> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -131,8 +131,8 @@ #define builder static_cast<PPDLoader*>( ppdloader ) -int kdeprint_ppdlex(); -#define kdeprint_ppderror(msg) static_cast<PPDLoader*>( ppdloader )->setErrorMsg( msg ) +int tdeprint_ppdlex(); +#define tdeprint_ppderror(msg) static_cast<PPDLoader*>( ppdloader )->setErrorMsg( msg ) /* Enabling traces. */ |