diff options
Diffstat (limited to 'ksystemlog/src/cups/cupsReader.h')
-rw-r--r-- | ksystemlog/src/cups/cupsReader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksystemlog/src/cups/cupsReader.h b/ksystemlog/src/cups/cupsReader.h index 8f4f06b..6e9c9c4 100644 --- a/ksystemlog/src/cups/cupsReader.h +++ b/ksystemlog/src/cups/cupsReader.h @@ -40,7 +40,7 @@ class CupsReader : public DefaultReader { TQ_OBJECT public: - CupsReader(TQObject *tqparent = 0, const char *name = 0); + CupsReader(TQObject *parent = 0, const char *name = 0); virtual ~CupsReader(); |