From 1d061b286a8b183b39be60fe531f2b1c2915f03a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:15:55 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kdepasswd/kdepasswd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdepasswd/kdepasswd.cpp') diff --git a/kdepasswd/kdepasswd.cpp b/kdepasswd/kdepasswd.cpp index 19e583659..47dbab6de 100644 --- a/kdepasswd/kdepasswd.cpp +++ b/kdepasswd/kdepasswd.cpp @@ -28,9 +28,9 @@ static KCmdLineOptions options[] = int main(int argc, char **argv) { - KAboutData aboutData("kdepasswd", I18N_NOOP("TDE passwd"), + TDEAboutData aboutData("kdepasswd", I18N_NOOP("TDE passwd"), VERSION, I18N_NOOP("Changes a UNIX password."), - KAboutData::License_Artistic, "Copyright (c) 2000 Geert Jansen"); + TDEAboutData::License_Artistic, "Copyright (c) 2000 Geert Jansen"); aboutData.addAuthor("Geert Jansen", I18N_NOOP("Maintainer"), "jansen@kde.org", "http://www.stack.nl/~geertj/"); -- cgit v1.2.1