From d0de10e23a5ec604757cb03751d7a9a69215e194 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:22:52 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kodo/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kodo/main.cpp') diff --git a/kodo/main.cpp b/kodo/main.cpp index 92eb543..518cd9c 100644 --- a/kodo/main.cpp +++ b/kodo/main.cpp @@ -63,10 +63,10 @@ int main(int argc, char *argv[]) { /* Top level details */ - KAboutData *aboutData = new KAboutData("kodo", + TDEAboutData *aboutData = new TDEAboutData("kodo", I18N_NOOP("KOdometer"), "3.2", I18N_NOOP("KOdometer measures your desktop mileage"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(c) 1998, Armen Nakashian", I18N_NOOP("A mouse odometer"), 0, "dev@gioelebarabucci.com"); -- cgit v1.2.3