summaryrefslogtreecommitdiffstats
path: root/kdeprint/lpd/kmlpdfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/lpd/kmlpdfactory.cpp')
-rw-r--r--kdeprint/lpd/kmlpdfactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeprint/lpd/kmlpdfactory.cpp b/kdeprint/lpd/kmlpdfactory.cpp
index a1882c3ca..05ee61bd5 100644
--- a/kdeprint/lpd/kmlpdfactory.cpp
+++ b/kdeprint/lpd/kmlpdfactory.cpp
@@ -1,6 +1,6 @@
/*
* This file is part of the KDE libraries
- * Copyright (c) 2001 Michael Goffioul <kdeprint@swing.be>
+ * Copyright (c) 2001 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
@@ -24,7 +24,7 @@
extern "C"
{
- void* init_kdeprint_lpd()
+ void* init_tdeprint_lpd()
{
return new KLpdFactory;
}